Re: [OpenSIPS-Users] Jitsi sent REGISTER, Opensips received nothing

2015-03-19 Thread jacky
I disableb the firewall, and they can ping each other through. Now, I rewrited the content of opensips.cfg, changed "modparam("rtpproxy", "rtpproxy_sock", "udp:127.0.0.1:2") " to "modparam("rtpproxy", "rtpproxy_sock", "udp:42.123.76.60:2") " "42.123.76.60" is a public network IP. And now i

Re: [OpenSIPS-Users] error 483

2015-03-19 Thread Carlos Cruz
this was it " Maybe the SIP phone sends the IP of the server instead of the domain that you have configured, and your script is configured to route out such requests" this was it thanks!!! Carlos From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensips.org]

Re: [OpenSIPS-Users] WebSocket Support in OpenSIPS 2.1

2015-03-19 Thread Eric Tamme
yes - a tutorial was linked in the announcement which includes setting up rtpengine with opensips+websockets to do rtp<->dtls-srtp interop. http://www.opensips.org/Documentation/Tutorials-WebSocket-2-1 -Eric On 03/19/2015 02:32 PM, Tito Cumpen wrote: Great news, Are there any media engines t

Re: [OpenSIPS-Users] WebSocket Support in OpenSIPS 2.1

2015-03-19 Thread Tito Cumpen
Great news, Are there any media engines that can be used in conjunction with opensips that would allow the interop between webrtc sip clients and standard sip? I am aware that freeswitch will currently do this. Thanks, Tito On Wed, Mar 18, 2015 at 3:36 AM, Saúl Ibarra Corretgé wrote: > Congra

Re: [OpenSIPS-Users] SIP/2.0 477 Send failed (477/TM) - Route

2015-03-19 Thread Bogdan-Andrei Iancu
Hi Leo, If you look in your logs, you should see some errors where OpenSIPS complains about not being able to open some TCP connection. Basically OpenSIPS tried to forward the call by TCP but failed for some reasons (TCP related). Check the logs. Regards, Bogdan-Andrei Iancu OpenSIPS Founde

Re: [OpenSIPS-Users] Dispatcher user specific route question - 2.1

2015-03-19 Thread Satish Patel
Thanks! for quick answer!! On Thu, Mar 19, 2015 at 12:41 PM, Vlad Paiu wrote: > Hello, > > It will do fail-over. > > Best Regards, > > Vlad Paiu > OpenSIPS Developerhttp://www.opensips-solutions.com > > On 19.03.2015 18:39, Satish Patel wrote: > > Thanks Vlad, > > Superb! so it will do round-r

Re: [OpenSIPS-Users] Dispatcher user specific route question - 2.1

2015-03-19 Thread Vlad Paiu
Hello, It will do fail-over. Best Regards, Vlad Paiu OpenSIPS Developer http://www.opensips-solutions.com On 19.03.2015 18:39, Satish Patel wrote: Thanks Vlad, Superb! so it will do round-robin? or fail-over? On Thu, Mar 19, 2015 at 12:30 PM, Vlad Paiu > wrote:

Re: [OpenSIPS-Users] Dispatcher user specific route question - 2.1

2015-03-19 Thread Satish Patel
Thanks Vlad, Superb! so it will do round-robin? or fail-over? On Thu, Mar 19, 2015 at 12:30 PM, Vlad Paiu wrote: > Hello, > > If you want to do dispatching between multiple setids, ds_select_dst() > allows that. See the docs at [1] , you can provide a comma separated list > of setids - so your

Re: [OpenSIPS-Users] Jitsi sent REGISTER, Opensips received nothing

2015-03-19 Thread Vlad Paiu
Hello, Well, if you did a tcpdump on the OpenSIPS box and saw nothing, then it means the packages aren't actually reaching the box. Please check that there are no firewalls in between the client and OpenSIPS that are blocking the traffic. Best Regards, Vlad Paiu OpenSIPS Developer http://ww

Re: [OpenSIPS-Users] Dispatcher user specific route question - 2.1

2015-03-19 Thread Vlad Paiu
Hello, If you want to do dispatching between multiple setids, ds_select_dst() allows that. See the docs at [1] , you can provide a comma separated list of setids - so your $avp(zone) can contain '1,2' and OpenSIPS will try to first send to the servers in setid 1, and then, if those fail, to t

Re: [OpenSIPS-Users] ERROR:dialog:dlg_validate_dialog:

