Re: [OpenSIPS-Users] 4xx response to invite

2022-11-18 Thread Bogdan-Andrei Iancu
Hi, If an ACK is received, there is not way for is_method("invite") to let it pass I suggest using the script_trace() function, so you can understand the script execution. https://www.opensips.org/Documentation/Script-CoreFunctions-3-2#script_trace Regards, Bogdan-Andrei Iancu OpenSIPS

[OpenSIPS-Users] 4xx response to invite

2022-11-15 Thread M S
Hi List, If I use a block like: if(is_method("invite") && !has_totags()) { if() send_reply(402, "more money"); .. } Then if an invite is received and is true, a 402 is sent, and then an ACK is received in response to 402, which has a to_tag too. This ACK strangely matches