Gidean Chan schrieb:
> Hi, How to stop Asterisk to pick up incoming PSTN signal but keep the
> functionality to make the call out?
> Thanks
> Gidean
> ------------------------------------------------------------------------
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>   
Disabling incoming PSTN calls works like that in the dialplan:

[from-pstn]
exten => _X.,1,NoOp()

Change the context to your needs.

--
F. Foerster
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to