[SR-Users] TOPOS contact issue on RE-INVITE

2016-12-29 Thread Daren FERREIRA
Hello, I made lots of tests in order to make Kamailio act as a topology hiding proxy, but i always got problems when using topos to store needed Route and Record-Route informations. I thought that was because of possible error(s) playing with : - socket binding - destination tweaking that may ha

Re: [SR-Users] Astersik kamailio integration.

2016-12-29 Thread Alberto Llamas
I don't see the statement of: #!define WITH_ASTERISK which seems to be need it according with your conf file. Cheers, On Thu, Dec 29, 2016 at 11:57 AM, Deep Pratap Singh Tomar < deeppratap.to...@lnttechservices.com> wrote: > Hi > > I have modified the file so that if i send register request to k

[SR-Users] BYE issue kamailio + rtpproxy "481 call leg transaction doesn't exists".

2016-12-29 Thread Nihar Ranjan Deb
Hi All, I am a new user of kamailio. We have setup a kamilio server with RTP proxy. Most of the features are working fine except BYE. Say User A and B are registered in kamailio server. A (caller) connected to B(called), call established. 1. If Caller (A) disconnects the call, eve

[SR-Users] Astersik kamailio integration.

2016-12-29 Thread Deep Pratap Singh Tomar
Hi I have modified the file so that if i send register request to kamailio it sud register on asterisk also. i have shared you the code but i cant see anyting happening in the asterisk server. please help me ASAP. L&T Technology Services Ltd www.LntTechservices.com

Re: [SR-Users] Kamailio behind NAT, ACK to private IP not advertised public IP.

2016-12-29 Thread Pranathi Venkatayogi
I added later as I was trying so many things. Pls find attached. -Original Message- From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Fred Posner Sent: Thursday, December 29, 2016 10:23 AM To: sr-users@lists.sip-router.org Subject: Re: [SR-Users] Kamailio behind N

Re: [SR-Users] Kamailio behind NAT, ACK to private IP not advertised public IP.

2016-12-29 Thread Fred Posner
> listen=udp:MY_IP_ADDR:5060 advertise MY_PUBLICIP_ADDR:5060 That statement does not exist anywhere in the files you sent. --fred On 12/29/2016 11:19 AM, Pranathi Venkatayogi wrote: > Yes. I defined advertised address and even used listen with advertise as > below. Still Kamailio does not send

Re: [SR-Users] Kamailio behind NAT, ACK to private IP not advertised public IP.

2016-12-29 Thread Pranathi Venkatayogi
Yes. I defined advertised address and even used listen with advertise as below. Still Kamailio does not send publicip in record route header. listen=udp:MY_IP_ADDR:5060 advertise MY_PUBLICIP_ADDR:5060 -Original Message- From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Beh

Re: [SR-Users] Kamailio behind NAT, ACK to private IP not advertised public IP.

2016-12-29 Thread Daniel Grotti
Hi, not sure if I understood it right but, have you defined the advertised_address ? That should be used in Via and RR as well: https://www.kamailio.org/wiki/cookbooks/4.4.x/core#advertised_address Daniel On 12/29/2016 12:09 AM, Pranathi Venkatayogi wrote: I implemented full NAT logic as p

Re: [SR-Users] String split function

2016-12-29 Thread Grant Bagdasarian
Hi Alex, Thank you for the answer. I'll do it with the string transformations. Regards, Grant -Original Message- From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Alex Balashov Sent: donderdag 29 december 2016 10:18 To: Kamailio (SER) - Users Mailing List Subj

Re: [SR-Users] String split function

2016-12-29 Thread Alex Balashov
Hi Grant, On Thu, Dec 29, 2016 at 09:12:05AM +, Grant Bagdasarian wrote: > Hi, > > Is there a string split function built into Kamailio for use in the > cfg script? I'd like to split a string of key/value pairs inside the > cfg script. For example: Key1=Value1;Key2=Value2; First split on ;

[SR-Users] String split function

2016-12-29 Thread Grant Bagdasarian
Hi, Is there a string split function built into Kamailio for use in the cfg script? I'd like to split a string of key/value pairs inside the cfg script. For example: Key1=Value1;Key2=Value2; First split on ; Then on = I think I can use the String Transformation {s.select,index,separator}, but I