[OpenSIPS-Devel] [OpenSIPS/opensips] 2600e0: topology_hiding: prefent crash at shutdown

2016-03-16 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2600e00217424cc86366b2087deff7b4b4b5753f https://github.com/OpenSIPS/opensips/commit/2600e00217424cc86366b2087deff7b4b4b5753f Author: Razvan Crainea Date: 2016-03-16 (Wed, 16 Mar 2016) Changed path

[OpenSIPS-Devel] [OpenSIPS/opensips] a75957: topology_hiding: prefent crash at shutdown

2016-03-16 Thread Razvan Crainea
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: a759574c2f3a6590dc45dd18c12e8266539ecdef https://github.com/OpenSIPS/opensips/commit/a759574c2f3a6590dc45dd18c12e8266539ecdef Author: Razvan Crainea Date: 2016-03-16 (Wed, 16 Mar 2016) Changed paths:

Re: [OpenSIPS-Devel] [opensips] 2.2: $TH_callee_callid is wrong (#800)

2016-03-16 Thread vladpaiu
Closed #800 via 2a61e971db7f9ddc898cf9d796fb3d66628773c3. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/800#event-591608675___ Devel ma

[OpenSIPS-Devel] [OpenSIPS/opensips] 2a61e9: Fixed $TH_callee_callid to reflect '=' being an in...

2016-03-16 Thread Vlad Paiu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2a61e971db7f9ddc898cf9d796fb3d66628773c3 https://github.com/OpenSIPS/opensips/commit/2a61e971db7f9ddc898cf9d796fb3d66628773c3 Author: Vlad Paiu Date: 2016-03-16 (Wed, 16 Mar 2016) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] dc229a: Fixed $TH_callee_callid to reflect '=' being an in...

2016-03-16 Thread Vlad Paiu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: dc229a1ac6312cba9db75e49bc09b931a549375f https://github.com/OpenSIPS/opensips/commit/dc229a1ac6312cba9db75e49bc09b931a549375f Author: Vlad Paiu Date: 2016-03-16 (Wed, 16 Mar 2016) Changed paths: M

Re: [OpenSIPS-Devel] Reply INVITE

2016-03-16 Thread Bogdan-Andrei Iancu
Hi , Maybe you deal with INVITE retransmissions and your script gets also triggered for the retransmissions. Try placing a t_newtran() (actually switching in stateful mode and absorbing eventual retransmissions) first thing in the "if INVITE" block Regards, Bogdan-Andrei Iancu OpenSIPS Fou

Re: [OpenSIPS-Devel] [opensips] uac_replace_XXX() treating input string as a literal some of the time (#811)

2016-03-16 Thread Bogdan Andrei IANCU
@mishehu , if I get it right, you want to take this FMT string (like "sip:$rU@$var(someVar)" ) from somewhere (DB, etc) and than use it to evaluate it ; like you load that fmt string from DB and you use it for building the new TO header. Is this correct ? --- You are receiving this because you

Re: [OpenSIPS-Devel] [opensips] Problem with using async and exec (#829)

2016-03-16 Thread Bogdan Andrei IANCU
Hi @santhosh-kumar , this is very strange (the chain of errors you get) - it shows like the epoll reactor triggered only EPOLLHUP event, without any IN or OUT notification. Do you have any idea what happens at the network level with the corresponding TCP connection ? is there any connect attempt

Re: [OpenSIPS-Devel] [opensips] Possible bug in xmlrpc-ng (#826)

2016-03-16 Thread Bogdan Andrei IANCU
Hi @nikbyte , reading from the xml rpc syntax (http://xmlrpc.scripting.com/spec.html), it is not sure if the the tag is mandatory: " If the procedure call has parameters, the must contain a sub-item. The sub-item can contain any number of s, each of which has a . " Regards, Bogdan --- You