Guest User

Untitled

a guest
May 12th, 2018
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. --- call that DOES NOT work ---
  2.  
  3. 2009-02-04 19:28:17 [NOTICE] switch_channel.c:565 switch_channel_set_name() New Channel sofia/external/5551212@callin.example.com [f950fce0-f2f1-11dd-9772-0f042e74b31f]
  4. 2009-02-04 19:28:17 [INFO] mod_dialplan_xml.c:233 dialplan_hunt() Processing 5551212->16128881122 in context public
  5. 2009-02-04 19:28:17 [NOTICE] mod_spidermonkey.c:2037 session_answer() Channel [sofia/external/5551212@callin.example.com] has been answered
  6. 2009-02-04 19:28:17 [WARNING] switch_core_file.c:114 switch_core_perform_file_open() Sample rate doesn't match
  7. 2009-02-04 19:28:17 [NOTICE] switch_resample.c:78 switch_resample_create() Activate Resampler 44100->8000 0.181406
  8. 2009-02-04 19:28:35 [NOTICE] switch_channel.c:565 switch_channel_set_name() New Channel sofia/external/16128881122@outbound1.vitelity.net [03cfbdaa-f2f2-11dd-9772-0f042e74b31f]
  9. 2009-02-04 19:28:41 [NOTICE] sofia_glue.c:2108 sofia_glue_tech_media() Ring-Ready sofia/external/16128881122@outbound1.vitelity.net!
  10. 2009-02-04 19:28:41 [NOTICE] sofia_glue.c:2108 sofia_glue_tech_media() Pre-Answer sofia/external/16128881122@outbound1.vitelity.net!
  11. 2009-02-04 19:28:46 [NOTICE] sofia.c:2963 sofia_handle_sip_i_state() Channel [sofia/external/16128881122@outbound1.vitelity.net] has been answered
  12. 2009-02-04 19:28:48 [NOTICE] sofia.c:3077 sofia_handle_sip_i_state() Hangup sofia/external/16128881122@outbound1.vitelity.net [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING]
  13. 2009-02-04 19:28:48 [WARNING] switch_core_file.c:114 switch_core_perform_file_open() Sample rate doesn't match
  14. 2009-02-04 19:28:48 [NOTICE] switch_resample.c:78 switch_resample_create() Activate Resampler 44100->8000 0.181406
  15. 2009-02-04 19:28:49 [NOTICE] mod_spidermonkey.c:2316 session_hangup() Hangup sofia/external/5551212@callin.example.com [CS_EXECUTE] [NORMAL_CLEARING]
  16. 2009-02-04 19:28:49 [NOTICE] switch_core_session.c:956 switch_core_session_thread() Session 2 (sofia/external/16128881122@outbound1.vitelity.net) Ended
  17. 2009-02-04 19:28:49 [NOTICE] switch_core_session.c:958 switch_core_session_thread() Close Channel sofia/external/16128881122@outbound1.vitelity.net [CS_HANGUP]
  18. 2009-02-04 19:28:49 [NOTICE] switch_core_session.c:956 switch_core_session_thread() Session 1 (sofia/external/5551212@callin.example.com) Ended
  19. 2009-02-04 19:28:49 [NOTICE] switch_core_session.c:958 switch_core_session_thread() Close Channel sofia/external/5551212@callin.example.com [CS_HANGUP]
  20.  
  21. --- call that works --- (there is a known bridge error because I hung-up)
  22.  
  23. 2009-02-04 19:29:03 [NOTICE] switch_channel.c:565 switch_channel_set_name() New Channel sofia/external/8764261511@callin.example.com [14fab922-f2f2-11dd-9772-0f042e74b31f]
  24. 2009-02-04 19:29:03 [INFO] mod_dialplan_xml.c:233 dialplan_hunt() Processing 8764261511->16128881122 in context public
  25. 2009-02-04 19:29:04 [NOTICE] mod_spidermonkey.c:2037 session_answer() Channel [sofia/external/8764261511@callin.example.com] has been answered
  26. 2009-02-04 19:29:04 [WARNING] switch_core_file.c:114 switch_core_perform_file_open() Sample rate doesn't match
  27. 2009-02-04 19:29:04 [NOTICE] switch_resample.c:78 switch_resample_create() Activate Resampler 44100->8000 0.181406
  28. 2009-02-04 19:29:10 [NOTICE] sofia.c:3077 sofia_handle_sip_i_state() Hangup sofia/external/8764261511@callin.example.com [CS_EXECUTE] [NORMAL_CLEARING]
  29. 2009-02-04 19:29:10 [NOTICE] switch_channel.c:565 switch_channel_set_name() New Channel sofia/external/16128881122@outbound1.vitelity.net [1907fa52-f2f2-11dd-9772-0f042e74b31f]
  30. 2009-02-04 19:29:15 [NOTICE] sofia_glue.c:2108 sofia_glue_tech_media() Ring-Ready sofia/external/16128881122@outbound1.vitelity.net!
  31. 2009-02-04 19:29:15 [NOTICE] sofia_glue.c:2108 sofia_glue_tech_media() Pre-Answer sofia/external/16128881122@outbound1.vitelity.net!
  32. 2009-02-04 19:29:15 [ERR] mod_spidermonkey.c:0 mod_spidermonkey() uncaught exception: The bridge could not be connected.
  33. 2009-02-04 19:29:15 [NOTICE] mod_spidermonkey.c:2968 session_destroy() Hangup sofia/external/16128881122@outbound1.vitelity.net [CS_SOFT_EXECUTE] [NORMAL_CLEARING]
  34. 2009-02-04 19:29:15 [NOTICE] switch_core_session.c:956 switch_core_session_thread() Session 4 (sofia/external/16128881122@outbound1.vitelity.net) Ended
  35. 2009-02-04 19:29:15 [NOTICE] switch_core_session.c:958 switch_core_session_thread() Close Channel sofia/external/16128881122@outbound1.vitelity.net [CS_HANGUP]
  36. 2009-02-04 19:29:15 [NOTICE] switch_core_session.c:956 switch_core_session_thread() Session 3 (sofia/external/8764261511@callin.example.com) Ended
  37. 2009-02-04 19:29:15 [NOTICE] switch_core_session.c:958 switch_core_session_thread() Close Channel sofia/external/8764261511@callin.example.com [CS_HANGUP]
Add Comment
Please, Sign In to add comment