Re: [OpenSIPS-Users] codec_delete_except_re SDP Corruption

2014-03-24 Thread Liviu Chircu
Hello Kneeoh, Thank you for reporting this issue. A fix has been committed on the master, 1.11, 1.10 and 1.8 branches. Best regards, Liviu Chircu OpenSIPS Developer http://www.opensips-solutions.com On 03/05/2014 08:58 PM, Kneeoh wrote: Sure, I'll get that for you. I've got some additional

Re: [OpenSIPS-Users] codec_delete_except_re SDP Corruption

2014-03-05 Thread Kneeoh
Sure, I'll get that for you. I've got some additional data that may answer your question. The problem seems to occur when the codec being removed is at the end of the SDP offer. So you'll get something like 0 18 101 19 in the media description line and 19 is the one you remove. It leaves the sp

Re: [OpenSIPS-Users] codec_delete_except_re SDP Corruption

2014-03-05 Thread Bogdan-Andrei Iancu
Hello, Is the codec deletion the only change you do over the SDP (codec related) ? What opensips version are you using ? Also, could you post (privately is needed) the exact original and modified SDP ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions

[OpenSIPS-Users] codec_delete_except_re SDP Corruption

2014-02-28 Thread Kneeoh
I am using the codec codec_delete_except_re function to remove unwanted codecs:  codec_delete_except_re("PCMU|G729|telephone-event"); Apparently it is placing or leaving a space (hex 20) at the end of the media description line if the codec at the end of the description is removed by this funct