Re: [asterisk-users] How to stop Asterisk to pick up incoming PSTN signal

2006-12-05 Thread Mailinglisten
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


Re: [asterisk-users] How to stop Asterisk to pick up incoming PSTN signal

2006-12-05 Thread Time Bandit

Hi, How to stop Asterisk to pick up incoming PSTN signal but keep the
functionality to make the call out?

[from-pstn]
exten = s,1,Hangup
___
--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


[asterisk-users] How to stop Asterisk to pick up incoming PSTN signal

2006-12-04 Thread Gidean Chan
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