[sr-dev] git:master:f64c4389: ims_registrar_scscf: Vendor-ID of Call-ID AVP should be 0 or 3GPP, never 50

Carsten Bock carsten at ng-voice.com
Thu Jul 30 17:07:27 CEST 2015


Module: kamailio
Branch: master
Commit: f64c4389eaec74ea49f521c010e17831e76c49fa
URL: https://github.com/kamailio/kamailio/commit/f64c4389eaec74ea49f521c010e17831e76c49fa

Author: Carsten Bock <carsten at ng-voice.com>
Committer: Carsten Bock <carsten at ng-voice.com>
Date: 2015-07-30T17:07:18+02:00

ims_registrar_scscf: Vendor-ID of Call-ID AVP should be 0 or 3GPP, never 50

---

Modified: modules/ims_registrar_scscf/cxdx_avp.c

---

Diff:  https://github.com/kamailio/kamailio/commit/f64c4389eaec74ea49f521c010e17831e76c49fa.diff
Patch: https://github.com/kamailio/kamailio/commit/f64c4389eaec74ea49f521c010e17831e76c49fa.patch

---

diff --git a/modules/ims_registrar_scscf/cxdx_avp.c b/modules/ims_registrar_scscf/cxdx_avp.c
index ab9490a..d81207d 100644
--- a/modules/ims_registrar_scscf/cxdx_avp.c
+++ b/modules/ims_registrar_scscf/cxdx_avp.c
@@ -148,7 +148,7 @@ inline int cxdx_add_call_id(AAAMessage *msg, str data)
 	cxdx_add_avp(msg,data.s,data.len,
 		AVP_Call_Id,
 		AAA_AVP_FLAG_VENDOR_SPECIFIC,
-		50,
+		0,
 		AVP_DUPLICATE_DATA,
 		__FUNCTION__);
 }




More information about the sr-dev mailing list