Advertisement
Guest User

Untitled

a guest
Aug 8th, 2019
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1. ************* Trying to send DTMF 0:
  2.  
  3. vaglxc01*CLI>
  4. vaglxc01*CLI>
  5.  
  6. <--- SIP read from UDP:127.0.0.1:5060 --->
  7. INFO sip:CarrierSIP@127.0.0.1:5070 SIP/2.0
  8. Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bK7ec4.49c86f47d0b3940213403e5a03493dcf.0
  9. Via: SIP/2.0/WSS qqe1mlgtlsr8.invalid;rport=63153;received=172.16.16.26;branch=z9hG4bK3920825
  10. Max-Forwards: 68
  11. To: <sip:CarrierSIP@127.0.0.1:5070>;tag=as23b6e795
  12. From: <sip:5077@172.16.15.8>;tag=2r49v8sa94
  13. Call-ID: 5f659bee6c39e2d90bc656f22c9989bc@127.0.0.1:5070
  14. CSeq: 3477 INFO
  15. Content-Type: application/dtmf-relay
  16. Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS,REFER,INFO
  17. Supported: outbound
  18. User-Agent: JsSIP 3.0.13
  19. Content-Length: 22
  20.  
  21. Signal=0
  22. Duration=160
  23. <------------->
  24. --- (13 headers 2 lines) ---
  25. Receiving INFO!
  26. * DTMF-relay event received: 0
  27.  
  28. <--- Transmitting (NAT) to 127.0.0.1:5060 --->
  29. SIP/2.0 200 OK
  30. Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bK7ec4.49c86f47d0b3940213403e5a03493dcf.0;received=127.0.0.1;rport=5060
  31. Via: SIP/2.0/WSS qqe1mlgtlsr8.invalid;rport=63153;received=172.16.16.26;branch=z9hG4bK3920825
  32. From: <sip:5077@172.16.15.8>;tag=2r49v8sa94
  33. To: <sip:CarrierSIP@127.0.0.1:5070>;tag=as23b6e795
  34. Call-ID: 5f659bee6c39e2d90bc656f22c9989bc@127.0.0.1:5070
  35. CSeq: 3477 INFO
  36. Server: Asterisk PBX 13.17.2-vici
  37. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  38. Supported: replaces
  39. Content-Length: 0
  40.  
  41.  
  42. <------------>
  43. [Aug 07 15:25:09] DTMF[8579][C-00000091]: channel.c:4040 __ast_read: DTMF end '0' received on SIP/kamailio-00000025, duration 160 ms
  44. [Aug 07 15:25:09] DTMF[8579][C-00000091]: channel.c:4067 __ast_read: DTMF begin emulation of '0' with duration 160 queued on SIP/kamailio-00000025
  45. [Aug 07 15:25:09] DTMF[8577][C-00000092]: channel.c:4126 __ast_read: DTMF begin '0' received on Local/99995077@default-0000004e;1
  46. [Aug 07 15:25:09] DTMF[8577][C-00000092]: channel.c:4137 __ast_read: DTMF begin passthrough '0' on Local/99995077@default-0000004e;1
  47. [Aug 07 15:25:09] DTMF[8579][C-00000091]: channel.c:4204 __ast_read: DTMF end emulation of '0' queued on SIP/kamailio-00000025
  48. [Aug 07 15:25:09] DTMF[8577][C-00000092]: channel.c:4040 __ast_read: DTMF end '0' received on Local/99995077@default-0000004e;1, duration 179 ms
  49. [Aug 07 15:25:09] DTMF[8577][C-00000092]: channel.c:4081 __ast_read: DTMF end accepted with begin '0' on Local/99995077@default-0000004e;1
  50. [Aug 07 15:25:09] DTMF[8577][C-00000092]: channel.c:4110 __ast_read: DTMF end passthrough '0' on Local/99995077@default-0000004e;1
  51.  
  52.  
  53.  
  54.  
  55.  
  56. ************* Successfully sending DTMF 3 (any other rather than 0 works the same way):
  57.  
  58.  
  59.  
  60.  
  61. vaglxc01*CLI>
  62. vaglxc01*CLI>
  63.  
  64. <--- SIP read from UDP:127.0.0.1:5060 --->
  65. INFO sip:CarrierSIP@127.0.0.1:5070 SIP/2.0
  66. Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bKbec4.5b076f176ab4262de78788fe26eb7eb9.0
  67. Via: SIP/2.0/WSS qqe1mlgtlsr8.invalid;rport=63153;received=172.16.16.26;branch=z9hG4bK6341931
  68. Max-Forwards: 68
  69. To: <sip:CarrierSIP@127.0.0.1:5070>;tag=as23b6e795
  70. From: <sip:5077@172.16.15.8>;tag=2r49v8sa94
  71. Call-ID: 5f659bee6c39e2d90bc656f22c9989bc@127.0.0.1:5070
  72. CSeq: 3473 INFO
  73. Content-Type: application/dtmf-relay
  74. Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS,REFER,INFO
  75. Supported: outbound
  76. User-Agent: JsSIP 3.0.13
  77. Content-Length: 22
  78.  
  79. Signal=3
  80. Duration=160
  81. <------------->
  82. --- (13 headers 2 lines) ---
  83. Receiving INFO!
  84. * DTMF-relay event received: 3
  85.  
  86. <--- Transmitting (NAT) to 127.0.0.1:5060 --->
  87. SIP/2.0 200 OK
  88. Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bKbec4.5b076f176ab4262de78788fe26eb7eb9.0;received=127.0.0.1;rport=5060
  89. Via: SIP/2.0/WSS qqe1mlgtlsr8.invalid;rport=63153;received=172.16.16.26;branch=z9hG4bK6341931
  90. From: <sip:5077@172.16.15.8>;tag=2r49v8sa94
  91. To: <sip:CarrierSIP@127.0.0.1:5070>;tag=as23b6e795
  92. Call-ID: 5f659bee6c39e2d90bc656f22c9989bc@127.0.0.1:5070
  93. CSeq: 3473 INFO
  94. Server: Asterisk PBX 13.17.2-vici
  95. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  96. Supported: replaces
  97. Content-Length: 0
  98.  
  99.  
  100. <------------>
  101. [Aug 07 15:24:37] DTMF[8579][C-00000091]: channel.c:4040 __ast_read: DTMF end '3' received on SIP/kamailio-00000025, duration 160 ms
  102. [Aug 07 15:24:37] DTMF[8579][C-00000091]: channel.c:4067 __ast_read: DTMF begin emulation of '3' with duration 160 queued on SIP/kamailio-00000025
  103. [Aug 07 15:24:37] DTMF[8577][C-00000092]: channel.c:4126 __ast_read: DTMF begin '3' received on Local/99995077@default-0000004e;1
  104. [Aug 07 15:24:37] DTMF[8577][C-00000092]: channel.c:4137 __ast_read: DTMF begin passthrough '3' on Local/99995077@default-0000004e;1
  105. [Aug 07 15:24:38] DTMF[8579][C-00000091]: channel.c:4204 __ast_read: DTMF end emulation of '3' queued on SIP/kamailio-00000025
  106. [Aug 07 15:24:38] DTMF[8577][C-00000092]: channel.c:4040 __ast_read: DTMF end '3' received on Local/99995077@default-0000004e;1, duration 162 ms
  107. [Aug 07 15:24:38] DTMF[8577][C-00000092]: channel.c:4081 __ast_read: DTMF end accepted with begin '3' on Local/99995077@default-0000004e;1
  108. [Aug 07 15:24:38] DTMF[8577][C-00000092]: channel.c:4110 __ast_read: DTMF end passthrough '3' on Local/99995077@default-0000004e;1
  109. [Aug 07 15:24:38] DTMF[10882][C-000000a0]: channel.c:4126 __ast_read: DTMF begin '3' received on Local/8600051@default-00000055;1
  110. [Aug 07 15:24:38] DTMF[10882][C-000000a0]: channel.c:4137 __ast_read: DTMF begin passthrough '3' on Local/8600051@default-00000055;1
  111. [Aug 07 15:24:38] DTMF[10882][C-000000a0]: channel.c:4040 __ast_read: DTMF end '3' received on Local/8600051@default-00000055;1, duration 100 ms
  112. [Aug 07 15:24:38] DTMF[10882][C-000000a0]: channel.c:4081 __ast_read: DTMF end accepted with begin '3' on Local/8600051@default-00000055;1
  113. [Aug 07 15:24:38] DTMF[10882][C-000000a0]: channel.c:4110 __ast_read: DTMF end passthrough '3' on Local/8600051@default-00000055;1
  114. vaglxc01*CLI>
  115. vaglxc01*CLI>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement