Guest User

Untitled

a guest
May 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. < Protocol Discriminator: Q.931 (8) len=19
  2. < Call Ref: len= 2 (reference 1/0x1) (Originator)
  3. < Message type: SETUP (5)
  4. < [04 03 80 90 a3]
  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: A-Law (35)
  8. < [18 03 a1 83 9f]
  9. < Channel ID (len= 5) [ Ext: 1 IntID: Implicit 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: 31 ]
  13. < [6c 02 21 81]
  14. < Calling Number (len= 4) [ Ext: 0 TON: National Number (2) NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1)
  15. < Presentation: Presentation permitted, user number passed network screening (1) '' ]
  16. -- Making new call for cr 1
  17. -- Processing Q.931 Call Setup
  18. -- Processing IE 4 (cs0, Bearer Capability)
  19. -- Processing IE 24 (cs0, Channel Identification)
  20. -- Processing IE 108 (cs0, Calling Party Number)
  21. q931.c:3509 q931_receive: call 1 on channel 31 enters state 6 (Call Present)
  22. NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Call Present, peerstate Call Initiated
  23. q931.c:3104 q931_release_complete: call 1 on channel 31 enters state 0 (Null)
  24. > Protocol Discriminator: Q.931 (8) len=9
  25. > Call Ref: len= 2 (reference 1/0x1) (Terminator)
  26. > Message type: RELEASE COMPLETE (90)
  27. > [08 02 81 81]
  28. > Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) Spare: 0 Location: Private network serving the local user (1)
  29. > Ext: 1 Cause: Unallocated (unassigned) number (1), class = Normal Event (0) ]
  30. NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Null, peerstate Null
  31. NEW_HANGUP DEBUG: Destroying the call, ourstate Null, peerstate Null
Add Comment
Please, Sign In to add comment