Guest User

Untitled

a guest
Oct 23rd, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. freeswitchcon.api("originate","sofia/gateway/MySIP/91XXXXXXXXXX+" &conference(9099)"
  2.  
  3. freeswitchcon.bgapi("originate","sofia/gateway/MySIP/91XXXXXXXXXX+" &conference(radioHealth_${strftime(%Y-%m-%d)}+flags{mute})"
  4.  
  5. <extension name="conf_demo">
  6. <condition field="destination_number" expression="^9099$">
  7. <action application="conference" data="radioHealth_${strftime(%Y-%m-%d)}+flags{endconf}"/>
  8. </condition>
  9.  
  10. <extension name="conf_demo">
  11. <condition field="destination_number" expression="^9098$">
  12. <action application="conference" data="radioHealth_${strftime(%Y-%m-%d)}+flags{mute}"/>
  13. </condition>
  14.  
  15. 2016-04-18 05:37:26.417807 [NOTICE] switch_channel.c:1055 New Channel sofia/external/91XXXXXXXXXX [a22ea00c-0527-11e6-86df-415bf8be0d99]
  16. 2016-04-18 05:37:26.777867 [NOTICE] sofia.c:7539 Hangup sofia/external/91XXXXXXXXXX [CS_CONSUME_MEDIA] [CALL_REJECTED]
  17. 2016-04-18 05:37:26.777867 [NOTICE] switch_core_session.c:1641 Session 24 (sofia/external/91XXXXXXXXXX) Ended
  18. 2016-04-18 05:37:26.777867 [NOTICE] switch_core_session.c:1645 Close Channel sofia/external/91XXXXXXXXXX [CS_DESTROY]
  19.  
  20. freeswitchcon.api("originate","sofia/gateway/MySIP/91XXXXXXXXXX+" &conference(9099)"
Add Comment
Please, Sign In to add comment