Advertisement
inquba

sched_transfer not doing nothing

May 8th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <extension name="sipsorcext105.d816" >
  2. <condition field="username" expression="^105" />
  3. <condition field="destination_number" expression="^(\d{8,16})$" >
  4. <action application="set" data="sip_h_X-accountcode=${accountcode}" />
  5. <action application="set" data="call_direction=outbound" />
  6. <action application="set" data="hangup_after_bridge=true" />
  7. <action application="set" data="effective_caller_id_name=${outbound_caller_id_name}" />
  8. <action application="set" data="effective_caller_id_number=${outbound_caller_id_number}" />
  9. <action application="set" data="inherit_codec=true" />
  10. <action application="limit" data="db ${domain} outbound 1 !USER_BUSY" />
  11. <action application="sched_transfer" data="+20 150 XML default" />
  12. <action application="bridge" data="sofia/gateway/sipsorcext105/$1" />
  13. </condition>
  14. </extension>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement