Re: [Kamailio-Users] snmpstats error

2009-01-13 Thread Noel R. Morais
Hi Henning, thanks for your help. I was looking at the kamailio Makefile and not in the snmpstats module Makefile. What a shame!! haha It worked, Cheers Noel On Tue, Jan 13, 2009 at 8:27 AM, Henning Westerholt wrote: > On Monday 12 January 2009, Noel R. Morais wrote: >> I'm trying to use th

Re: [Kamailio-Users] dial the prefix #31# to mask the number

2009-01-13 Thread Iñaki Baz Castillo
2009/1/13 Daniel-Constantin Mierla : >>> By some reason, the '#' is used a lot in telecom/mobile operators dialed >>> extensions (e.g., charging credit on mobile phone), >>> >> >> Well, IMHO the reason is that key '#' appears in all the phones :) >> > > ... including the SIP phones. The '#' is als

Re: [Kamailio-Users] dial the prefix #31# to mask the number

2009-01-13 Thread Daniel-Constantin Mierla
On 01/12/2009 10:49 PM, Iñaki Baz Castillo wrote: > El Lunes, 12 de Enero de 2009, Daniel-Constantin Mierla escribió: > >> By some reason, the '#' is used a lot in telecom/mobile operators dialed >> extensions (e.g., charging credit on mobile phone), >> > > Well, IMHO the reason is that k

Re: [Kamailio-Users] perlvdb

2009-01-13 Thread Daniel-Constantin Mierla
Hello, On 01/13/2009 10:18 AM, Bastian Friedrich wrote: > Hi, > > On Monday 12 January 2009, victorpy wrote: > >> I want to know if it's posible with this module to load a database in >> memory. >> > > yes, that would be possible, but ... > > >> I want to do this for performance. >>

Re: [Kamailio-Users] playing different announcements to user

2009-01-13 Thread Luciano Afranllie
On Mon, Jan 12, 2009 at 2:47 PM, Stefan Sayer wrote: > Hello, > > o Iñaki Baz Castillo [01/12/09 17:33]: >>> >>> For example, if I use asterisk, should I define one extension per >>> announcement type? Is this the common approach? >> >> Take a look to RFC 4240, it defines some approachs for what y

Re: [Kamailio-Users] [OpenSIPS-Users] WARNING:core:send2child: no free tcp receiver

2009-01-13 Thread Bogdan-Andrei Iancu
Hi Ali, An easy way to reduce the IO waiting time is to reduce the timeouts for TCP: 1) timeout for setting up a new tcp connection - tcp_connect_timeout: http://www.opensips.org/index.php?n=Resources.DocsCoreFcn#toc68 default 10 seconds, set it to 2 secs 2) timeout for sending a

Re: [Kamailio-Users] About Kamailio-1.4.0-notls.

2009-01-13 Thread Klaus Darilion
Iñaki Baz Castillo schrieb: > 2009/1/13 Sunil Teli : > >> SUBSCRIBE sip:b...@192.168.1.1 SIP/2.0 //Here 192.168.1.1 is the kamailio >> server, where B and C are registered. >> >> >> >> For this Subscribe I got the 202 OK and NOTIFY from the server, But when I >> make a call from B(x-lite phone

Re: [Kamailio-Users] perlvdb

2009-01-13 Thread Henning Westerholt
On Monday 12 January 2009, victorpy wrote: > i could be wrong but what i read from perlvdb is that using that module you > abstract from the DB engine. > I want to know if it's posible with this module to load a database in > memory. I want to do this for performance. if is posible could you give a

Re: [Kamailio-Users] snmpstats error

2009-01-13 Thread Henning Westerholt
On Monday 12 January 2009, Noel R. Morais wrote: > I'm trying to use the snmpstats module but on kamailio initialization > it shows me the error: > kamailio: ERROR:core:sr_load_module: could not open module > : > /usr/lib/libnetsnmpagent.so.10: undefine > d symbol: make_tempfile > > > I've found in

Re: [Kamailio-Users] About Kamailio-1.4.0-notls.

2009-01-13 Thread Iñaki Baz Castillo
2009/1/13 Sunil Teli : > SUBSCRIBE sip:b...@192.168.1.1 SIP/2.0 //Here 192.168.1.1 is the kamailio > server, where B and C are registered. > > > > For this Subscribe I got the 202 OK and NOTIFY from the server, But when I > make a call from B(x-lite phone) to the C(another x-lite phone) there is

Re: [Kamailio-Users] perlvdb

2009-01-13 Thread Bastian Friedrich
Hi, On Monday 12 January 2009, victorpy wrote: > I want to know if it's posible with this module to load a database in > memory. yes, that would be possible, but ... > I want to do this for performance. ... the transition to the Perl layer consumes more time than the database requirests thems