Re: [OpenSIPS-Users] How to send a call request to every online peer?

2016-02-11 Thread Rodrigo Pimenta Carvalho
Hi Bogdan-Andrei. Thank you very much for the hint. By the way, I have tried it but without success. It seems that the call request is only forwarded to the last subscriber, not sent to every online subscriber. See: The code : append_branch();

Re: [OpenSIPS-Users] How to send a call request to every online peer?

2016-02-09 Thread Bogdan-Andrei Iancu
Hi Rodrigo, What you are looking for is called in SIP terminology "parallel forking" - a call attempt is sent to multiple destinations in the same time and only one can pick up the call. In OpenSIPS you can easily do parallel forking by adding multiple destinations / branches by using the

[OpenSIPS-Users] How to send a call request to every online peer?

2016-02-05 Thread Rodrigo Pimenta Carvalho
Hi. I have the situation: Caller A needs call every online peer. That is, A needs call B, C, D, F... The user should just push a 'call button' in his/her softphone and than OpenSIPs should receive only one SIP INVITE (let's say inviting number ). After receiving such INVITE, OpenSIPS