<div dir="ltr"><div dir="ltr">Hi, <div><br></div><div>Im running opensips:</div><div><div>version: opensips 2.2.1 (x86_64/linux)</div><div>flags: STATS: On, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT</div><div>ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535</div><div>poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.</div><div>git revision: 68ace2e</div><div>main.c compiled on 17:27:11 Nov  8 2017 with gcc 4.7</div></div><div><br></div><div>and i have some issues. When calling a number, i am branching to a set of predefined numbers so the invite gets sent to them all. When someone picks up, the call is connected and the branches that did not pick upp will get the cancel message and stop ringing, and this works just fine. However, this also applies to a deny, a hangup. So if anyone of the predefined numbers just press hangup directly, a decline is sent and then this call will stop for all numbers. I would like to be able to have one user send decline and keep it ringing on the other users. </div><div><br></div><div>Ex: </div><div>Number A calls number B, which is also branched to number C. Number C just hangs up directly. Now i want the call to continue for number B, until it hangs up or answers, and nothing should be sent to number A until B has responded. And after that number A should get notified of the action. </div><div><br></div><div>Any ideas? </div><div><br></div><div>Thanks</div><div>Wilhelm</div></div></div>