[Asterisk-Users] Zap Channel
Alex Ongena
Alex.Ongena at able.be
Mon Sep 12 09:05:02 MST 2005
On Mon, 2005-09-12 at 23:34 +0800, VoIP Newbie wrote:
> Below are what I have in extension.conf.
Is this the complete file ?
>
> exten => s,1,Goto(1234,1)
^^^^^^^^^^^
is used to jump to contexts. ?
> exten => s,2,Hangup
>
> exten => 1234,1,Dial(SIP/1234,30,t)
^^^^^^^^^^^^^^^^^^
for Sip phones, and you speed about X100P Zap channel ???
> exten => 1234, 2, hangup
>
> I would like to have channel 1 answer incoming calls and channel 2 not
> answer any incoming call (outgoing calls only).
>
> 1. I don't know how to differentiate calls from a particular channel.
I assume your X100P is used towards the Telco and that you have 2 Sip
phones. Correct ?
.. zapata.conf
...your X100P config
# jump to the incomming context
context=incomming
[incomming]
exten => s,1,Dial(Sip/phone1,30,tr)
exten => s,2,Hangup
[internal]
exten => 200,1,Dial(Sip/phone1,30,tr)
exten => 201,1,Dial(Sip/phone2,30,tr)
and sip.conf
..
[phone1]
... your Sip config
context=internal
callerid="Phone 1"<200>
[phone2]
context=internal
callerid="Phone 2"<201>
... other sip config
(not tested ofcource)
alex
> 2. I don't know how to make a channel no Answer.
>
> Please advise and help.
>
> Many Thanks,
>
> David
>
> On 9/12/05, Alex Ongena <Alex.Ongena at able.be> wrote:
> Euh, what is your extensionf.conf part that answers it ?
> On Mon, 2005-09-12 at 18:25 +0800, VoIP Newbie wrote:
> > Hi all,
> >
> > How can I make a X100P ZAP channel not answering to any
> incoming
> > calls?
> >
> > Thanks.
> >
> > Newbie
> > _______________________________________________
> > --Bandwidth and Colocation sponsored by Easynews.com --
> >
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> > http://lists.digium.com/mailman/listinfo/asterisk-users
>
> --
> NEW: aXs GUARD hands-on Trainings v.7.0
> more info at http://www.axsguard.com/indextraining.htm
>
> aXs GUARD has completed security and anti-virus checks on this
> e-mail
> (http://www.axsguard.com)
> ---------------------------------------------------
> Able NV: ond.nr 0457.938.087
>
--
NEW: aXs GUARD hands-on Trainings v.7.0
more info at http://www.axsguard.com/indextraining.htm
aXs GUARD has completed security and anti-virus checks on this e-mail
(http://www.axsguard.com)
---------------------------------------------------
Able NV: ond.nr 0457.938.087
More information about the asterisk-users
mailing list