Re: [OpenSIPS-Users] How to handle concurrent answering calls?

2021-08-30 Thread volga629 via Users
Hello Fulo, Bogdan provided work around some time ago. Inside  onreply route      # Drop other 200 OK     if(isbflagset("RETRY_200OK_BFLAG")) {     if(is_method("INVITE|UPDATE") && t_check_status("200"))

[OpenSIPS-Users] How to handle concurrent answering calls?

2021-08-30 Thread Fulo Lin
When the user has two devices answering the phone at the same time, I expect the first device to answer the call and the second device to be cancelled. The current opensips will indeed cancel the second call, but the first call will have no sound, and the call will be disconnected after a few seco