[SR-Users] LCR module from_uri module how to ?

2012-05-01 Thread Sébastien Cramatte
Hello, Does anyone can give me a proper example how setup LCR to be able to use prefix and from_uri field. Does not a route should be preferred if prefix or from_uri is more accurate ? I mean that if you st from_uri value instead of default NULL route should be considered as better ? Thank

[SR-Users] LCR module from_uri module how to ?

2012-05-01 Thread Juha Heinanen
Sébastien Cramatte writes: > Does not a route should be preferred if prefix or from_uri is more > accurate? this should become clear if you read README carefully. from uri does not participate in ordering of routes. it is just used to filter them. -- juha _

[SR-Users] kamailio and openser

2012-05-01 Thread Vineet Menon
Hi, I have a ubuntu 12.04 installation with me, and want to install kamailio in it... I have added repo from kamailio.ord site, but they are pretty old and require libmysqlclient16, which is no longer available. Ubunut 12.04 has a canonical repo for openser are they both interchangeble?? can

Re: [SR-Users] kamailio and openser

2012-05-01 Thread Daniel-Constantin Mierla
Hello, openser is the old name for kamailio (it was used up to version 1.3.x, starting with 1.4.0, kamailio replaced openser due to trademark infringement claims from an US company). Ubuntu still ships an old version, but it is not recommended to start new deployments with such old versions.

Re: [SR-Users] kamailio and openser

2012-05-01 Thread Vineet Menon
Hi thx for replying.. will compile form sources... Regards, Vineet Menon On 1 May 2012 17:04, Daniel-Constantin Mierla wrote: > Hello, > > openser is the old name for kamailio (it was used up to version 1.3.x, > starting with 1.4.0, kamailio replaced openser due to trademark > infringeme

Re: [SR-Users] kamailio and openser

2012-05-01 Thread Manwe
El Tue, 1 May 2012 17:23:44 +0530 Vineet Menon escribió: > Hi > > thx for replying.. > will compile form sources... > > > An oficial kamailio repository for ubuntu 12.04 will be available soon. Expected for 3.3 release aprox. cheers, Jon ___ SIP

[SR-Users] Can't load perl module

2012-05-01 Thread Ladislav Jurák
Hello, I have problem with loading perl module on Kamailio v3.2 installed from repository on Debian sqeeze amd64. Perl modules was also installed from repository package kamailio-perl-modules. I have also installed all perl dependences listed in perl module documentary. Into Kamailio config file

Re: [SR-Users] Can't load perl module

2012-05-01 Thread Daniel-Constantin Mierla
Hello, On 5/2/12 12:07 AM, Ladislav Jurák wrote: Hello, I have problem with loading perl module on Kamailio v3.2 installed from repository on Debian sqeeze amd64. Perl modules was also installed from repository package kamailio-perl-modules. I have also installed all perl dependences listed

[SR-Users] Problem with Route header

2012-05-01 Thread Geoffrey Mina
Greetings, I am confused at some functionality I am seeing with Kamailio 1.5.4. I know this is an old version, but I don't have the time to go through a lengthy upgrade process right now. The issue I am seeing is that the server is inserting a Route header with it's own IP address for an unknown

Re: [SR-Users] Can't load perl module

2012-05-01 Thread Ladislav Jurák
I tried with this script: sub donothing{ $a = 1000; return 1; } ... still the same error Thank you for fast reply. LJ. On 2 May 2012 00:22, Daniel-Constantin Mierla wrote: > Hello, > > > On 5/2/12 12:07 AM, Ladislav Jurák wrote: > > Hello, > > I have problem with loading perl module on Ka

Re: [SR-Users] kamctl trouble

2012-05-01 Thread SamyGo
I think its some path issue in your kamialio ctl config file ! On Tue, May 1, 2012 at 5:16 PM, Vineet Menon wrote: > Hi, > > I have a kamailio installation running, but in kamctl the moni command > works, but stop, restart, start command doesn't work... > > why is it so?? > > Regards, > > Vineet

Re: [SR-Users] Problem with Route header

2012-05-01 Thread Daniel-Constantin Mierla
Hello, the Route header in initial invite is usually set by phones that have an outbound proxy setting. Kamailio doesn't add any Route header itself, unless append_hf()/insert_hf() is used -- record_route() adds Record-Route headers. To deal with this case you should do loose_route() only fo

Re: [SR-Users] Can't load perl module

2012-05-01 Thread Daniel-Constantin Mierla
Hello, On 5/2/12 12:50 AM, Ladislav Jurák wrote: I tried with this script: sub donothing{ $a = 1000; return 1; } ... still the same error not a perl/python user myself (using instead app_lua when needed), so I cannot test for the moment. But I know other peoples are using perl or python a

Re: [SR-Users] kamctl trouble

2012-05-01 Thread Daniel-Constantin Mierla
Hello, is any error message printed when these commands fail? Cheers, Daniel On 5/2/12 7:20 AM, SamyGo wrote: I think its some path issue in your kamialio ctl config file ! On Tue, May 1, 2012 at 5:16 PM, Vineet Menon > wrote: Hi, I have a kamailio in