Ask for the virtual extension to join and join the calling extension to it: Difference between revisions

From MiRTA PBX documentation
Jump to navigation Jump to search
(Created page with "Let's start by creating the media file for asking the virtual extension to join and press the # key. You can record yourself or use the Text to Speech facility. Create a Cust...")
 
No edit summary
 
Line 12: Line 12:


[[file:featurecodeusingfeaturecodeforvirtualextension.png|400px]]
[[file:featurecodeusingfeaturecodeforvirtualextension.png|400px]]
Put all together
[[file:askforvirtualextensionnumberandjoinit.png|400px]]

Latest revision as of 06:13, 20 November 2016

Let's start by creating the media file for asking the virtual extension to join and press the # key. You can record yourself or use the Text to Speech facility.

Create a Custom Destination to read the virtual extension number. It will be stored in a channel variable named ${USR-virtual}

Readvirtualextensionnumber.png

Create a feature code to join the virtual extension number.

Createfeaturecodejoinvirtualextension.png

Use that feature code using another feature code and passing the variable ${USR-virtual}

Featurecodeusingfeaturecodeforvirtualextension.png

Put all together

Askforvirtualextensionnumberandjoinit.png