[SR-Users] alphabetic indexes for devel version

2012-03-30 Thread Daniel-Constantin Mierla
Hello, I generated alphabetic indexes for module parameters, functions, mi commands and statistics: - https://www.kamailio.org/wiki/start#alphabetic_indexes If any of you find errors or missing items, report back to the lists. A note for developers, if you have to use '[[' in the

Re: [SR-Users] siptrace error...

2012-03-30 Thread Daniel-Constantin Mierla
Hello, On 3/29/12 10:35 PM, Krishna Kurapati wrote: Daniel, I finally had some time to put a log after it failed to convert from to socket. ERROR: siptrace [siptrace.c:1704]: there is not a valid number port 5060??k5 as you can see the port is printed as '5060??k5', which is invalid.

Re: [SR-Users] Reload lua script?

2012-03-30 Thread Daniel-Constantin Mierla
Hello, On 3/29/12 3:15 PM, Javier Gallart wrote: Thanks Daniel On Thu, Mar 29, 2012 at 2:49 PM, Daniel-Constantin Mierla mico...@gmail.com mailto:mico...@gmail.com wrote: Hello, On 3/29/12 11:49 AM, Javier Gallart wrote: Hello all I'm starting to play with lua

Re: [SR-Users] Kamailio Shutdown when received a packet without RR

2012-03-30 Thread Daniel-Constantin Mierla
Hello, took me a be bit to get back to this issue -- the 'bt full' I got from you didn't help that much. I think I should be able to reproduce it myself if you send me the 183 reply that causes the issue. If I inject it to the network, practically I can test it locally. What I need is also

Re: [SR-Users] Kamailio and billing services .

2012-03-30 Thread Daniel-Constantin Mierla
Hello, On 3/28/12 4:23 PM, Ryan Gholam wrote: hello, Is there any billing application or modules to use with kamailio , for example if i want to check the credits of the user on every passing minute , and when he's out of credits i stop the call . dialog is the module you can use in kamailio

Re: [SR-Users] acc log in two databases

2012-03-30 Thread Daniel-Constantin Mierla
Hello, a follow up to let you know that the devel version has a generic clustering module that allows to write in parallel to many databases: * http://kamailio.org/docs/modules/devel/modules_k/db_cluster.html I added an example for acc parallel write to two databases: *

[SR-Users] t_relay is failing after 45 seconds...

2012-03-30 Thread Krishna Kurapati
Hi, I have # Time in seconds after a TCP connection will be closed if it is not available for writing in this interval tcp_send_timeout=2 And I am using save(location, 0x04)) to save only one contact per user. However, when I tried to relay message to a user, sometimes it is taking over 45

[SR-Users] uac floods the syslog

2012-03-30 Thread Karsten Horsmann
Hi! i use kamailio 3.2.2 on Centos 6 and got in my logfile massiv these entries: ERROR: uac [uac.c:462]: src pv value is not string What is the srv pv? Must it be set? -- Mit freundlichen Grüßen *Karsten Horsmann* ___ SIP Express Router (SER) and

Re: [SR-Users] SEMS IVR issue

2012-03-30 Thread Stefan Sayer
o Uri Shacked on 03/29/2012 02:56 PM: Hi, If anyone here is familiar with SEMS I installed it today, and could not figure out how to load the IVR application... there is no ivr.so file any ideas? there is so little info about it on the web... the ivr module may not be compiled by

[SR-Users] CANCEL message processing

2012-03-30 Thread Stephen Dodge (Bistech)
Hi Guys, I have a question regarding the correct processing for cancelled requests 1. (A)INVITE ---(B) 2. (A)--180 RIGING--(B) 3. (A)CANCEL(B) 4.

Re: [SR-Users] Missing Route in ACK or BYE request

2012-03-30 Thread Hervé Cochet
Hello, I tryied to add the missing Route header by values store in htable based on Call-Id as you mentionned Daniel but it seems that this Route header is not taking into account when kamailio performs record_route and loose_route. I use the insert_hf function prior to routing function but it

Re: [SR-Users] siptrace error...

2012-03-30 Thread Alexandr Dubovikov
Krishna, take the last siptrace.c from ser's git and add after line 1703 this code: if(len 0) tmp_piport[len - 1] = '\0'; so, code must looks so: /* our tmp string */ 1703