2015-03-19 Thread Satish Patel
Great! will give it a shot! Just surprised why it is not matching both dlg and req? does fix_route_dialog(); has any impact on system when you have very high CPS etc? It would be good if fix issue from root, instead of external resources which eat CPU ticks :) dlg=[sip:16463737221@188.178.235.

Re: [OpenSIPS-Users] error 483

2015-03-19 Thread Vlad Paiu
Hello, 483 usually means 'Too Many Hops'. If you do a SIP trace on the server, do you see OpenSIPS looping the request to itself ? Maybe the SIP phone sends the IP of the server instead of the domain that you have configured, and your script is configured to route out such requests. Best Reg

Re: [OpenSIPS-Users] ERROR:dialog:dlg_validate_dialog:

2015-03-19 Thread Vlad Paiu
Hello, Just to recap, you are saying that the Contact the user agent is sending is broken and you are happy that OpenSIPS is properly fixing the message, but you want to get rid of the ERRORs in the log ? If this is the case, you can use setdebug [1] for this. Try something like setdebug(-3

Re: [OpenSIPS-Users] Again BLF and Presence with Snom 7xx phones and OpenSips

2015-03-19 Thread sevpal
You need to handle the in-dialog SUBSCRIBE requests. eg: if has_totag() { ... if (loose_route()) { ... } else { ... if (is_method("SUBSCRIBE")) { route(2); exit; } ... } ... } From: Bogdan-Andrei Iancu Sent: Thursday, February

[OpenSIPS-Users] Presence Error messages

2015-03-19 Thread Peter Kust
I am attempting to troubleshoot what I think is a presence/b2b_sca issue. I keep getting an error message from presence as follows: ERROR:presence:update_presentity: No E_Tag match [ff5ad69c9be06cffaa136492f4fb3b50] At some point during the day, I will see this error message: ERROR:presence:hand

Re: [OpenSIPS-Users] SIps as SBC

2015-03-19 Thread Varadhan Work
Checkout Blox.org Thanks Varadhan M On Thu, Mar 19, 2015 at 7:33 PM, malik sherif wrote: > > > Can SIPS can be used as an SBC? > Thanks > Abdul > > ___ > Users mailing list > Users@lists.opensips.org > http://lists.opensips.org/cgi-bin/mailman/listinf

Re: [OpenSIPS-Users] SIps as SBC

2015-03-19 Thread Terrance Devor
Who?​ T ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] SIps as SBC

2015-03-19 Thread malik sherif
Can SIPS can be used as an SBC? Thanks Abdul ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] Which port router open

2015-03-19 Thread Satish Patel
Default SIP port 5060 UDP also you need media port call RTP -- Sent from my iPhone > On Mar 19, 2015, at 7:29 AM, Mattia Adducchio wrote: > > Hello Everyone, > > I'm trying to setup my personal sip server. In this moment it works only in > my network, but now I want to open the router port fo

Re: [OpenSIPS-Users] 500 Server error in REGISTER message

2015-03-19 Thread Babil (Golam Sarwar)
There's a mismatched curly-brace issue in your configuration. Brace at line 2 matches with brace at line 18. Nothing matches with the closing curly-brace at line 19. I think we are missing a curly-brace at line 15. My two-cents to the OpenSIPS team would be consider verbose curly-braces for the c

[OpenSIPS-Users] Which port router open

2015-03-19 Thread Mattia Adducchio
Hello Everyone, I'm trying to setup my personal sip server. In this moment it works only in my network, but now I want to open the router port for external access. I have open the port 5060 but maybe it's not enough. Thank you, Mattia ___ Users mai

Re: [OpenSIPS-Users] [Release] OpenSIPS 2.1 Release Candidate is out !

2015-03-19 Thread Răzvan Crainea
On 03/18/2015 08:26 PM, Bogdan-Andrei Iancu wrote: Hi all, I'm really excited to announce that after almost one year of hard work, the OpenSIPS 2.1 RC is now available for download. http://opensips.org/pub/opensips/latest/src/ The 2.1 version is a major step in OpenSIPS evolution, enc

Re: [OpenSIPS-Users] Jitsi sent REGISTER, Opensips received nothing

2015-03-19 Thread Gordon E. Sims, Jr.
I would take a look at the network in between. If Jitsi is sending out packets, and opensips is not receiving, then look at routers, switches and firewall in between. Are you able to ping the opensips device from the same network that Jitsi is on? This should verify basic routing, then start