19th October 2007 - Full PDF Text Version
Problems are being reported that call flows for Mobile Twinning are not working correctly when configured according to examples documented in the Voice Mail Pro Installation Guide and on-line Help files.
If Mobile Twinning is enabled on IP Office, a user can twin calls to an external number (their mobile telephone). This can be set up through Manager or by using Voice Mail Pro call flows.
When using Voice Mail Pro call flows to set up Mobile Twinning, the Generic Action is used. Within the Generic Action, details are entered in the Specific tab. In the Generic 'free format' field, the following fields are required:
CFG:Set
MattR twinning_type Mobile
Used to turn the Mobile twinning on for the named extension MattR.
The extension number can be entered instead of the named extension. If
mobile twinning has been previously used and then turned off, the previous
mobile twinning number will become active.
CFG:Set
MattR twinning_type Internal
Used to turn the Mobile twinning off for MattR.
CFG:Set
MattR mobile_twinning_number $KEY
Used to set the mobile twinning number. NO UNDERSCORE BETWEEN NUMBER
AND $KEY.
NOTE: The specific issue here is with the third bullet item. In current documentation, the third bullet item is shown using dashes ‘-‘, however this will not work when setting the CFG parameters. The correct way to enter the syntax is by using underscore ‘_’ to set the parameters.
Example: Call Flow
for Mobile Twinning
This example creates a Voice Mail Pro module that allows a user to turn
Mobile Twinning on or off. They can also set their mobile number. The
example sets the mobile twinning for extension 203.
The steps to create the example call flow are:
Create a new module called Mobile Twinning.
Add a menu action with the menu options 1, 2 and 3. Add a prompt to tell the caller the options available.
The option to turn mobile twinning on needs to be added.
Click the Basic Actions icon and select Generic.
Change the token name to Enable Mobile Twinning.
Click the Specific tab.
Enter the command CFG:Set 203 twinning_type Mobile.
Click OK.
The option to turn mobile twinning off needs to be added.
Click the Basic Actions icon and select Generic.
Change the token name to Disable Mobile Twinning.
Click the Specific tab.
Enter the command CFG:Set 203 twinning_type Internal.
Click OK.
The ability to enter the mobile number needs to be added.
Click the Telephony Actions icon and select Alphanumeric Collection.
Change the token name to Collect New Mobile Twinning No.
Record an Entry Prompt to tell the user to enter their mobile twinning number.
Click OK.
An action needs to be added to set the mobile number.
Click the Basic Actions icon and select Generic.
Change the token name to Set Mobile No.
Click the specific tab.
Enter the command CFG:Set 203 mobile_twinning_number $KEY.
NOTE: The specific issue here is with the fourth bullet item. In current documentation, the fourth bullet item is shown using dashes ‘-‘, however this will not work when setting the CFG parameters. The correct way to enter the syntax is by entering a blank space between the word "number" and the $KEY parameter.
Click OK.
Please connect the actions, save and make live.
Lastly, previous to release 4.0, the User Name or Extension could be used in defining the parameters in the call flow, however in 4.0.X only the Extension Number can be used.