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
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:
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
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:
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
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
@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
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
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