[OpenSIPS-Devel] [opensips] UAC_Registrant - Call-id in registers change on fifo reg_reload (#333)

Ovidiu Sas notifications at github.com
Mon Sep 15 20:10:28 CEST 2014


You could try the following hack/patch:
```
--- a/modules/uac_registrant/reg_records.c
+++ b/modules/uac_registrant/reg_records.c
@@ -84,7 +84,7 @@ static void gen_call_id_ftag(str *aor, str *now, str *call_id_ftag)
        if(now->s && now->len)
                src[i++] = *now;

-       MD5StringArray(call_id_ftag->s, src, i);
+       MD5StringArray(call_id_ftag->s, src, 1);
        return;
 }
```
This should keep the Call-ID header the same, but CSeq most likely will be reset and I don't know how your PBX will react to it.


---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/333#issuecomment-55632344
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20140915/8618e851/attachment.htm>


More information about the Devel mailing list