[OpenSIPS-Users] can several SIP phones with same SIP account ring together and hang up asynchronous

2022-10-20 Thread ???? via Users
for example, phone A/B configured with the same SIP account. when phone C call the sip account , phone A/B will ring at the same time. At the ringing state, when A hang up the call, C will be terminated by opensips. is there a way to let B still calling instead of

Re: [OpenSIPS-Users] SIP user statuses to websocket

2022-10-20 Thread ideanet help
Hi Bogdan, Thank you so much for the guidance. I have gone through the link and added some custom events. I am able to subscribe and send them to an interface. The document for jsonrpc event is broken. If you go to Transport Protocols and click on event_jsonrpc

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

2022-10-20 Thread Nitesh Divecha
Hello, After reading the rtpproxy documentation again, I was able to resolve the rtpproxy NAT issue. -A *advaddr1[/advaddr2]* Set advertised address of rtpproxy. Useful if the rtpproxy is behind a NAT firewall. (Amazon EC2) When the rtpproxy receives a session request from a SIP controller it

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

2022-10-20 Thread Nitesh Divecha
Bela Much appreciated! That fixed the "User-Agent" problem. Cheers, Nitesh On Wed, Oct 19, 2022 at 8:03 PM Bela H wrote: > I hope this helps: > > https://opensips.org/docs/modules/3.2.x/sipmsgops.html#func_remove_hf > > > > > > *From: *Nitesh Divecha > *Sent: *Thursday, 20 October 2022

Re: [OpenSIPS-Users] append body to reply?

2022-10-20 Thread Kingsley Tart
Hi, thanks - I hunted through docs and googled for several hours but didn't find that, though I did figure out that sipmsgops wasn't the answer. Cheers, Kingsley. On Thu, 2022-10-20 at 15:41 +0300, Bogdan-Andrei Iancu wrote: > Hi Kingsley, > > Docs are your best friend: >

Re: [OpenSIPS-Users] SIP user statuses to websocket

2022-10-20 Thread Bogdan-Andrei Iancu
Hi Anonymous, Check the events interface in OpenSIPS [1]. Different modules (see their documentation) may raise different events, like when a user is registered, when a call is placed, etc. [1] https://www.opensips.org/Documentation/Interface-Events-3-2 Regards, Bogdan-Andrei Iancu

Re: [OpenSIPS-Users] Dispatcher module and partition

2022-10-20 Thread Bogdan-Andrei Iancu
Hi Alberto, Unfortunately all the mentioned settings are global, equally impacting all the partitions. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Bootcamp 5-16 Dec 2022, online

Re: [OpenSIPS-Users] append body to reply?

2022-10-20 Thread Bogdan-Andrei Iancu
Hi Kingsley, Docs are your best friend: https://opensips.org/html/docs/modules/3.2.x/tm.html#func_t_reply_with_body Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Bootcamp 5-16 Dec 2022, online

[OpenSIPS-Users] append body to reply?

2022-10-20 Thread Kingsley Tart
Hi, Is it possible with OpenSIPS to append a body to a reply? If so, is there also an equivalent of $ml for how long the outbound reply would be? (I appreciate that until send_reply() is called, the exact size would be impossible to calculate). I'm finding it useful to use custom INFO calls to

Re: [OpenSIPS-Users] early dialog termination

2022-10-20 Thread Bogdan-Andrei Iancu
Ivan, Actually a simpler approach will be to use t_wait_for_new_branches() instead of that t_write function, it should do the same trick (postponing the deletion of the transaction), but without any side effects. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer