[sr-dev] UAC module - got sip response 200 while registering

2015-03-05 Thread GG GG
Ok Thank you Daniel ! ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] UAC module - got sip response 200 while registering

2015-03-05 Thread GG GG
Some providers change the Contact header when replying the register. The provider says 200 OK for register but I got this: ERROR: uac [uac_reg.c:876]: uac_reg_tm_callback(): got sip response 200 while registering I think the problem is at https://github.com/kamailio/kamailio/blob/master/modules/u

[sr-dev] outbound force_outbound_flag

2015-02-27 Thread GG GG
I just realized that I need to set a flag transaction in the script... Sorry. ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] outbound force_outbound_flag

2015-02-27 Thread GG GG
modparam("outbound", "force_outbound_flag", 1) doesn't work. In modules/outbound/ob_mod.c: int use_outbound(struct sip_msg *msg) ... /* If Outbound is forced return success without any further checks */ if (ob_force_flag != -1 && isflagset(msg, ob_force_flag) > 0) isflagset(msg, ob_force_flag) >

Re: [sr-dev] aastra outbound support

2015-02-23 Thread GG GG
(Daniel-Constantin Mierla) >2. Re: [kamailio] registrar - additional features (#91) (lazedo) >3. aastra outbound support (GG GG) >4. git:master:b9e5b918: kazoo - fix timeouts (Luis Azedo) >5. git:4.2:449ba0c0: kazoo - fix timeouts (Luis Azedo) >6. git:4.2:e2

[sr-dev] aastra outbound support

2015-02-23 Thread GG GG
Hi ! Aastra phone can support outbound (RFC 5626) but they put reg-id=0 in the SIP REGISTER. So the registrar server can't save the AOR and says "invalid reg-id value". I know Aastra should change that for reg-id=1, I already reported an issue but no feedback... Finally I applied a patch in modu