[SR-Users] 484 Address Incomplete error

2016-10-05 Thread Infinicalls Infinicalls
Hi all, I am trying a simple proxy (with dispatcher) and a registrar. However, I have this issue U 2016/10/05 08:22:44.057195 10.0.0.4:5060 -> 52.233.25.164:5060 SIP/2.0 484 Address Incomplete. Via: SIP/2.0/UDP 10.1.0.4;branch=z9hG4bK8653.a9c65320.0;received=52.233.25.164.

Re: [SR-Users] 484 Address Incomplete error

2016-10-05 Thread Daniel-Constantin Mierla
Hello, the sip response is sent from kamailio.cfg (search there for 484) -- if yours is based on default kamailio.cfg, then the r-uri doesn't have username part (it has only the ip/host address) and you need to handle the OPTIONS request differently. Cheers, Daniel On 05/10/16 10:32, Infinicall

Re: [SR-Users] Identical Kamailio setup on 2 hosts

2016-10-05 Thread Daniel Tryba
On Wed, Oct 05, 2016 at 11:40:49AM +0530, Infinicalls Infinicalls wrote: > Oct 5 06:05:03 infinicalls-proxy1 /usr/local/sbin/kamailio[4840]: > ERROR: dispatcher [dispatcher.c:788]: ds_warn_fixup(): failover > functions used, but required AVP parameters are NULL -- feature > disabled In an other m

[SR-Users] Fwd: TOPOH Module in Kamialio

2016-10-05 Thread Ginti Saurabh
Hi, Can you let me know what is TOPOH module do in kamailio? what does it do? and if commented out this line then will it effect the system? ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http:

[SR-Users] Size of passwords fields in db

2016-10-05 Thread Daniel-Constantin Mierla
Hello, writing here to decide on a topic opened by pull request 779: - https://github.com/kamailio/kamailio/pull/779 what would be a fair size for db column storing a password that one would like to have for proper security? I would like to make it consistent over all tables that have a passw

Re: [SR-Users] Identical Kamailio setup on 2 hosts

2016-10-05 Thread Infinicalls Infinicalls
Hi, This problem looked strange, as even with the local IP, it throws the same error. listen=udp:PRIVATEIP:5060 advertise PUBLICIP:5060 also throws the same error, as before. I am not sure what is wrong. But by searching some posts here, I was advised to comment out the line. And it worked. Kama

Re: [SR-Users] Size of passwords fields in db

2016-10-05 Thread Fred Posner
On 10/05/2016 10:25 AM, Daniel-Constantin Mierla wrote: > Hello, > > writing here to decide on a topic opened by pull request 779: > > - https://github.com/kamailio/kamailio/pull/779 > > what would be a fair size for db column storing a password that one > would like to have for proper securit

Re: [SR-Users] Migrating from OpenSER config file question.

2016-10-05 Thread Brian McCrary
Hello, Thanks so much for the help in pointing me in the right direction. I finally had some time today to work with Kamailio a little. I should have pointed out I had commented the avp_write line out in the config file and had attempted to convert it to the new format as you had suggested.