Re: [SR-Users] Adding/manipulating headers in CANCEL

2014-06-24 Thread Örn Arnarson
> Cheers, > Daniel > > > On 20/06/14 19:23, Örn Arnarson wrote: >> >> Found this on the issue: >> http://lists.sip-router.org/pipermail/sr-dev/2012-October/016657.html >> >> Seems that this patch still hasn't been applied. It seems from >> discuss

Re: [SR-Users] Adding/manipulating headers in CANCEL

2014-06-20 Thread Örn Arnarson
der anyway. Regardless, as Vitaliy points out, the documentation specifies that the CANCEL is build by reparsing the INVITE sent out, but it is incorrectly building by reparsing the INVITE received instead. Seems odd that this hasn't been applied already. Regards, Örn On Fri, Jun 20, 2014

[SR-Users] Adding/manipulating headers in CANCEL

2014-06-20 Thread Örn Arnarson
Hello, I'm running Kamailio 4.0.4, and I'm running into problems when trying to insert or update headers when the method is CANCEL. It just seems that nothing at all happens to the message. Is this a bug or a design choice? Regards, Örn ___ SIP Expres

Re: [SR-Users] kamailio and app_python

2014-06-11 Thread Örn Arnarson
I'm guessing that accessing pseudo-variables is still not possible in python? I haven't seen anything indicating so in any event. Could you confirm? Will probably switch to lua as well. On Wed, Oct 3, 2012 at 4:38 PM, Konstantin M. wrote: > Hello, > I can contribute a python part, but currently I

Re: [SR-Users] app_python not able to import from Router

2014-06-02 Thread Örn Arnarson
from: "from Router import LM_ERR" to "from Router.Logger import LM_ERR" kamailio (and the embedded python code) will run without problems. In lieu of better documentation, perhaps the sample code should be changed or altogether removed. Regards, Örn On Wed, May 28, 2014 at 4:4

[SR-Users] app_python not able to import from Router

2014-05-28 Thread Örn Arnarson
Hello, I've tried installing kamailio both from deb and from source (4.0.4 in both cases) on Ubuntu server 14.04. In both cases, I'm having problems with importing from the Router module in python, which I presume is made available when invoked from kamailio with the python module loaded. Here's