Re: [Kamailio-Users] registrar lookups without reason

2009-09-01 Thread Daniel-Constantin Mierla
On 02.09.2009 8:13 Uhr, Juha Heinanen wrote: Daniel-Constantin Mierla writes: > could you test to the other server with same kind of request to see if > you get some problem? i have tired but no luck. > Maybe better, add an abort() in lookup() function and generate the core. > Then wi

Re: [Kamailio-Users] registrar lookups without reason

2009-09-01 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > could you test to the other server with same kind of request to see if > you get some problem? i have tired but no luck. > Maybe better, add an abort() in lookup() function and generate the core. > Then with gdb check the backtrace. the problem is that l

Re: [Kamailio-Users] registrar lookups without reason

2009-09-01 Thread Daniel-Constantin Mierla
On 01.09.2009 17:15 Uhr, Juha Heinanen wrote: Daniel-Constantin Mierla writes: > this is really strange if you say that the other machine works ok with > same binaries and config. Maybe some objects got corrupted in a way or > another. Would it be possible to get sources and compile/insta

Re: [Kamailio-Users] SIP Redirect server

2009-09-01 Thread Daniel-Constantin Mierla
Hello, On 01.09.2009 4:24 Uhr, Meftah Tayeb wrote: hello all please could anyone help me to use Kamailio a a redirect server from server1.com that is the kamailio redirect server to server2.com that is the registrare server? thanks for any help redirect server is something very simple, see h

Re: [Kamailio-Users] SIP Redirect server

2009-09-01 Thread Meftah Tayeb
hello i'm cross posting because i'm confusing OpenSIPS with kamailio finally i decided to use Kamailio thanks and sory Saúl Ibarra wrote: Please don't crosspost, i've seen your same message on the opensips mailing list... 2009/9/1, Meftah Tayeb : hello all please could anyone help me to use

Re: [Kamailio-Users] DIVERSION or UAC_REDIRECT or BOTH

2009-09-01 Thread Omar
Thank you for the Answer: Our customer is sending call forwarding to a toll free number using the diversion header the scenario is : customer>proxy-->Kamailio->carrier-> not sure where the diversion have to touch the Kamailio, if kamailio has only to pass through the heade

Re: [Kamailio-Users] registrar lookups without reason

2009-09-01 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > Maybe some objects got corrupted in a way or > another. Would it be possible to get sources and compile/install on > faulty machine? i have build more than one debian package and the lookup thing has happened on all of them. so i don't think anything that

Re: [Kamailio-Users] registrar lookups without reason

2009-09-01 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > this is really strange if you say that the other machine works ok with > same binaries and config. Maybe some objects got corrupted in a way or > another. Would it be possible to get sources and compile/install on > faulty machine? same binaries and confi

Re: [Kamailio-Users] Symmetric NAT

2009-09-01 Thread Saúl Ibarra
STUN does not work with symmetric NATs. Instead you'll nedd to use RTPProxy or Mediaproxy to act like a 'man in the middle' of the media. What is your problem more accurately? -- /Saúl http://www.saghul.net | http://www.sipdoc.net ___ Kamailio (OpenS

Re: [Kamailio-Users] Symmetric NAT

2009-09-01 Thread David
I tried the setup here : http://www.voip-info.org/wiki/view/Kamailio+1.5.x+and+RTPProxy And it does not seem to make it better... David a écrit : Hey, So I have setup a Kamailio server, it works well with most devices, but works terribly with Symmetric NAT. If you haven't already guessed, I

Re: [Kamailio-Users] SIP Redirect server

2009-09-01 Thread Uriel Rozenbaum
Maybe we can build some ground rules to access support, like a checklist to submit a case, but that will make us "harder to get". On Tue, Sep 1, 2009 at 3:37 AM, Alex Balashov wrote: > Saúl Ibarra wrote: > > Please don't crosspost, i've seen your same message on the opensips >> mailing list... >

Re: [Kamailio-Users] Symmetric NAT

2009-09-01 Thread David
I tried merging this config, without any success for the Symmetric NAT. http://www.voip-info.org/wiki/view/Kamailio+1.5.x+and+RTPProxy David a écrit : Hey, So I have setup a Kamailio server, it works well with most devices, but works terribly with Symmetric NAT. If you haven't already guess

[Kamailio-Users] Symmetric NAT

2009-09-01 Thread David
Hey, So I have setup a Kamailio server, it works well with most devices, but works terribly with Symmetric NAT. If you haven't already guessed, I am using STUN for NAT traversal. Could some people share there experiences with Symmetric NAT ? I see a lot of places saying that STUN is not good

Re: [Kamailio-Users] registrar lookups without reason

2009-09-01 Thread Daniel-Constantin Mierla
On 01.09.2009 12:19 Uhr, Klaus Darilion wrote: Juha Heinanen schrieb: i checked the host hw and it is a normal intel dual core processor, so normal debian i386 package should be fine for it. i also added more logging to config file like this: ... xlog("L_INFO", "INFO: : Request URI whe

Re: [Kamailio-Users] registrar lookups without reason

2009-09-01 Thread Daniel-Constantin Mierla
On 01.09.2009 10:52 Uhr, Juha Heinanen wrote: Juha Heinanen writes: > ... > xlog("L_INFO", "INFO: : Request URI when leaving Initial_Tasks: <$ru>\n"); > route(2); i changed that to $avp(REQUEST_URI_AVP) = $ru; xlog("L_INFO", "INFO: EXTR: Request URI when leaving Initial_Tasks: <

Re: [Kamailio-Users] DIVERSION or UAC_REDIRECT or BOTH

2009-09-01 Thread Henning Westerholt
On Sonntag, 23. August 2009, Omar Mendoza wrote: > I got confused: > > Using Kamailio 1.4.3 Hi Omar, i need also to ask you for a bit more details, as i got a bit confused as well what you trying to achive. ;-) > uac_redirect is been used to handle diversion, also the draft expired > there is a

Re: [Kamailio-Users] registrar lookups without reason

2009-09-01 Thread Klaus Darilion
Juha Heinanen schrieb: i checked the host hw and it is a normal intel dual core processor, so normal debian i386 package should be fine for it. i also added more logging to config file like this: ... xlog("L_INFO", "INFO: : Request URI when leaving Initial_Tasks: <$ru>\n"); route(2); a

Re: [Kamailio-Users] registrar lookups without reason

2009-09-01 Thread Juha Heinanen
Juha Heinanen writes: > ... > xlog("L_INFO", "INFO: : Request URI when leaving Initial_Tasks: <$ru>\n"); > route(2); i changed that to $avp(REQUEST_URI_AVP) = $ru; xlog("L_INFO", "INFO: EXTR: Request URI when leaving Initial_Tasks: <$ru>\n"); route(2); and in front of route block