Re: [SR-Users] evapi tcp parsing??

2015-09-22 Thread Jayesh Nambiar
Hi, Took time to get back with the test results as I was trying to analyze too much myself before getting back on the list. Also I was stuck with weird error of module version mismatch, but I figured and solved that issue. So I do see the logs "frame size mismatch" when I miss the events. Since the

Re: [SR-Users] evapi tcp parsing??

2015-09-22 Thread Jayesh Nambiar
Also forgot to mention, this starts happening at around 1200cps. And using SIPp I accelerate from 500cps to 1200cps very quick. So it might be related to concurrency is what I'm assuming. Thanks. - Jayesh On Tue, Sep 22, 2015 at 12:40 PM Jayesh Nambiar wrote: > Hi, > Took time to get back with

Re: [SR-Users] What SIP stack does Kamailio or OpenIMSCore implements?

2015-09-22 Thread Carsten Bock
Hi, Kamailio is using it's own SIP-Stack, not a SIP-Stack from a third party. Thanks, Carsten 2015-09-22 4:13 GMT+02:00 天 : > Hi, I am a rookie in SIP related area. > I run into OpenIMSCore in recent days, and then I was introduced to > Kamailio. > Now I am wondering what SIP stack does Kamailio

Re: [SR-Users] Kamailio with Radius authentication

2015-09-22 Thread Daniel-Constantin Mierla
Hello, with a quick search I couldn't see any log related to radius for runtime. Maybe the part with radius functions is not executed. Load debugger module and set its cfgtrace parameter to 1. The register with the phone and see if the radius authentication function is executed. If not, look to se

Re: [SR-Users] Two suggestions

2015-09-22 Thread ycaner
Hello, there is a site about mailing list. you can seaerch whatever you want on search box http://sip-router.1086192.n5.nabble.com/ -- View this message in context: http://sip-router.1086192.n5.nabble.com/Two-suggestions-tp141632p141642.html Sent from the Users mailing list archive at Nabble.c

Re: [SR-Users] Two suggestions

2015-09-22 Thread ??
Thanks a lot! -- Original -- From: "ycaner";; Date: Tue, Sep 22, 2015 07:16 PM To: "sr-users"; Subject: Re: [SR-Users] Two suggestions Hello, there is a site about mailing list. you can seaerch whatever you want on search box http://sip-router.1086192.n

[SR-Users] loose_route function select wrong next hop!

2015-09-22 Thread Yasin CANER
Hello all; it is 3rd. mail to send about it. i installed kamailio V 4.3.2  and Aster?sk 13.5 version the same machine. Kamailio listens 5061 port and asterisk listens 5080 port. When the calls happens , aster?sk sends perfectly 200 Ok message to

Re: [SR-Users] loose_route function select wrong next hop!

2015-09-22 Thread Daniel-Constantin Mierla
Hello, can you give the listen and alias parameters you have in kamailio.cfg? Are you using domain module and have the ip in the domain table? Cheers, Daniel On 22/09/15 13:33, Yasin CANER wrote: > Hello all; > > it is 3rd. mail to send about it. i installed kamailio V 4.3.2 and > Aster?sk 13.

Re: [SR-Users] evapi tcp parsing??

2015-09-22 Thread Daniel-Constantin Mierla
Hello, I haven't seen in the ngrep when the data containing next line is received: {"event":"REGISTER","tindex":"3639","tlabel":"1889788252" ... Do you still have it? Is it after: {"event":"REGISTER","tindex":"12603","tlabel":"626010915", ... Cheers, Daniel On 22/09/15 09:09, Jayesh Nambiar w

Re: [SR-Users] loose_route function select wrong next hop!

2015-09-22 Thread ycaner
Hello Daniel; thanks for reply. there is a ip in kamailio.domain table . alias module is disabled and don't use any domain , it is only ip. MultiDomain support is enabled. P.S. : i replaced real ip with '192.168.0.188'. --kamailio.domain- # id, domain, did, last_modified '1', '192.

Re: [SR-Users] loose_route function select wrong next hop!

2015-09-22 Thread Daniel-Constantin Mierla
Hello, do you have parameter register_myself set for domain module? If yes, then set it to 0, because when set to 1, any URI with that IP will match myself condition. Cheers, Daniel On 22/09/15 14:17, ycaner wrote: > Hello Daniel; > thanks for reply. there is a ip in kamailio.domain table . ali

Re: [SR-Users] Kamailio PSTN with User/Pass authentication

2015-09-22 Thread Daniel-Constantin Mierla
Hello, look at uac module for uac_auth() function -- you need to use that in a failure_route when processing 407 from provider, like in example: - http://kamailio.org/docs/modules/4.4.x/modules/uac.html#uac.f.uac_auth() Cheers, Daniel On 21/09/15 17:08, Infinicalls Infinicalls wrote: > Hi, >

Re: [SR-Users] Kamailio with Radius authentication

2015-09-22 Thread Daniel-Constantin Mierla
Hello, the log file doesn't have any message from cfgtrace. If you started from default kamailio.cfg, note that the debugger module is not loaded unless you define WITH_DEBUG. To understand, see some docs about defines at: - https://www.kamailio.org/wiki/cookbooks/4.3.x/core#define Cheers, Da

Re: [SR-Users] loose_route function select wrong next hop!

2015-09-22 Thread ycaner
Hello Daniel; As you wrote after disabled register_myself , it works as should be. is there any side affect for disabling it. i looked at the docs and i think there will not be any problems. Thanks for helps. Have a nice day. -- View this message in context: http://sip-router.1086192.n5.nabble

[SR-Users] cnxcc module

2015-09-22 Thread Максим Панчоха
Hello! I'm trying to set max call duration, but after 5 seconds call is continues. Kamailio version: 4.3.2 Here's part of my config file: #!define CC_FLAG 29 ... modparam("cnxcc", "credit_check_period", 1) modparam("cnxcc", "redis", "addr=127.0.0.1;port=6379;db=1") modparam("dialog", "hash_size",