Re: [SR-Users] LCR Routes and memory allocations

2011-03-13 Thread Stagg Shelton
I set the shared memory to 512M via the command line at program start and do not have any problems with my 500k routes. Thank You Stagg Shelton For support please email supp...@vocalcloud.com Sent from my mobile phone On Mar 12, 2011, at 7:50 PM, Graham Wooden gra...@g-rock.net wrote: Hi

Re: [SR-Users] Kamailio 1.5.5 No TLS Segmentation Fault

2011-02-17 Thread Stagg Shelton
When the system core dumps, there are usually two core dump files. Below is the backtrace from the core file with the earliest time stamp. #0 0x7f85626fe275 in raise () from /lib64/libc.so.6 Missing separate debuginfos, use: debuginfo-install bzip2-libs-1.0.5-5.fc11.x86_64

Re: [SR-Users] Kamailio 1.5.5 No TLS Segmentation Fault

2011-02-17 Thread Stagg Shelton
. Are there any special flags that I need to pass in the build to ensure that tls does not get built. I do hope that the new code resolves the issue. Thanks Stagg On Feb 17, 2011, at 12:53 PM, Daniel-Constantin Mierla wrote: Hello, On 2/17/11 5:41 PM, Stagg Shelton wrote: Hi Timo, I

[SR-Users] Kamailio 1.5.5 No TLS Segmentation Fault

2011-02-14 Thread Stagg Shelton
Hello, We have been having a problem with Kamilio faulting and dumping core files on occasion. I have not been able to reproduce the failure at will, but notice the back trace seems to point toward actions with the dialogue. Below is from a backtrace of a core file from just a few minutes

[SR-Users] Reloading a module without restart

2011-02-03 Thread Stagg Shelton
Is it possible to reload a module such as siptrace without requiring a full restart of kamailio. I have changed my db_url modparam for the siptrace module and would like to avoid restarting kamailio if possible. Thanks Stagg ___ SIP Express Router

Re: [SR-Users] LCR next_gw() - certain GW, source from other IP address

2011-01-29 Thread Stagg Shelton
Do the provider gateways have the same IP address for the different rate plans? If the gateways are different then the following may be relevant. if (next_gw()) { # prepare for lcr failover t_on_failure(2); if($rd==aaa.aaa.aaa.aaa)

Re: [SR-Users] LCR next_gw() - certain GW, source from other IP address

2011-01-29 Thread Stagg Shelton
destination IP for both rate decks, so I need to go by something else, like the gw_name. - Reply message - From: Stagg Shelton st...@vocalcloud.com Date: Sat, Jan 29, 2011 8:27 am Subject: [SR-Users] LCR next_gw() - certain GW, source from

Re: [SR-Users] Kamailio 1.5.4 notls Core Dump

2010-12-07 Thread Stagg Shelton
? Also, you should have the content of SIP request/reply available in core file, in one of gdb frames. Please send it as well. Cheers, Daniel On 12/2/10 2:27 AM, Stagg Shelton wrote: Kamailio 1.5.4 segmentation faulted today. I was able to determine with gdb that the error occurred

Re: [SR-Users] Kamailio 1.5.4 notls Core Dump

2010-12-07 Thread Stagg Shelton
in that code. Can you send the output of 'bt full' in gdb? Also, you should have the content of SIP request/reply available in core file, in one of gdb frames. Please send it as well. Cheers, Daniel On 12/2/10 2:27 AM, Stagg Shelton wrote: Kamailio 1.5.4 segmentation faulted today. I

[SR-Users] Kamailio 1.5.4 notls Core Dump

2010-12-01 Thread Stagg Shelton
Kamailio 1.5.4 segmentation faulted today. I was able to determine with gdb that the error occurred at mediaproxy.c line 1104. Line 1104 is a call to memcpy Core was generated by `/sbin/kamailio -m 512'. Program terminated with signal 11, Segmentation fault. #0 0x7f1469db6bb5 in

[SR-Users] force_rtp_proxy assistance

2010-10-06 Thread Stagg Shelton
I'm working on a setup where we have rtpproxy on a machine with eth0 IP 10.10.5.141/19 and eth1 IP 10.10.10.78/24. When using force_rtp_proxy(,10.10.5.141); the connection information (c) field in the SDP is not being set to the ip 10.10.5.141 It is instead being set to 10.10.10.78 We

Re: [SR-Users] force_rtp_proxy assistance

2010-10-06 Thread Stagg Shelton
together in the order that the packet was flowing from the outside to the inside. Thanks for your quick insight on this, i'm not sure I would have come up with it. Stagg On 10/6/10 6:45 PM, Alex Balashov wrote: On 10/06/2010 06:41 PM, Stagg Shelton wrote: I'm working on a setup where we

[SR-Users] Kamailio 3.0.2 mysql create table domain definition

2010-07-26 Thread Stagg Shelton
domain_idx UNIQUE (domain) ) ENGINE=MyISAM; Which table definition is the correct definition to be used. Thanks Stagg Shelton ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip

Re: [SR-Users] Question about rate limiting a subscriber

2010-06-24 Thread Stagg Shelton
Does the call to rl_check_pipe add the invite to the pipe, and update the counters before returning. Also would I need to define multiple pipes for multiple subscribers who I wish to rate limit? ie. The cps from subscriber A does not affect the cps from subscriber B Stagg Shelton VocalCloud