Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. <include>
  2. <context name="application">
  3. <extension name="play tone">
  4. <condition>
  5. <action application="log" data="INFO *****Playing tone1***** "/>
  6. <action application="answer"/>
  7. <action application="sleep" data="1000"/>
  8. <action application="playback" data="tone_stream://%(1850,4150,475,425);loops=-1" />
  9. <action application="hangup"/>
  10. </condition>
  11. </extension>
  12. </context>
  13. </include>
  14.  
  15. 2019-05-29 11:14:59.971372 [DEBUG] sofia.c:7291 Channel sofia/sip-profile/447872019798@127.0.0.1:5062 entering state [ready][200]
  16. EXECUTE sofia/sip-profile/447872019798@127.0.0.1:5062 sleep(1000)
  17. EXECUTE sofia/sip-profile/447872019798@127.0.0.1:5062 playback(tone_stream://%(1850,4150,475,425);loops=-1)
  18. 2019-05-29 11:15:00.971418 [ERR] switch_core_file.c:304 Invalid file format [tone_stream] for [%(1850,4150,475,425);loops=-1]!
  19. EXECUTE sofia/sip-profile/447872019798@127.0.0.1:5062 hangup()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement