You just make sure the context it goes to for inbound calls doesn't have an Answer() command for that particular inbound call.

i.e. if you had something like:

zapata.conf:
context=default
signalling = fxs_ks
channel => 1

extensions.conf:
[default]
exten => s,1,Answer()
exten => s,n,Playback(IVR)

you would instead send it to a non-existant context

zapta.conf:
context=idontexist
signalling = fxs_ks
channel => 1

On Wed, 10 Sep 2008, Andre Courchesne - Consultant wrote:

Hi,

I have an X100P (I know it's cheap hardware) that is working in my asterisk setup. Anyone know how I could use it in outbound only. What I mean is I do not want asterisk to answer it if it rings.

 Thanks,

Andre

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to