Re: [OpenSIPS-Users] Connection IP in SDP is messed up after RTPPRoxy Offer

2016-02-26 Thread Ali Pey
Hello Aqs, Yes, that was my problem. I didn't need fix_nated_sdp. Thanks, Ali On Fri, Feb 26, 2016 at 4:23 PM, Aqs Younas wrote: > Calling fix_nated_sdp() and rtpproxy_offer() after one another does not > make sense since both do same things in some cases. Make sure you

Re: [OpenSIPS-Users] Connection IP in SDP is messed up after RTPPRoxy Offer

2016-02-26 Thread Ali Pey
Hello Alex, Good to hear from you. Yes, I did have fix_nated sdp and that was causing conflict. Copy and paste issues:) Thanks, Ali On Fri, Feb 26, 2016 at 3:39 PM, Alex Balashov wrote: > Ali, > > Is there any danger that you are calling rtpproxy_offer() twice,

Re: [OpenSIPS-Users] Connection IP in SDP is messed up after RTPPRoxy Offer

2016-02-26 Thread Aqs Younas
Calling fix_nated_sdp() and rtpproxy_offer() after one another does not make sense since both do same things in some cases. Make sure you have just one in route. On 27-Feb-2016 1:39 am, "Alex Balashov" wrote: > Ali, > > Is there any danger that you are calling

Re: [OpenSIPS-Users] Connection IP in SDP is messed up after RTPPRoxy Offer

2016-02-26 Thread Alex Balashov
Ali, Is there any danger that you are calling rtpproxy_offer() twice, or using rtpproxy_offer() in combination with fix_nated_sdp()[1]? -- Alex [1] http://www.opensips.org/html/docs/modules/2.1.x/nathelper.html#id293899 -- Alex Balashov | Principal | Evariste Systems LLC 303 Perimeter

Re: [OpenSIPS-Users] Connection IP in SDP is messed up after RTPPRoxy Offer

2016-02-26 Thread Salman
Hi, This generally happens when rtpproxy function is called twice. So are you sure such calls have a scenario different than others? On 27 Feb 2016 1:31 am, "Ali Pey" wrote: > Hello, > > Sometime with certain clients the connection IP in the SDP in the Invite > message get's

[OpenSIPS-Users] Connection IP in SDP is messed up after RTPPRoxy Offer

2016-02-26 Thread Ali Pey
Hello, Sometime with certain clients the connection IP in the SDP in the Invite message get's messed up (corrupted) after rtpproxy_offer: Incoming Invite from public interface: c=IN IP4 xx.xx.xx.xx Outgoing Invite from opensips after rtpproxy_offer is: c=IN IP4 xx.xx.xx.xxyy.yy.yy.yy Basically

Re: [OpenSIPS-Users] first async(rest_post) timeout fail

2016-02-26 Thread Liviu Chircu
If libcurl tells us we have to wait 3 seconds... we must oblige :) Also, that useful extra logging is going to make it into all future OpenSIPS versions from now on! Glad everything is working well, Liviu Chircu OpenSIPS Developer http://www.opensips-solutions.com On 26.02.2016 18:42, Koce

Re: [OpenSIPS-Users] first async(rest_post) timeout fail

2016-02-26 Thread Koce
Hello Liviu thank you for your time,you are correct I increased the timeout to 5 sec and once the connections were established everything was working as it should. I feel foolish for this but I think i learned something. Anyway here is the opensips.log with the extra logging just in case Feb

Re: [OpenSIPS-Users] Solaris Sparc Compile Error

2016-02-26 Thread Răzvan Crainea
Can you please run: make proper; NICER=0 make -j1 And paste the output on pastebin? Thanks, Răzvan On 02/26/2016 12:24 PM, Nathaniel L. Keeling III wrote: Razvan, I pulled the latest branch which got me pass the earlier error but then ran into another. Here is the link in pastebin:

Re: [OpenSIPS-Users] Solaris Sparc Compile Error

2016-02-26 Thread Nathaniel L. Keeling III
Razvan, I pulled the latest branch which got me pass the earlier error but then ran into another. Here is the link in pastebin: http://pastebin.com/pJ3gVvzA Thanks Nathaniel On 2/26/16 3:57 AM, Răzvan Crainea wrote: Hi, Nathaniel! I've just pushed a fix on master and 2.1 branch. Could

Re: [OpenSIPS-Users] Solaris Sparc Compile Error

2016-02-26 Thread Răzvan Crainea
Hi, Nathaniel! I've just pushed a fix on master and 2.1 branch. Could you please check again with the latest 2.1 git version? Best regards, Răzvan On 02/26/2016 11:12 AM, Nathaniel L. Keeling III wrote: Razvan, Here is the pastebin link: http://pastebin.com/ZZCr1gay Thanks Nathaniel On

[OpenSIPS-Users] Opensips installing

2016-02-26 Thread Francjos
After taking the software from the repository using the commandes that follow: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5F2FBB7C echo "deb http://apt.opensips.org trusty 2.1-releases" >>/etc/apt/sources.list I've just installed the packages and i woul like to ask how i can

[OpenSIPS-Users] Installing openSIPS

2016-02-26 Thread Francjos
Hi, Sorry for my english.I'm instaling opensips, i've used the following commands to copy the software from the repository: "apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5F2FBB7C echo "deb http://apt.opensips.org trusty 2.1-releases" >>/etc/apt/sources.list " I've just installed the

Re: [OpenSIPS-Users] Solaris Sparc Compile Error

2016-02-26 Thread Nathaniel L. Keeling III
Razvan, Here is the pastebin link: http://pastebin.com/ZZCr1gay Thanks Nathaniel On 2/26/16 2:44 AM, Răzvan Crainea wrote: Console output from compile. Thanks, Răzvan On 02/26/2016 10:32 AM, Nathaniel L. Keeling III wrote: Razvan, Sorry for my ignorance, but where is the build logs

Re: [OpenSIPS-Users] Solaris Sparc Compile Error

2016-02-26 Thread Răzvan Crainea
Console output from compile. Thanks, Răzvan On 02/26/2016 10:32 AM, Nathaniel L. Keeling III wrote: Razvan, Sorry for my ignorance, but where is the build logs located or are you just talking about the console output from the compile? Thanks Nathaniel On 2/26/16 2:05 AM, Răzvan Crainea

Re: [OpenSIPS-Users] Solaris Sparc Compile Error

2016-02-26 Thread Nathaniel L. Keeling III
Razvan, Sorry for my ignorance, but where is the build logs located or are you just talking about the console output from the compile? Thanks Nathaniel On 2/26/16 2:05 AM, Răzvan Crainea wrote: Hi, Nathaniel! All the logs you posted are warnings, not errors. Can you paste the entire

Re: [OpenSIPS-Users] Solaris Sparc Compile Error

2016-02-26 Thread Răzvan Crainea
Hi, Nathaniel! All the logs you posted are warnings, not errors. Can you paste the entire build logs on pastebin? Thanks, Răzvan On 02/26/2016 08:09 AM, Nathaniel L. Keeling III wrote: Hello, I am getting this compile error when compiling Opensips 2.1.2 on Solaris Sparc 10 64bit.