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

2014-09-15 Thread Ovidiu Sas
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___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


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

2016-01-07 Thread Rik Broers
Closed #333.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/333#event-508011086___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel