Advertisement
Guest User

Untitled

a guest
Mar 13th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 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. [Mar 13 15:25:09] DTMF[8579][C-00000091]: channel.c:4040 __ast_read: DTMF end '0' received on SIP/kamailio-00000025, duration 160 ms
  44. [Mar 13 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. [Mar 13 15:25:09] DTMF[8577][C-00000092]: channel.c:4126 __ast_read: DTMF begin '0' received on Local/99995077@default-0000004e;1
  46. [Mar 13 15:25:09] DTMF[8577][C-00000092]: channel.c:4137 __ast_read: DTMF begin passthrough '0' on Local/99995077@default-0000004e;1
  47. [Mar 13 15:25:09] DTMF[8579][C-00000091]: channel.c:4204 __ast_read: DTMF end emulation of '0' queued on SIP/kamailio-00000025
  48. [Mar 13 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. [Mar 13 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. [Mar 13 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. ************* Successfully sending DTMF 3 (any other rather than 0 works the same way):
  54.  
  55. vaglxc01*CLI>
  56. vaglxc01*CLI>
  57.  
  58. <--- SIP read from UDP:127.0.0.1:5060 --->
  59. INFO sip:CarrierSIP@127.0.0.1:5070 SIP/2.0
  60. Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bKbec4.5b076f176ab4262de78788fe26eb7eb9.0
  61. Via: SIP/2.0/WSS qqe1mlgtlsr8.invalid;rport=63153;received=172.16.16.26;branch=z9hG4bK6341931
  62. Max-Forwards: 68
  63. To: <sip:CarrierSIP@127.0.0.1:5070>;tag=as23b6e795
  64. From: <sip:5077@172.16.15.8>;tag=2r49v8sa94
  65. Call-ID: 5f659bee6c39e2d90bc656f22c9989bc@127.0.0.1:5070
  66. CSeq: 3473 INFO
  67. Content-Type: application/dtmf-relay
  68. Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS,REFER,INFO
  69. Supported: outbound
  70. User-Agent: JsSIP 3.0.13
  71. Content-Length: 22
  72.  
  73. Signal=3
  74. Duration=160
  75. <------------->
  76. --- (13 headers 2 lines) ---
  77. Receiving INFO!
  78. * DTMF-relay event received: 3
  79.  
  80. <--- Transmitting (NAT) to 127.0.0.1:5060 --->
  81. SIP/2.0 200 OK
  82. Via: SIP/2.0/UDP 127.0.0.1;branch=z9hG4bKbec4.5b076f176ab4262de78788fe26eb7eb9.0;received=127.0.0.1;rport=5060
  83. Via: SIP/2.0/WSS qqe1mlgtlsr8.invalid;rport=63153;received=172.16.16.26;branch=z9hG4bK6341931
  84. From: <sip:5077@172.16.15.8>;tag=2r49v8sa94
  85. To: <sip:CarrierSIP@127.0.0.1:5070>;tag=as23b6e795
  86. Call-ID: 5f659bee6c39e2d90bc656f22c9989bc@127.0.0.1:5070
  87. CSeq: 3473 INFO
  88. Server: Asterisk PBX 13.17.2-vici
  89. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  90. Supported: replaces
  91. Content-Length: 0
  92.  
  93.  
  94. <------------>
  95. [Mar 13 15:24:37] DTMF[8579][C-00000091]: channel.c:4040 __ast_read: DTMF end '3' received on SIP/kamailio-00000025, duration 160 ms
  96. [Mar 13 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
  97. [Mar 13 15:24:37] DTMF[8577][C-00000092]: channel.c:4126 __ast_read: DTMF begin '3' received on Local/99995077@default-0000004e;1
  98. [Mar 13 15:24:37] DTMF[8577][C-00000092]: channel.c:4137 __ast_read: DTMF begin passthrough '3' on Local/99995077@default-0000004e;1
  99. [Mar 13 15:24:38] DTMF[8579][C-00000091]: channel.c:4204 __ast_read: DTMF end emulation of '3' queued on SIP/kamailio-00000025
  100. [Mar 13 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
  101. [Mar 13 15:24:38] DTMF[8577][C-00000092]: channel.c:4081 __ast_read: DTMF end accepted with begin '3' on Local/99995077@default-0000004e;1
  102. [Mar 13 15:24:38] DTMF[8577][C-00000092]: channel.c:4110 __ast_read: DTMF end passthrough '3' on Local/99995077@default-0000004e;1
  103. [Mar 13 15:24:38] DTMF[10882][C-000000a0]: channel.c:4126 __ast_read: DTMF begin '3' received on Local/8600051@default-00000055;1
  104. [Mar 13 15:24:38] DTMF[10882][C-000000a0]: channel.c:4137 __ast_read: DTMF begin passthrough '3' on Local/8600051@default-00000055;1
  105. [Mar 13 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
  106. [Mar 13 15:24:38] DTMF[10882][C-000000a0]: channel.c:4081 __ast_read: DTMF end accepted with begin '3' on Local/8600051@default-00000055;1
  107. [Mar 13 15:24:38] DTMF[10882][C-000000a0]: channel.c:4110 __ast_read: DTMF end passthrough '3' on Local/8600051@default-00000055;1
  108. vaglxc01*CLI>
  109. vaglxc01*CLI>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement