Re: [SR-Users] s-cscf - limit of entries for 1 contact

2014-06-17 Thread Ciprus, Daniel
?Thanks Hugh, Wondering why 12 and not 11 ? ;-) Anyway, seems like we're hitting this limit. This is just a consequence from crashing application trying to re-register again and again. From: sr-users-boun...@lists.sip-router.org on behalf of Waite, Hugh Se

Re: [SR-Users] s-cscf - limit of entries for 1 contact

2014-06-17 Thread Waite, Hugh
Hi Dan, There is a hard coded limit on the number of branches that a SIP transaction can have in Kamailio, i.e. number of forked destinations It is currently set to 12 (defined in config.h). Some people with other use cases have recompiled with a higher limit, but this may cause further problem

[SR-Users] s-cscf - limit of entries for 1 contact

2014-06-17 Thread Ciprus, Daniel
All, is any of you aware about limitation how many reg entries can be stored in s-cscf for 1 contact ? From what I'm observing here : s-cscf can have up to 12 reg entries for 1 contact and then other entries are silently discarded. Use case: - crash of app happens 12 times - app retries to

Re: [SR-Users] Kamailio clean unconfirmed dialog

2014-06-17 Thread Arun Kumar
Hi Server : kamailio 4.0 Configuration :Outbound with engage_media_proxy (See the attachment ) Shared Mem : 1024 MB Dialog TimeOut : 600 (Seconds) Problem : Dialog's are not cleared sometimes , So after sometime server is not responding , but plenty of shared memory is available, 56

Re: [SR-Users] Kamailio clean unconfirmed dialog

2014-06-17 Thread Arun Kumar
Hi Server : kamailio 4.0 Configuration :Outbound with engage_media_proxy (See the attachment ) Shared Mem : 1024 MB Dialog TimeOut : 600 (Seconds) Problem : Dialog's are not cleared sometimes , So after sometime server is not responding , but plenty of shared memory is available,

Re: [SR-Users] Install SEMS

2014-06-17 Thread Victor Seva
On 06/16/2014 05:19 PM, Agiftel wrote: > Hi All, > i am trying to figure out how to get SEMS and install it. > If i go to iptel website, documentations and last versions give always back > NOT FOUND. > > Is this project still maintaned?/avaible? Sure, it is. You can easily install SEMS with the

Re: [SR-Users] LCR from URI (CLI)

2014-06-17 Thread Juha Heinanen
Keith writes: > Is there a way I can manipulate the CLI based on the destination the call > is being sent to? you can, for example, set a lcr_gw flag that tells what the representation of cli need to be and then add p-a-i header accordingly. -- juha _

[SR-Users] Kamailio clean unconfirmed dialog

2014-06-17 Thread Arun Kumar
Hi Server : kamailio 4.0 Configuration :Outbound with engage_media_proxy (See the attachment ) Shared Mem : 1024 MB Dialog TimeOut : 600 (Seconds) Problem : Dialog's are not cleared sometimes , So after sometime server is not responding (out of memory error), After investigating long

Re: [SR-Users] LCR from URI (CLI)

2014-06-17 Thread Keith
Hi all, I have an issue where I have two carriers, one only accepts +44 then the CLI and the other only accepts the number with the leading zero dropped. I am using LCR to route to carriers, however I can only switch carriers by manually altering the CLI. Is there a way I can manipulate the CLI

Re: [SR-Users] Problems to start kamailio

2014-06-17 Thread Carlos Rangel
Thank you for Your response Daniel. I was able to solve the problem doing a step by step inclusion of the #!define WITH_ASTERISK function and restarting kamailio every time. I believe I had a typo or so. I also had not configured the append_fromtag Parameter. I believe I was able to integrate

Re: [SR-Users] Use of asterisk * in Kamailio routing

2014-06-17 Thread Daniel-Constantin Mierla
Can you try with "^\\*\\*[0-9]{5}$" or "^[*]{2}[0-9]{5}$"? I don't remember by hart how backspace escape is interpreted in the case statement and have no time for the moment to check the code. Cheers, Daniel On 17/06/14 14:41, Joel White wrote: case /"^\*\*[0-9]{5}$": break; On Mon, Jun 1

Re: [SR-Users] Use of asterisk * in Kamailio routing

