inquba

schedule trnasfer freeswitch

May 2nd, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. here the first schedule transfer i want without success
  2.  
  3. <extension name="Conference 1" >
  4. <condition field="destination_number" expression="^150$" >
  5. <action application="answer" />
  6. <action application="conference" data="Conference 1-192.168.2.144@default" />
  7. <action application="sched_transfer" data="+15 104 XML default"/>
  8. </condition>
  9. </extension>
  10.  
  11.  
  12. second without success
  13.  
  14. <extension name="schedule_Nextel" >
  15. <condition field="destination_number" expression="^104$" >
  16. <action application="transfer" data="104 XML default" />
  17. <action application="sched_transfer" data="+60 150 XML default" />
  18. </condition>
  19. </extension>
Add Comment
Please, Sign In to add comment