Alternatively, as I did with my system previously, I would just send
it to a context with a Wait(30) (or similar) so that I had a chance to
pick up the line before Asterisk. This essentially made my Asterisk
act like an answering machine.

Leif.

On Wed, Sep 10, 2008 at 9:53 PM, Simon P. Ditner <[EMAIL PROTECTED]> wrote:
> 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]
>
>



-- 
Leif Madsen.
http://www.leifmadsen.com
http://www.oreilly.com/catalog/asterisk

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

Reply via email to