[OpenSIPS-Users] SIP user statuses to websocket

2022-10-18 Thread ideanet help
Hi all, I am looking for a way to use WebSocket with opensips. Basically, I want to show my all sip users statuses/activity on a web page. I am currently using an API, which is called after a few seconds so this is a bit slow. I am looking for a way that opensips sends event to the socket and on t

Re: [OpenSIPS-Users] OpenSIPS Control Panel

2022-10-18 Thread Bogdan-Andrei Iancu
Hi Nitesh, Take a look at https://www.opensips.org/Documentation/Script-Routes-3-2 Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Bootcamp 5-16 Dec 2022, online https://www.opensips.org/training/OpenSIPS_eBootcamp_2022/ On 10/1

Re: [OpenSIPS-Users] - INVITE (SDP) includes Originators IP info

2022-10-18 Thread Bogdan-Andrei Iancu
Hi there, Actually you do not need the B2B, you can achieve the same kind of privacy (at SIP level) with dialog module and topology_hiding module together. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Bootcamp 5-16 Dec 2022, onlin

Re: [OpenSIPS-Users] - INVITE (SDP) includes Originators IP info

2022-10-18 Thread Abdul Basit
Nitesh, You need a B2BUA function with the help of a topo-hiding module with opensips as Bela shared in his email. Also, install the RTP proxy on the same opensips box (not necessary if you need sepa

Re: [OpenSIPS-Users] - INVITE (SDP) includes Originators IP info

2022-10-18 Thread Bela H
Hi Nitesh, 1. Check the topology hiding function: https://opensips.org/docs/modules/3.2.x/topology_hiding.html 2. Use e.g. rtpproxy: https://opensips.org/docs/modules/3.2.x/rtpproxy.html#func_rtpproxy_offer http://opensips.com.br/wiki/index.php?title=Oopensips_Nat_script_with_RTPPROXY_-_

[OpenSIPS-Users] - INVITE (SDP) includes Originators IP info

2022-10-18 Thread Nitesh Divecha
Hello All, This is my first OpenSIPS project so I'm a newbie! After going back and forth with "uac_replace_from()", I was successfully able to make a call from my ATA -> OpenSIPS -> Outbound Provider -> CellPhone. All worked fine with two-way audio except few issues: 1) Outbound Provider was abl

Re: [OpenSIPS-Users] OpenSIPS Control Panel

2022-10-18 Thread Nitesh Divecha
Bogdan-Andrei, Got it working! Much appreciated... By any chance can you guide me to any kind of OpenSIPS documentation explaining the "Routing Logic"? How does the "branch_route" work and what does it mean? Is this like a C/Python function/method which returns the value? Any guidance will be gr

Re: [OpenSIPS-Users] early dialog termination

2022-10-18 Thread Bogdan-Andrei Iancu
Hi, yes, call it before ending the REQUEST route. I'm 100% the transaction is not deleted before the end of the route. And try to use the unix sock flavor for the function, not the fifo one. DO NOT use the sleep, you will block your whole opensips. Regards, Bogdan-Andrei Iancu OpenSIPS Fou