[Asterisk-Users] zap: reroute incoming calls to dedicated channel

Chris Icide cicide at gmail.com
Sat Sep 11 09:21:00 MST 2004


Jan,

Quite easy, do something like this

zapata.conf:

context=inbound-e1
channel => 1

context=reject
channel => 2-30

extensions.conf

[inbound-e1]

<your normal inbound call processing here>

[reject]

exten => i,1,Answer
exten => i,2,Playback(<your pre-recorded rejection message>
exten => i,3,Hangup




On 08 Sep 2004 20:06:00 +0200, jan terje tønnessen <jt-toenn at online.no> wrote:
> Hi !
> 
> I have a E100P and I would like to receive incoming calls on dedicated
> channels only.
> Is it possible to answer an incoming call request on channel 2-30 from
> the Telco with something like 'busy, use channel 1 instead' ?
> If this is possible, how could it be implemented / configured ?
> 
> Br / Jan Terje
> 
> _______________________________________________
> 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
>



More information about the asterisk-users mailing list