Wednesday, May 6, 2009

Asterisk Disconnect when pressesd *

You can avoid disconnection by doing following changes:

Go in directory cd/etc/asterisk

Open Features.conf via:

vi features.conf

in feature map section there would be a line similar to this:

;disconnect => *0 ; Disconnect

make it :

;disconnect => *000 ; Disconnect

Regards,

Muneeb

No comments: