ng I'm getting
> parse errors in debug output, so am unable to confirm at this time.
>
> Brian - which version are you using? Anything in log? After calling
> save(), path column in DB is empty?
>
>
>
> On 16 September 2013 15:18, Brian Wallen wrote:
>
>> I
gt;>> before saving incoming register. That way, no need to replicate register
>>>>>> message to other servers and all subscribers use the same domain.
>>>>>>
>>>>>> Add path something like this before calling save():
>>>>>>
&
t;> msg_apply_changes();
>>>
>>> Whichever server receives the incoming invite, will perform lookup and
>>> automatically route to the server which received the register. On the
>>> proxying server set $du according to received param of rou
On Mon, Sep 16, 2013 at 7:34 AM, Daniel-Constantin Mierla wrote:
> Hello,
>
>
> On 9/12/13 10:08 PM, Brian Wallen wrote:
>
>> I currently have two independent kamailio servers. I'd like to set them
>> up in a way that user1 on server1 can make a call to user2 on
I currently have two independent kamailio servers. I'd like to set them up
in a way that user1 on server1 can make a call to user2 on server2. After
searching I've come up with two ways that this might be able to be done.
Can someone please sanity check these or point me in the right direction?
1.
I'm trying to setup app_python and I'm using the handlers.py script from
the git repo to test. I get the script to load and mod_init() and
child_init() both run, but I can't figure out how to get handler() to run.
I tried adding python_exec("handler") to my config file but Kamailio
doesn't start li