2014-06-17 Thread Daniel-Constantin Mierla
Have you looked at the sip traffic, is there an INVITE coming with ** in the r-uri username? I know some phones use * for some of their internal feature control. Cheers, Daniel On 17/06/14 14:42, Joel White wrote: I was not able to make that work yesterday. Could it possibly be an issue with

Re: [SR-Users] Use of asterisk * in Kamailio routing

2014-06-17 Thread Joel White
I was not able to make that work yesterday. Could it possibly be an issue with the Polycom dialing rules on the phone itself? I want to setup some feature codes prefixed with an asterisk On Tue, Jun 17, 2014 at 8:41 AM, Joel White wrote: > case /"^\*\*[0-9]{5}$": > > break; > > > On Mon, Jun

Re: [SR-Users] Use of asterisk * in Kamailio routing

2014-06-17 Thread Joel White
case /"^\*\*[0-9]{5}$": break; On Mon, Jun 16, 2014 at 8:50 AM, Daniel-Constantin Mierla wrote: > Can you give an example where you try to use it? > > In regular expressions you have to escape it with backslash if you want to > match the character. > > Cheers, > Daniel > > > On 16/06/14 14:21

Re: [SR-Users] Unable to make calls within the extensions

2014-06-17 Thread Chandramouli P
Hello Hugh, First, thank you very much for your reply. Please find my below reply. At this poing of time, I just want to establish a call between two extensions. As you said, clients are registered on Kamailio. But, not registering on Asterisk. Plese note that Kamailio (Kam-SBC in sip.conf) serve

Re: [SR-Users] Problem with CANCEL handling

2014-06-17 Thread Mordechay Kaganer
B.H. On Mon, Jun 16, 2014 at 5:38 PM, Mordechay Kaganer wrote: > B.H. > > Hello, all! > > I'm trying to set up kamailio as a simple load balancer proxy between PSTN > gateway and a cluster of asterisk servers - rather common use case IMHO. > I'm completely new to kamailio. > > I have started wit

Re: [SR-Users] sip aliases

2014-06-17 Thread Daniel-Constantin Mierla
Hello, the right list for iptel.org free service is at: http://lists.iptel.org/mailman/listinfo/services Cheers, Daniel On 07/06/14 17:13, Anna Schuster wrote: Hi Quick question: If I create different sip aliases under my account, is any way I can see under Missed Called section on serweb.i

Re: [SR-Users] exec_avp problem

2014-06-17 Thread Daniel-Constantin Mierla
Hello, perhaps is the privileges of the user running kamailio. Is it allowed to create a directory under /usr/bin/mwi? Cheers, Daniel On 11/06/14 11:18, Ansuman Manna - Asergis Telecom wrote: // /Hi,/ // /I am using the exec_avp command as followed:/ // /exec_avp("/usr/bin/mwi/test.sh

Re: [SR-Users] Problems to start kamailio

2014-06-17 Thread Daniel-Constantin Mierla
Hello, even if you didn't change that line of config, something before can impact it, like #ifdef or IF conditions, missing or extra {, }, (, ). Maybe you can give the diff against the default config file and we can spot what is the issue. Otherwise, give here the content of the lines pointe

Re: [SR-Users] Specifying Upstream and Downstream Servers for a simple SIP proxy

2014-06-17 Thread Daniel-Constantin Mierla
Hello, listen is to specify local ip address or network interface on which kamailio should listen for sip traffic. To send to an ip address there are couple of variants, in config file: $ru = "sip:" + $rU + "@__NEXT_PROXY_IP__"; t_relay(); exit; Or, if you don't want to change the r-uri, the

Re: [SR-Users] How to use unixodbc/freetds for kamailio backend

2014-06-17 Thread Daniel-Constantin Mierla
Hello, On 12/06/14 13:11, Tim Chubb wrote: Hi Im just getting started with kamailio with a view of evaluating it for production use. Is it possible to do the following: 1)I would like to use ODBC/FreeTDS to connect to an existing ms sql server cluster and use it for all DB related activit

[SR-Users] Install SEMS

2014-06-17 Thread Agiftel
Hi All, i am trying to figure out how to get SEMS and install it. If i go to iptel website, documentations and last versions give always back NOT FOUND. Is this project still maintaned?/avaible? Regards -- View this message in context: http://sip-router.1086192.n5.nabble.com/Install-SEMS-tp1