Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. Asterisk CLI: Answered Call:
  2. -- Attempting call on PJSIP/2060 for s@WakeUpCall:1 (Retry 2)
  3. 0x7f74240162b0 - Created CDR for channel PJSIP/2060-00000092
  4. 0x7f74240162b0 - Transitioning CDR for PJSIP/2060-00000092 from state NONE to Single
  5. -- Called 2060
  6. Dial Begin message for (none), PJSIP/2060-00000092: 1582199618.00153227
  7. 0x7f74240162b0 - Processing Dial Begin message for channel (none), peer PJSIP/2060-00000092
  8. 0x7f74240162b0 - Updated Party A PJSIP/2060-00000092 snapshot
  9. 0x7f74240162b0 - Transitioning CDR for PJSIP/2060-00000092 from state Single to Dial
  10. -- PJSIP/2060-00000092 is ringing
  11. -- PJSIP/2060-00000092 is ringing
  12. Dial End message for (none), PJSIP/2060-00000092: 1582199618.00202402
  13. Dial End message for (none), PJSIP/2060-00000092: 1582199618.00202465
  14. [Feb 20 11:53:48] NOTICE[29680]: pbx_spool.c:450 attempt_thread: Call failed to go through, reason (3) Remote end Ringing
  15. 0x7f74240162b0 - Transitioning CDR for PJSIP/2060-00000092 from state Dial to Finalized
  16. 0x7f74240162b0 - Beginning finalize/dispatch for PJSIP/2060-00000092
  17. 0x7f74240162b0 - Dispatching CDR for Party A PJSIP/2060-00000092, Party B <none>
  18.  
  19.  
  20. Asterisk CLI: Answered Call:
  21. -- Attempting call on PJSIP/2060 for s@WakeUpCall:1 (Retry 3)
  22. 0x7f74240162b0 - Created CDR for channel PJSIP/2060-00000093
  23. 0x7f74240162b0 - Transitioning CDR for PJSIP/2060-00000093 from state NONE to Single
  24. -- Called 2060
  25. Dial Begin message for (none), PJSIP/2060-00000093: 1582199638.00176397
  26. 0x7f74240162b0 - Processing Dial Begin message for channel (none), peer PJSIP/2060-00000093
  27. 0x7f74240162b0 - Updated Party A PJSIP/2060-00000093 snapshot
  28. 0x7f74240162b0 - Transitioning CDR for PJSIP/2060-00000093 from state Single to Dial
  29. -- PJSIP/2060-00000093 is ringing
  30. -- PJSIP/2060-00000093 is ringing
  31. Dial End message for (none), PJSIP/2060-00000093: 1582199638.00212174
  32. Dial End message for (none), PJSIP/2060-00000093: 1582199638.00212243
  33. -- PJSIP/2060-00000093 answered
  34. > 0x7f74600a1060 -- Strict RTP learning after remote address set to: 192.168.200.133:5016
  35. 0x7f74240162b0 - Set answered time to 1582199644.525003
  36. Dial End message for (none), PJSIP/2060-00000093: 1582199644.00525124
  37. -- Executing [s@WakeUpCall:1] Answer("PJSIP/2060-00000093", "") in new stack
  38. 0x7f74240162b0 - Processing Dial End message for channel (none), peer PJSIP/2060-00000093
  39. 0x7f74240162b0 - Transitioning CDR for PJSIP/2060-00000093 from state Dial to DialedPending
  40. 0x7f74240162b0 - Transitioning CDR for PJSIP/2060-00000093 from state DialedPending to Single
  41. -- Executing [s@WakeUpCall:2] Playback("PJSIP/2060-00000093", "vm-nobodyavail") in new stack
  42. -- <PJSIP/2060-00000093> Playing 'vm-nobodyavail.slin' (language 'en')
  43. > 0x7f74600a1060 -- Strict RTP switching to RTP target address 192.168.200.133:5016 as source
  44. -- Executing [s@WakeUpCall:3] Hangup("PJSIP/2060-00000093", "") in new stack
  45. == Spawn extension (WakeUpCall, s, 3) exited non-zero on 'PJSIP/2060-00000093'
  46. [Feb 20 11:54:07] NOTICE[29682][C-0000005a]: pbx_spool.c:463 attempt_thread: Call completed to PJSIP/2060
  47. 0x7f74240162b0 - Transitioning CDR for PJSIP/2060-00000093 from state Single to Finalized
  48. 0x7f74240162b0 - Beginning finalize/dispatch for PJSIP/2060-00000093
  49. 0x7f74240162b0 - Dispatching CDR for Party A PJSIP/2060-00000093, Party B <none>
  50.  
  51.  
  52. extensions.conf:
  53. [WakeUpCall]
  54. exten => s,1,Answer()
  55. same => n,Playback(vm-nobodyavail)
  56. same => n,Hangup()
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X.call file:
  65. Channel:PJSIP/2060
  66. Context:WakeUpCall
  67. CallerID:"WakeUP" <WAKEUP_CALL>
  68. Extension: s
  69. Priority: 1
  70. MaxRetries: 2
  71. WaitTime: 10
  72. RetryTime:10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement