[SR-Users] help to get ip from contact header in INVITE sip message.

2010-08-31 Thread peter_green lion
hi all, please help me to get ip add from Contact header in INVITE message. i see that : ct = have the ip or domain ("192.168.1.10"). so please suggest to get this ip. thanks so much. beter green ___ SIP Expres

Re: [SR-Users] help to get ip from contact header in INVITE sip message.

2010-08-31 Thread marius zbihlei
peter_green lion wrote: hi all, please help me to get ip add from Contact header in INVITE message. i see that : ct = have the ip or domain ("192.168.1.10"). so please suggest to get this ip. thanks so much. beter green Hello Check the uri trnasformation http://kamailio.org/dokuwiki/doku.php

Re: [SR-Users] Kamailio 1.5.4 crash

2010-08-31 Thread Henning Westerholt
On Tuesday 31 August 2010, Iñaki Baz Castillo wrote: > > I agree it is a free of a null pointer, but the if(hf->parsed) should be > > the test for NULL, and only execute code if not NULL. However this test > > is failing. > > Do you have a SIP flow/trace to reproduce the crash? Hi Iñaki, i disc

Re: [SR-Users] [sr-dev] testing phase for 3.1

2010-08-31 Thread Timo Reimann
Carsten Bock wrote: > if no one objects, i would push my changes into master then tonight Fine with me. >> Concluding, non-confirmed dialog termination should be effective out of >> the box. Just realizing that this doesn't make sense, what I meant to say was: Termination of non-confirmed d

Re: [SR-Users] help to get ip from contact header in INVITE sip message.

2010-08-31 Thread peter_green lion
thanks Marius zbihlei, I have got the ip that i need. sincerely. > Date: Tue, 31 Aug 2010 11:43:45 +0300 > From: marius.zbih...@1and1.ro > To: betergr...@live.com > CC: sr-users@lists.sip-router.org > Subject: Re: [SR-Users] help to get ip from contact header in INVITE sip > message. > > peter

[SR-Users] ratelimit module migration from (k) to generic

2010-08-31 Thread Ovidiu Sas
Hello all, The (k) ratelimit module is an enhanced version of the original (s) ratelimit module. Are there any objections in moving the ratelimit module from (k) to generic and purging the (s) version? Regards, Ovidiu Sas ___ SIP Express Router (SER)

Re: [SR-Users] ratelimit module migration from (k) to generic

2010-08-31 Thread Daniel-Constantin Mierla
Hello, On 8/31/10 6:24 PM, Ovidiu Sas wrote: Hello all, The (k) ratelimit module is an enhanced version of the original (s) ratelimit module. Are there any objections in moving the ratelimit module from (k) to generic and purging the (s) version? iirc, the missing part were the rpc functions,

Re: [SR-Users] help to get ip from contact header in INVITE sip message.

2010-08-31 Thread Daniel-Constantin Mierla
also, the select var should give it: $sel(contact.uri.host) or if you want the port as well, then $sel(contact.uri.hostport) Cheers, Daniel On 8/31/10 5:54 PM, peter_green lion wrote: thanks Marius zbihlei, I have got the ip that i need. sincerely. > Date: Tue, 31 Aug 2010 11:43:45 +0300

Re: [SR-Users] Error when integrate xmpp module to Kamailio 3.0.1

2010-08-31 Thread Daniel-Constantin Mierla
Hello, in component mode, a subdomain is diverted to respective component, so you don't need users in xmpp server. Cheers, Daniel On 8/30/10 2:18 PM, Huy Nguyen wrote: Hi Daniel, Thanks so much for your help. Maybe I still don't understand clearly yet about the scenario to test with thi

Re: [SR-Users] ratelimit module migration from (k) to generic

2010-08-31 Thread Ovidiu Sas
The (k) ratelimit modules was based on the openims version, which was was an enhanced version of the (s) one. If there are no objections, by the end of the week I will move (k) ratelimit into generic and (s) version into obsolete. IIRC this can be done via git move: git mv modules_s/ratelimit/ obs

Re: [SR-Users] help to get ip from contact header in INVITE sip message.

2010-08-31 Thread peter_green lion
thanks Daniel. Thanhtruong Date: Tue, 31 Aug 2010 23:33:33 +0200 From: mico...@gmail.com To: betergr...@live.com CC: marius.zbih...@1and1.ro; sr-users@lists.sip-router.org Subject: Re: [SR-Users] help to get ip from contact header in INVITE sip message. also, the select v