Hi all,
It's possible to disable any transfers (blind or attended) on Kamailio ?
Thanks. Diego.
Hello,
On 09/29/08 15:27, Diego Zuaneti Arruda wrote:
Hi all,
It's possible to disable any transfers (blind or attended) on Kamailio ?
You can drop any REFER message by:
if(method=="REFER") { sl_send_reply("403", "Not allowed"); exit; }
Cheers, Daniel
Thanks, worked!
Hello,
On 09/29/08 15:27, Diego Zuaneti Arruda wrote:
Hi all,
It's possible to disable any transfers (blind or attended) on Kamailio ?
You can drop any REFER message by:
if(method=="REFER") { sl_send_reply("403", "Not allowed"); exit; }
Cheers, Daniel
-- Daniel-Constantin Mierla http://www.asipto.com