[SR-Users] Kamailio/SIP Router in RHEL 5

2011-02-21 Thread Suresh Bhandari
Hi, I wanted to run Kamailio/SIP Server in RHEL 5 (Being an RHCE, I prefer this :)), but the INSTALL document you provided has no description based on that OS :(. I found that there are no RPMs for this as well. Are you preparing them? or Do you have any plans for that? or you prefer me to ch

Re: [SR-Users] get_profile_size() function help (Alex Balashov)

2011-02-21 Thread 侯旭光
On 02/21/2011 04:50 AM, ??? wrote: > ALTER: [main.c 722] : child process 29651 exited by sinal 11 > ALTER: [main.c 725] : core was generated > INFO : [main.c 737] : terminating due to SIGCHILD This is a crash. It's a bug. Then how to get the number of dialogs belonging to a profile? _

Re: [SR-Users] HTABLE problem

2011-02-21 Thread Ricardo Martinez
I think i found the problem. I was checking the “pike” example in the asipto knowledgebase and there is a line like this : if($sht(ipban=>$si)!=$null) the null is with “$”, so it seems to be a typo problem in the examples. Please check the HTABLE MODULE README, the Example in the A

Re: [SR-Users] HTABLE problem

2011-02-21 Thread Ricardo Martinez
Hi Ramona. Thanks for your help. I just put a snippet of my config file, in the original configuration I include the check for the “Authorization” header. In a second view of my configuration file I spotted a problem (my mistake), I was missing the modparam which define the table “a”. So I adde

[SR-Users] decimal fraction problem

2011-02-21 Thread 侯旭光
Hello I need to add q value while using function append_branch(),but the function only takes decimal fraction as the parameter. What if I want to use pv to add q value? The $var and $avp just have string and integer type. Thanks a lot! ___ SIP Express R

[SR-Users] Unable to start Siremis

2011-02-21 Thread jack
I have installed the latest Kamailio and have it running. When trying to run Siremis-2.0.0, i get the following error message "The requested URL /siremis/system/general_default was not found on this server"I  have made sure that the mod_rewrite is enabled in my apacher server I have made sure that

[SR-Users] how to forward on busy

2011-02-21 Thread x-kamailio
I'm trying to do something very basic, which is to forward a call to a different number on busy. But, the various things I've tried from the examples don't work. Starting with the kamailio.cfg that is included with version 3.1, what code would I add to forward all busy calls to "sip:f...@bar.com"

Re: [SR-Users] HTABLE problem

2011-02-21 Thread Elena-Ramona Modroiu
Hi, this may be related to same issue reported at: http://sip-router.org/tracker/index.php?do=details&task_id=114 Therefore it can be just some log message printed erroneously. Can you dump the htable content (or print it with xlog) to see if the assignment is actually done or not? Dumping t

[SR-Users] Kamailio Awards 2010

2011-02-21 Thread Daniel-Constantin Mierla
Hello, almost a tradition by now, being the 4th edition, I published Kamailio Awards for 2010 - a blog post that tries to summarize the top of the activities in the public space related to Kamailio project that happened during the previous year. You can browse it at: http://asipto.com/u/ka10

Re: [SR-Users] no private memory left after mi mt_reload command

2011-02-21 Thread Javier Gallart
Thanks Henning, I'll go with to recompile option and post the results... Regards Javier 2011/2/21 Henning Westerholt > On Monday 21 February 2011, Javier Gallart wrote: > > we are running kamailio 3.1.1. Basically for every call it has to query a > > mtree that is reloaded every 15 minutes. T

Re: [SR-Users] AVP Error in version 3.1.0

2011-02-21 Thread Jijo
One more reason for string after t_relay is, If t_relay failed then we don't need to save in the location table. Thanks Jijo On Sun, Feb 20, 2011 at 12:53 PM, Jijo wrote: > Yes this happens in a testing environment.. > I got your point, we saved after t-relay to send the message faster as db >

Re: [SR-Users] no private memory left after mi mt_reload command

2011-02-21 Thread Henning Westerholt
On Monday 21 February 2011, Javier Gallart wrote: > we are running kamailio 3.1.1. Basically for every call it has to query a > mtree that is reloaded every 15 minutes. The mtree table is about 4M > records and is stored in a Pgostgres database. For the reload we use the > command mi mt_reload emb

[SR-Users] no private memory left after mi mt_reload command

2011-02-21 Thread Javier Gallart
Hi all we are running kamailio 3.1.1. Basically for every call it has to query a mtree that is reloaded every 15 minutes. The mtree table is about 4M records and is stored in a Pgostgres database. For the reload we use the command mi mt_reload embedded in a xmlrpc request. The code for this is: r

[SR-Users] UAC Module: test registration to a Voip provider

2011-02-21 Thread Matteo Campana
Hi all, we are using the UAC module ( http://www.kamailio.org/docs/modules/stable/modules_k/uac.html#id2910015) to register the proxy to an external DID provider. I know that the module takes care of sending REGISTER on the basis of credentials stored in uacreg table, but my question is: if I add a

Re: [SR-Users] get_profile_size() function help

2011-02-21 Thread Alex Balashov
On 02/21/2011 04:50 AM, 侯旭光 wrote: ALTER: [main.c 722] : child process 29651 exited by sinal 11 ALTER: [main.c 725] : core was generated INFO : [main.c 737] : terminating due to SIGCHILD This is a crash. It's a bug. -- Alex Balashov - Principal Evariste Systems LLC 260 Peachtree Street NW

[SR-Users] get_profile_size() function help

2011-02-21 Thread 侯旭光
Hello bother again what's the problem with the function get_profile_size() My script modparam("dialog", "enable_stats", 1) modparam("dialog", "dlg_flag", 4) modparam("dialog", "dlg_mode", 1) modparam("dialog", "db_url", "mysql://openser:openserrw@localhost/openser") modparam("dialog", "profiles

[SR-Users] decimal fraction problem

2011-02-21 Thread 侯旭光
Hello I need to add q value while using function append_branch(),but the function only takes decimal fraction as the parameter. What if I want to use pv to add q value? The $var and $avp just have string and integer type. Thanks a lot! ___ SIP Express R

[SR-Users] pcre mystery or bug in dialplan module?

2011-02-21 Thread Juha Heinanen
Juha Heinanen writes: > Feb 21 08:05:15 sip /usr/sbin/sip-proxy[24071]: INFO: uri > > > i can't figure out, where \1 comes to the result, because \1 is has > already produced 'sip' to it. after a couple of hours spend on this, i suspect a bug or incompatibility related to core re.c parse/repla