Jump to content

Tom Wellige

Root Moderator
  • Posts

    4,309
  • Joined

  • Last visited

  • Days Won

    117

 Content Type 

Profiles

SwyxPEDIA Wiki

Zendesk Integration

Persistent Variables

Longest Waiting

VBScript build in functions

GSE build in functions (VBScript)

Server Script API (VBScript)

GSE build in functions (Lua)

Server Script API (Lua)

Function Collection (VBScript)

Function Collection (Lua)

IPS Integration

Jira Service Integration

Forums

Blogs

Downloads

Blog Entries posted by Tom Wellige

  1. Tom Wellige
    From 2009 to 2011 mirjam baumberger wrote a great blog, the "Fridays' Swyx Tip". Every Friday she posted a tip regarding the usage of SwyxWare and connected tools and devices. As the old forum is offline, this article series will be restored here again over the time. Please note that some information in this article series might not be valid anymore with current SwyxWare versions.
     
    This blog article was originally posted on 09.01.2009 02:42
     
    Dear Swyx Users
     
    In the tip below I illustrate how Swyx helps you to stay in control of your call activities. Swyx records every single phone call in to the Swyx CDR (Call Detail Records). Additionally, you can also report on call activity based on other events. This call-log can be written into a database or a even a simple text file.
     

     
    Let’s assume you have send out a promotion mail to your customers to receive a special discount when presenting a valid Voucher.
     
    Now, you want to keep track how many calls you are receiving out of this campaign. Logging this incoming calls in a text file is really easy. We have to add a new ECR rule to your SwyxServer were the caller will be greeted with an announcement like:
     
     Welcome to ... , please enter the Voucher Code and complete your entry by pressing the # key.
     
    By adding a new Script User to your Swyx Server, we can create a small sample Call Routing Script, which will save all incoming calls including Voucher Code information to a text file on the local hard-drive.
     
    Create a new ECR script and enter the custom code below to the Start Block of your new script.


      ' FileOpen iomode Values Const fsoForReading = 1 Const fsoForWriting = 2 Const fsoForAppending = 8 Const fsoCreateIfNotExist = True Function InsertCallIntoFile ( callerID, keys ) Const filename = "c:\gse_demo\test.txt" Dim fso Dim file ' Create FileSystemObejct CreateObject("Scripting.FileSystemObject") ' Open text file Set file = fso.OpenTextFile(filename, fsoForAppending, fsoCreateIfNotExist) ' Write (append) CallerID into file file.WriteLine ( "Caller: " & callerID & ", Called number: " & CalledNumber & ", Voucher ID: " & keys & ", Date & Time of call: " & CStr(now)) file.Close Set file = Nothing Set fso = Nothing End Function Then add the get DTMF String Block to your script and set “Save input to variable:” to keys and record an announcement which advises the caller how to enter the Voucher Code.


      Add a new block “Set Variable” to your script and set the Variable name to caller and the variable value to = InsertCallIntoFile (CallerID() , keys)


      Complete your script with a connect to block so that the caller is forwarded to the appropriate sales team.
      If you receive a call to this script, a text file will be created on the SwyxServer location c:\gse_demo\test.txt


      That’s it. Every call to this script is now logged in to the txt file with the according Voucher ID entered, and additional information like caller number and date and time of call is also written in to the file. ;- )
     
    Of course, this call information can also be writing in a database. More details on this topic can be found in the Swyx Knowledgebase article Custom VBScript Code - Call Loggin Into Ddatabase (kb2218).
     
    Happy Swyxing...
     
    Regards
    Mirjam
     
    @ IT Net World Ltd, NZ & AUS SWYX Distributor
    http://www.itnetworld.co.nz/
     
     
    Update: When it comes to call routing and VBScript programming, don't miss this page:
    ECR Usefull Link Collection
  2. Tom Wellige
    From 2009 to 2011 mirjam baumberger wrote a great blog, the "Fridays' Swyx Tip". Every Friday she posted a tip regarding the usage of SwyxWare and connected tools and devices. As the old forum is offline, this article series will be restored here again over the time. Please note that some information in this article series might not be valid anymore with current SwyxWare versions.
     
    This blog article was originally posted on 30.01.2009 04:07
     
    Dear Swyx Users
     
    Did you know that you can define a custom ringing sound ? When Swyx receives an incoming call you can actually play a custom ringing tone to the caller while the call is connecting to its destination.
     
    Scenario: After your standard trading hours, SwyxWare is advising the caller that they will be connected to the after hours service team. While your customers is listening to the instruction on how your after-hours service is working, Swyx is already trying the get a hold of your standby staff.
     
    How can you do that?
     
    By opening your ECR script and editing the Connect To block.
     

     
    By default the system alert sound is played but you have also an option to select a individual WAV/MP3 file.
     

     
    From the drop down list select a file. Browse your hard drive by clicking on . When searching, you can also choose a file in MP3 format. Upon selection, the MP3 file will automatically be converted into the supported WAV format and saved in your personal directory on the SwyxServer. The converted files are therefore available for use later. During the conversion process, the Info dialog "Please wait, the file is being converted into WAV format" will open. To listen to your new select alert file click on . Click on , to stop playing the file.  
    Or you can even record your own altering announcement
     
    To record a new alert announcement click on : You will then be prompted to enter a file name. The following window appears: "Start Recording". Click on "Start" to begin recording the announcement. Stop the recording by clicking on . To delete the selected file, click on .  
     
    Have a good weekend and happy Swyxing...
     
    Regards
    Mirjam
     
    @ IT Net World Ltd, NZ & AUS SWYX Distributor
    http://www.itnetworld.co.nz/
     
  3. Tom Wellige
    From 2009 to 2011 mirjam baumberger wrote a great blog, the "Fridays' Swyx Tip". Every Friday she posted a tip regarding the usage of SwyxWare and connected tools and devices. As the old forum is offline, this article series will be restored here again over the time. Please note that some information in this article series might not be valid anymore with current SwyxWare versions.
     
    This blog article was originally posted on 20.02.2009 01:41
     
    Dear Swyx Users
     
    Did you know that incoming callers can control the reproduction of an announcement via the phones keypad?
     
    When listening to voice prompts, SwyxWare can offer callers to rewind or fast-forward the currently played message.
     
    How does it work: If the caller would like the hear the beginning of the announcement again, one can press "1" and the message starts again at the beginning.
     
    To rewind the last 10 seconds of the currently played announcement, one can press "4" and "5" brings the announcement to stop. The caller can continue the announcement by pressing "5".
     

     
    Here an overview on the available DTMF controls:
     
    "1" to the beginning of the announcement "4" rewinds the last 10 seconds "5" Stop/Start the current announcement "6" jumps 10 seconds forward  
    To enables this feature you simply have to edit the "Play Announcement" block in your Graphical Script Editor and activate the option "Play control enabled".
     

     
     
    Have a good weekend and happy Swyxing...
     
    Regards
    Mirjam
     
    @ IT Net World Ltd, NZ & AUS SWYX Distributor
    http://www.itnetworld.co.nz/
     
  4. Tom Wellige
    From 2009 to 2011 mirjam baumberger wrote a great blog, the "Fridays' Swyx Tip". Every Friday she posted a tip regarding the usage of SwyxWare and connected tools and devices. As the old forum is offline, this article series will be restored here again over the time. Please note that some information in this article series might not be valid anymore with current SwyxWare versions.
     
    This blog article was originally posted on 27.02.2009 00:11
     
    Dear Swyx Users
     
    Do you know that you can switch between handset and speaker phone while in a conversation?
     

     
    A call center agent but you on hold and you are listening to music on your Swyx Phone handset. If you want hear the holding music on the speaker of your desk phone, you can do so by pressing the speaker button. Keep the button pressed until the handset is on back on the phone.
    Now you can let go of the speaker button and continue listing to the music on hold via the phone's speaker.
    NOTE:
    By keeping the speaker button pressed while putting the handset down, the conversation will not be disconnected !!!

     
    If your Swyx Phone supports hands-free mode you can continue your conversation on the speaker. Otherwise pick up the handset and continue your call with the center agent.
     

     
     
    Have a good weekend and happy Swyxing...
     
    Regards
    Mirjam
     
    @ IT Net World Ltd, NZ & AUS SWYX Distributor
    http://www.itnetworld.co.nz/
     
  5. Tom Wellige
    From 2009 to 2011 mirjam baumberger wrote a great blog, the "Fridays' Swyx Tip". Every Friday she posted a tip regarding the usage of SwyxWare and connected tools and devices. As the old forum is offline, this article series will be restored here again over the time. Please note that some information in this article series might not be valid anymore with current SwyxWare versions.
     
    This blog article was originally posted on 06.03.2009 00:11
     
    Dear Swyx Users
     
    SwyxIt! is our powerful soft phone and most of you are familiar with this application.
     
    But do you know that you can control your soft phone also with your keyboard?
     
    As an example, one can configure a hotkey to "bring SwyxIt! to foreground" and another hotkey to "minimize the application". But there are many more functions available to control your conversation with your finger tip. Hold, Mute or even Hook OFF can be configured as a hotkey. And there a 40 + features available!
     
    These settings can be altered in the SwyxIt! menu "Setting/User Profile/Keyboard".

     

     
     
    Further once can also configure that NumLock is getting activated as soon as SwyxIt! is in focus. Also the acceptance of incoming calls when pressing the "return" key is an optional setting. These behavior can be deactivate in the same tab!
     

     
     
    Important: These Hotkeys will then be valid for all programs. For example, if you define the F5 key as a Hotkey for a SwyxIt! function "start conversation recording" , the standard Windows function "Refresh" will no longer work; the corresponding SwyxIt! function will be called instead. If you would like to restore the original function, just delete the Hotkey defined for SwyxIt!.
     
     
    Have a good weekend and happy Swyxing...
     
    Regards
    Mirjam
     
    @ IT Net World Ltd, NZ & AUS SWYX Distributor
    http://www.itnetworld.co.nz/
     
  6. Tom Wellige
    From 2009 to 2011 mirjam baumberger wrote a great blog, the "Fridays' Swyx Tip". Every Friday she posted a tip regarding the usage of SwyxWare and connected tools and devices. As the old forum is offline, this article series will be restored here again over the time. Please note that some information in this article series might not be valid anymore with current SwyxWare versions.
     
    This blog article was originally posted on 07.05.2009 23:39
     
    Dear Swyx Users
     
    If you try to call company X and they return an engaged signal but you have to talk to company X ASAP, you can make use of Swyx Automatic Redial function!
     
    This feature redials a busy number till it gets through. The user is free to concentrate on his work while the system is trying a busy number. This is how you activate "Automatic Redial" on your SwyxIt! soft phone:
     
    Click with the right mouse button on the Redial button.
    The shortcut menu will appear.


      Click on "Automatic Redial...".


      Enter the number of company X you want to redial and set timeout in seconds


      Once you have click on Start , the redial button will change color and the soft phone starts dialing automatically.

     
     
    Have a good weekend and happy Swyxing...
     
    Regards
    Mirjam
     
    @ IT Net World Ltd, NZ & AUS SWYX Distributor
    http://www.itnetworld.co.nz/
     
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.