jan terje tønnessen
2004-Sep-08 11:06 UTC
[Asterisk-Users] zap: reroute incoming calls to dedicated channel
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
Chris Icide
2004-Sep-11 09:21 UTC
[Asterisk-Users] zap: reroute incoming calls to dedicated channel
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@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@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 >