[OpenSIPS-Devel] [opensips] rtpproxy: bogus command modifier (#195)

Ovidiu Sas notifications at github.com
Wed Apr 9 19:17:25 CEST 2014


There is a bogus character 0x01 sent after U command when calling rtpproxy_engage("").
If calling rtpproxy_engage(), everything seems to be normal (please note the missing double quote).

rtpproxy output log:
<code>
DBUG:get_command: received command "6197_17 U#001c0,107,8,101 LYTy2eZwa8DCiwQ.XwUB5RAyuvXqxK0T XXX.XX.XXX.XXX 4010 K2HuCGCbGY-3pdBhz9EUBt.XAJH0yblY;1"
ERR:handle_command: unknown command modifier `#001'
</code>

Here's a tcpdump of the exchange messaging between opensips and rtpproxy:
<code>
13:05:16.305287 IP 127.0.0.1.60320 > 127.0.0.1.7899: UDP, length 110
        0x0000:  4500 008a e06e 4000 4011 5bf2 7f00 0001  E....n at .@.[.....
        0x0010:  7f00 0001 eba0 1edb 0076 fe89 3631 3937  .........v..6197
        0x0020:  5f31 3720 5501 6330 2c31 3037 2c38 2c31  _17.U.c0,107,8,1
        0x0030:  3031 204c 5954 7932 655a 7761 3844 4369  01.LYTy2eZwa8DCi
        0x0040:  7751 2e58 7755 4235 5241 7975 7658 7178  wQ.XwUB5RAyuvXqx
        0x0050:  4b30 5420 XXXX XXXX XXXX XXXX XXXX XXXX  K0T.XXX.XX.XXX.X
        0x0060:  XXXX 2034 3031 3020 4b32 4875 4347 4362  XX.4010.K2HuCGCb
        0x0070:  4759 2d33 7064 4268 7a39 4555 4274 2e58  GY-3pdBhz9EUBt.X
        0x0080:  414a 4830 7962 6c59 3b31                 AJH0yblY;1
13:05:16.305811 IP 127.0.0.1.7899 > 127.0.0.1.60320: UDP, length 27
        0x0000:  4500 0037 0000 4000 4011 3cb4 7f00 0001  E..7.. at .@.<.....
        0x0010:  7f00 0001 1edb eba0 0023 fe36 3631 3937  .........#.66197
        0x0020:  5f31 3720 3536 3134 3220 3634 2e31 3138  _17.56142.64.118
        0x0030:  2e32 3238 2e31 0a                        .228.1.
</code>

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/195
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20140409/175f8fe7/attachment.htm>


More information about the Devel mailing list