[Asterisk-Users] ZAP - configure not to answer?
Time Bandit
timebandit001 at gmail.com
Mon Jan 9 20:23:42 MST 2006
> This may be obvious but I have not found the answer in the archives or web
> searching. I am in the process of transitioning to Asterisk. While I have
> two systems connected to the same PSTN line, I want to configure Asterisk to
> not answer an incoming call. Is this a setting that you would have in the
> zapata.conf file?
I have done it like this:
Put your zap channels in context "pstn-noanswer"
then, in extension.conf, create this context
[pstn-noanswer]
exten => s,1,Hangup()
That way, asterisk will not answer the line, it will just ignore the call
hth
More information about the asterisk-users
mailing list