Update 240_page.xml change kick all to hup all
This removes the message when call ends that they have been kicked from the page (conference call)
This commit is contained in:
parent
086189a769
commit
85d194799f
|
|
@ -7,7 +7,7 @@
|
||||||
<action application="set" data="moderator=false" />
|
<action application="set" data="moderator=false" />
|
||||||
<action application="set" data="mute=true" />
|
<action application="set" data="mute=true" />
|
||||||
<action application="set" data="check_destination_status=true" enabled="false" />
|
<action application="set" data="check_destination_status=true" enabled="false" />
|
||||||
<action application="set" data="api_hangup_hook=conference page-${destination_number}@${domain_name} kick all" enabled="false"/>
|
<action application="set" data="api_hangup_hook=conference page-${destination_number}@${domain_name} hup all" enabled="false"/>
|
||||||
<action application="set" data="execute_on_answer=sched_hangup +80 allotted_timeout" enabled="false"/>
|
<action application="set" data="execute_on_answer=sched_hangup +80 allotted_timeout" enabled="false"/>
|
||||||
<action application="lua" data="page.lua" />
|
<action application="lua" data="page.lua" />
|
||||||
</condition>
|
</condition>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue