Guest User

Untitled

a guest
Oct 22nd, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. > Protocol Discriminator: Q.931 (8) len=46
  2. > TEI=0 Call Ref: len= 2 (reference 13567/0x34FF) (Sent from originator)
  3. > Message Type: SETUP (5)
  4. > [04 03 80 90 a2]
  5. > Bearer Capability (len= 5) [ Ext: 1 Q.931 Std: 0 Info transfer capability: Speech (0)
  6. > Ext: 1 Trans mode/rate: 64kbps, circuit-mode (16)
  7. > User information layer 1: u-Law (34)
  8. > [18 03 a1 83 81]
  9. > Channel ID (len= 5) [ Ext: 1 IntID: Implicit Other(PRI) Spare: 0 Preferred Dchan: 0
  10. > ChanSel: As indicated in following octets
  11. > Ext: 1 Coding: 0 Number Specified Channel Type: 3
  12. > Ext: 1 Channel: 1 Type: CPE]
  13. > [28 0c b1 55 4e 41 56 41 49 4c 41 42 4c 45]
  14. > Display (len=12) Charset: 31 [ UNAVAILABLE ]
  15. > [6c 02 31 80]
  16. > Calling Number (len= 4) [ Ext: 0 TON: Network Specific Number (3) NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1)
  17. > Presentation: Presentation permitted, user number not screened (0) '' ]
  18. > [70 0b a1 37 30 38 32 35 34 31 39 36 31]
  19. > Called Number (len=13) [ Ext: 1 TON: National Number (2) NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1) '7082541961' ]
  20. q931.c:4861 q931_setup: Call 46335 enters state 1 (Call Initiated). Hold state: Idle
  21. -- Called g1/7082541961
  22. < Protocol Discriminator: Q.931 (8) len=10
  23. < TEI=0 Call Ref: len= 2 (reference 13567/0x34FF) (Sent to originator)
  24. < Message Type: CALL PROCEEDING (2)
  25. < [18 03 a9 83 81]
  26. < Channel ID (len= 5) [ Ext: 1 IntID: Implicit Other(PRI) Spare: 0 Exclusive Dchan: 0
  27. < ChanSel: As indicated in following octets
  28. < Ext: 1 Coding: 0 Number Specified Channel Type: 3
  29. < Ext: 1 Channel: 1 Type: CPE]
  30. Received message for call 0xb718e4b0 on 0xb74ecf00 TEI/SAPI 0/0, call->pri is 0xb74ecf00 TEI/SAPI 0/0
  31. -- Processing IE 24 (cs0, Channel Identification)
  32. q931.c:6901 post_handle_q931_message: Call 46335 enters state 3 (Outgoing Call Proceeding). Hold state: Idle
  33. < Protocol Discriminator: Q.931 (8) len=9
  34. < TEI=0 Call Ref: len= 2 (reference 13567/0x34FF) (Sent to originator)
  35. < Message Type: PROGRESS (3)
  36. < [1e 02 81 88]LI>
  37. < Progress Indicator (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) 0: 0 Location: Private network serving the local user (1)
  38. < Ext: 1 Progress Description: Inband information or appropriate pattern now available. (8) ]
  39. Received message for call 0xb718e4b0 on 0xb74ecf00 TEI/SAPI 0/0, call->pri is 0xb74ecf00 TEI/SAPI 0/0
  40. -- Processing IE 30 (cs0, Progress Indicator)
  41. -- DAHDI/1-1 is proceeding passing it to SIP/SOFTPHONE001-0000c8e0
  42. -- DAHDI/1-1 is making progress passing it to SIP/SOFTPHONE001-0000c8e0
  43. -- DAHDI/1-1 is making progress passing it to SIP/SOFTPHONE001-0000c8e0
  44. < Protocol Discriminator: Q.931 (8) len=9
  45. < TEI=0 Call Ref: len= 2 (reference 13567/0x34FF) (Sent to originator)
  46. < Message Type: DISCONNECT (69)
  47. < [08 02 81 9c]
  48. < Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) Spare: 0 Location: Private network serving the local user (1)
  49. < Ext: 1 Cause: Invalid number format (28), class = Normal Event (1) ]
  50. Received message for call 0xb718e4b0 on 0xb74ecf00 TEI/SAPI 0/0, call->pri is 0xb74ecf00 TEI/SAPI 0/0
  51. -- Processing IE 8 (cs0, Cause)
  52. -- Found active call: 0xb718e4b0 cref:46335
  53. q931.c:7104 post_handle_q931_message: Call 46335 enters state 12 (Disconnect Indication). Hold state: Idle
  54. -- Channel 0/1, span 1 got hangup request, cause 28
  55. q931_hangup: other hangup
  56. NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Disconnect Indication, peerstate Disconnect Request, hold-state Idle
  57. q931.c:4623 q931_release: Call 46335 enters state 19 (Release Request). Hold state: Idle
  58. > Protocol Discriminator: Q.931 (8) len=9
  59. > TEI=0 Call Ref: len= 2 (reference 13567/0x34FF) (Sent from originator)
  60. > Message Type: RELEASE (77)
  61. > [08 02 81 9c]
  62. > Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) Spare: 0 Location: Private network serving the local user (1)
  63. > Ext: 1 Cause: Invalid number format (28), class = Normal Event (1) ]
  64. -- Hungup 'DAHDI/1-1'
  65. == Everyone is busy/congested at this time (1:0/0/1)
  66. -- Executing [97082541961@internal:7] Congestion("SIP/SOFTPHONE001-0000c8e0", "") in new stack
  67. == Spawn extension (internal, 97082541961, 7) exited non-zero on 'SIP/SOFTPHONE001-0000c8e0'
  68. -- Executing [h@internal:1] GotoIf("SIP/SOFTPHONE001-0000c8e0", "1?3") in new stack
  69. -- Goto (internal,h,3)
  70. -- Executing [h@internal:3] Hangup("SIP/SOFTPHONE001-0000c8e0", "") in new stack
  71. == Spawn extension (internal, h, 3) exited non-zero on 'SIP/SOFTPHONE001-0000c8e0'
  72. < Protocol Discriminator: Q.931 (8) len=5
  73. < TEI=0 Call Ref: len= 2 (reference 13567/0x34FF) (Sent to originator)
  74. < Message Type: RELEASE COMPLETE (90)
  75. Received message for call 0xb718e4b0 on 0xb74ecf00 TEI/SAPI 0/0, call->pri is 0xb74ecf00 TEI/SAPI 0/0
  76. q931.c:6986 post_handle_q931_message: Call 46335 enters state 0 (Null). Hold state: Idle
  77. q931_hangup: other hangup
  78. NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Null, peerstate Null, hold-state Idle
  79. NEW_HANGUP DEBUG: Destroying the call, ourstate Null, peerstate Null, hold-state Idle
Add Comment
Please, Sign In to add comment