Re: [SR-Users] send_bye dialog parameter

2013-07-10 Thread Gertjan Wolzak
Sorry Important... Kamailio version 3.3 Rgds, Gertjan From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Gertjan Wolzak Sent: woensdag 10 juli 2013 8:58 To: sr-users@lists.sip-router.org Subject: [SR-Users] send_bye dialog par

Re: [SR-Users] send_bye dialog parameter

2013-07-10 Thread Carsten Bock
Hi Gertjan, are you sure, you loaded Kamailio's Dialog Module? In 3.3 there are two dialog modules: One of old SER and one of Kamailio... Did you compile Kamailio from the GIT branch or did you use any sort of prebuilt packages? Can you send the output of "kamailio -V"? Thanks, Carsten 2013/7/1

Re: [SR-Users] send_bye dialog parameter

2013-07-10 Thread Gertjan Wolzak
Mmm, walk of shame... version: kamailio 3.2.3 (i386/linux) 91b6dd flags: STATS: Off, USE_IPV6, USE_TCP, USE_TLS, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, DBG_QM_MALLOC, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_N

Re: [SR-Users] send_bye dialog parameter

2013-07-10 Thread Carsten Bock
And Version 3.2 does not have this parameter http://kamailio.org/docs/modules/3.2.x/modules_k/dialog.html Kind regards, Carsten 2013/7/10 Gertjan Wolzak : > Mmm, walk of shame... > > version: kamailio 3.2.3 (i386/linux) 91b6dd > flags: STATS: Off, USE_IPV6, USE_TCP, USE_TLS, TLS_HOOKS, USE_R

Re: [SR-Users] send_bye dialog parameter

2013-07-10 Thread Daniel-Constantin Mierla
iirc, for earlier versions, there is a variable that can be set before creating the dialog for getting the BYE (part of $dlg_ctx(...) or so, check the pv cookbook). Anyhow, using a more recent version is recommended, having more improvements in this direction. Cheers, Daniel On 7/10/13 9:40

Re: [SR-Users] how to make dispatcher module use more than one tcp connections to the destinations?

2013-07-10 Thread Daniel-Constantin Mierla
Hello, On 7/10/13 7:13 AM, Allen Zhang wrote: Hi list, I have a loadbalancer before sipproxies. I call t_reley() on the dispatcher to forward requests to destinations. All goes well under low load. But when load goes up to 500 requests/s, the loadbalancer still sends requests via only on

Re: [SR-Users] Xcap_Server

2013-07-10 Thread Daniel-Constantin Mierla
Those functions are from xlog and auth_db modules, but probably the errors are from www_authorize and www_challenge functions, both being in the auth_db module. If based on default config, you have to define WITH_AUTH Cheers, Daniel On 7/9/13 4:39 PM, Kethzer Docteur wrote: error message are

Re: [SR-Users] RTP proxy high CPU utilization...

2013-07-10 Thread Daniel-Constantin Mierla
Hello, On 7/8/13 5:49 PM, arun Jayaprakash wrote: Hello, I have set up my Asterisk server with Kamailio where Kamailio handles the user authentication as per http://kb.asipto.com/asterisk:realtime:kamailio-3.1.x-asterisk-1.6.2-astdb. It is working well, I am able to make calls, two way sound

Re: [SR-Users] Password authentication failure

2013-07-10 Thread Daniel-Constantin Mierla
Hello, you presented the log for shutting down and starting kamailio. Set debug=3 in kamailio.cfg and then restart kamailio, do a registration and see the logs printed for REGISTER request. You can pate those log messages here if you don't understand what happened by yourself. Cheers, Daniel

Re: [SR-Users] Increase registration expiration time?

2013-07-10 Thread Daniel-Constantin Mierla
iirc, increasing the expire time is not allowed in the sip specs, a reply has to be sent to tell to UA to increase its value. But, if I am not wrong, registrar module has some option for this case, just look at its readme. Cheers, Daniel On 7/3/13 6:51 AM, arun Jayaprakash wrote: Can someone

[SR-Users] Regd. Expires DB column in Presentity and Location tables

2013-07-10 Thread Shankar
Hello, The 'type' of 'expires' column in location table is 'datetime' whereas in table presentity the type is 'int'. Is there any reason behind this? I hope for the sake of uniformity 'expires' can be changed to 'datetime'. Please clarify. Regards, Shankar

Re: [SR-Users] Increase registration expiration time?

2013-07-10 Thread arun Jayaprakash
ok, thank you. From: Daniel-Constantin Mierla To: arun Jayaprakash ; Kamailio (SER) - Users Mailing List Sent: Wednesday, July 10, 2013 5:48 AM Subject: Re: [SR-Users] Increase registration expiration time? iirc, increasing the expire time is not allowe

Re: [SR-Users] RTP proxy high CPU utilization...

2013-07-10 Thread arun Jayaprakash
I am still having issues with this, can someone shed some light on this so I will know where to start looking for the problem asĀ  I am new to Kamailio. Thank you. Regards, Arun From: arun Jayaprakash To: Kamailio Mailing List Sent: Monday, July 8, 2013 10

[SR-Users] how to make dispatcher module use more than one tcp connections to the destinations?

2013-07-10 Thread Allen Zhang
Hi list, I have a loadbalancer before sipproxies. I call t_reley() on the dispatcher to forward requests to destinations. All goes well under low load. But when load goes up to 500 requests/s, the loadbalancer still sends requests via only one tcp connection. This maxes out the tcp write queue.

Re: [SR-Users] Password authentication failure

2013-07-10 Thread G. Sherman
Thanks. I don't see any new logs for REGISTER, but I'm going to just go ahead and retract my request for help -- I just haven't put in the time I think it requires to understand SIP and get it running properly. Just wanted to say thanks for trying, all the same! G. On Wed, Jul 10, 2013 at 5:42 A