> 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
_______________________________________________
--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