Re: [sr-dev] [kamailio/kamailio] Kamailio SDP Error 5.1.8 (#1983)

2019-06-15 Thread nicoonline
this is related to sdp_keep_codec which doesn't remove fmtp payload. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1983#issuecomment-502342423_

Re: [sr-dev] Adding new fields in pcscf.location table

2019-06-15 Thread Henning Westerholt
Hello Alexsandar, the process is like this: * extend the XML db source definition in src/lib/srdb1/schema * you will find some general size/type definitions in the entities.xml file, please use them if possible * increment the version number for this particular table in the XML as w

Re: [sr-dev] [kamailio/kamailio] Kamailio 5.1.8, error in sdpops, sdp_keep_codecs function (#1983)

2019-06-15 Thread Henning Westerholt
The issue is related to the function call sdp_keep_codecs_by_id(..). It seems to not remove multiple "a=fmtp" lines related to a removed codec. Shortened example: ` m=audio 15684 RTP/AVP 8 18 4 0 101 13 a=fmtp:18 annexa=yes a=fmtp:18 annexb=no ` The resulting SDP that cause the error message is t

Re: [sr-dev] [kamailio/kamailio] Kamailio 5.1.8, error in sdpops, sdp_keep_codecs function (#1983)

2019-06-15 Thread Henning Westerholt
Debug log file that shows the problem, second "a=fmtp" is not removed [sdpops.txt](https://github.com/kamailio/kamailio/files/3293025/sdpops.txt) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/k

Re: [sr-dev] [kamailio/kamailio] Kamailio 5.1.8, error in sdpops, sdp_keep_codecs function (#1983)

2019-06-15 Thread Henning Westerholt
It seems that the function sdp_remove_str_codec_id_attr(..) only removes the first attribute for a deleted codec. I am traveling for the next week, maybe somebody else could have a look to this issue. Otherwise I can investigate after my return. -- You are receiving this because you are subscr