ycaner06 commented on this pull request.
@@ -1992,6 +1992,10 @@ static int parse_flags(struct
ng_flags_parse *ng_flags, struct sip_msg *msg, enu
if
(str_key_val_prefix(&key, "transcode", &val, &s)
|| str_key_val_prefix(&key, "codec-transcode", &val, &s))
{
+ if(s.len<=0 && s.s==NULL){
I avoid changing function because i afraid that breaking other parts. At monday , i can
change it as you wish.
--
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/pull/1742#discussion_r237998155