Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.19 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="freeswitch/xml">
  3.     <section name="dialplan">
  4.         <context name="public">
  5.             <extension name="loop">
  6.                 <condition>
  7.                     <action application="set" data="smrt_project_id=24ef35a2-2aa3-11e5-99dd-080027cbc2e5"/>
  8.                     <action application="set" data="smrt_account_id=23e14e0c-2aa3-11e5-99dd-080027cbc2e5"/>
  9.                     <action application="set" data="smrt_lt_trigger="/>
  10.                     <action application="set" data="sip_h_X-PROJECT-VAR-9=1"/>
  11.                     <action application="set" data="sip_h_X-PROJECT-VAR-74229="/>
  12.                     <action application="set" data="sip_h_X-PROJECT-VAR-uid=3399927827"/>
  13.                     <action application="set" data="sip_h_X-SKILLS=${sip_h_X-SKILLS},"/>
  14.                     <action application="set" data="sip_h_X-PROJECT-ID=24ef35a2-2aa3-11e5-99dd-080027cbc2e5"/>
  15.                     <action application="set" data="sip_h_X-ACCOUNT-ID=23e14e0c-2aa3-11e5-99dd-080027cbc2e5"/>
  16.                     <action application="set" data="sip_h_X-PROJECT-NAME=project_0"/>
  17.                     <action application="set" data="sip_h_X-ACCOUNT-NAME=Nobelbiz"/>
  18.                     <action application="set" data="bypass_media=false"/>
  19.                     <action application="set" data="digital_recording=true"/>
  20.                     <action application="set" data="RECORD_TITLE=Recording ${destination_number}_${strftime(%Y-%m-%d-%H-%M-%S)}"/>
  21.                     <action application="set" data="RECORD_DATE=${strftime(%Y-%m-%d-%H-%M-%S)}"/>
  22.                     <action application="set" data="RECORD_STEREO=true"/>
  23.                     <action application="set" data="media_bug_answer_req=true"/>
  24.                     <action application="set" data="record_session=/tmp/test_${destination_number}_${strftime(%Y-%m-%d-%H-%M-%S)}.w"/>
  25.                     <action application="set" data="smrt_destination_type=sip"/>
  26.                     <action application="set" data="smrt_destination_id=24fed6c4-2aa3-11e5-99dd-080027cbc2e5"/>
  27.                     <action application="set" data="smrt_billing_trunk="/>
  28.                     <action application="set" data="destination_host_name=192.168.0.0"/>
  29.                     <action application="set" data="destination_prefix="/>
  30.                     <action application="set" data="execute_on_answer=set after_hangup_destination=yIsiLEi"/>
  31.                     <action application="set" data="after_hangup_rule=yIsiLEi"/>
  32.                     <action application="record_session" data="/tmp/test_${destination_number}_${strftime(%Y-%m-%d-%H-%M-%S)}.w"/>
  33.                     <action application="set" data="call_timeout=20"/>
  34.                     <action application="set" data="continue_on_fail=true"/>
  35.                     <action application="set" data="hangup_after_bridge=false"/>
  36.                     <action application="bridge" data="{hangup_after_bridge=false,origination_caller_id_number=5183351608}sofia/external/3861415868@192.168.0.0:5060"/>
  37.                     <action application="transfer" data="loop"/>
  38.                 </condition>
  39.             </extension>
  40.         </context>
  41.     </section>
  42. </document>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement