Update 900_voicemail.xml
Add user_exists to the voicemail dialplan. If using a voicemail box that is not associated to an extension then transfer call to voicemail with *99 ( voicemail id ).
This commit is contained in:
parent
7ed7b8f641
commit
13db7e67cb
|
|
@ -1,6 +1,6 @@
|
|||
<context name="{v_context}">
|
||||
<extension name="voicemail" number="[ext]" continue="false" app_uuid="e3c14f2f-7697-4b5d-9c62-2443c0e22bf2">
|
||||
<condition>
|
||||
<condition field="${user_exists}" expression="true">
|
||||
<action application="answer"/>
|
||||
<action application="sleep" data="1000"/>
|
||||
<!--<action application="voicemail" data="default ${domain_name} ${dialed_extension}"/>-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue