Oct 4, 2006 #1 isaacman MIS Jul 26, 2005 39 US Does any one know how to block or preven a specific extention to call out or received incoming calls...
Does any one know how to block or preven a specific extention to call out or received incoming calls...
Oct 6, 2006 #2 segment ISP Jun 15, 2004 225 US Let's say their extension is 123, create an extension for them in extensions.conf called blocked: [blocked] exten => _1NXXNXXXXXX,1,Hangup exten => _NXXNXXXXXX,1,Hangup exten => _NXXXXXX,1,Hangup exten => 123,1,Hangup Then in sip.conf change their context to: context = blocked perl -e 'print $i=pack(c5,(40*2),sqrt(7600),(unpack(c,Q)-3+1+3+3-7),oct(104),10,oct(101));' Upvote 0 Downvote
Let's say their extension is 123, create an extension for them in extensions.conf called blocked: [blocked] exten => _1NXXNXXXXXX,1,Hangup exten => _NXXNXXXXXX,1,Hangup exten => _NXXXXXX,1,Hangup exten => 123,1,Hangup Then in sip.conf change their context to: context = blocked perl -e 'print $i=pack(c5,(40*2),sqrt(7600),(unpack(c,Q)-3+1+3+3-7),oct(104),10,oct(101));'