Jan Baumann
2004-Jan-14 08:09 UTC
[Asterisk-Users] Multiple phonenumbers on one E1 PRI with Digium TE410P ?
Hi, one short question: Is it possible for the zaptel driver to deal with multiple phone numbers on one single E1 PRI line? I could make my carrier route +49 xxx aaaaa-zzz and +49 xxx bbbbb-zzz and others down one single PRI trunk to our asterisk box terminating in a Digium TE410P. Does the driver handle this and can I put calls coming in all on the same physical interface put into different contexts based on the dialed prefix? Thanks and Regards, Jan Baumann
Thilo Salmon
2004-Jan-14 08:54 UTC
[Asterisk-Users] Multiple phonenumbers on one E1 PRI with Digium TE410P ?
Jan,> one short question: Is it possible for the zaptel driver to deal with > multiple phone numbers on one single E1 PRI line?Absolutely, you will see called party numbers on incoming calls as extensions and can set up routing in extensions.conf as you wish. Thilo
Alastair Maw
2004-Jan-14 09:13 UTC
[Asterisk-Users] Multiple phonenumbers on one E1 PRI with Digium TE410P ?
On 14/01/04 15:09, Jan Baumann wrote:> one short question: Is it possible for the zaptel driver to deal with > multiple phone numbers on one single E1 PRI line? > > I could make my carrier route +49 xxx aaaaa-zzz and +49 xxx bbbbb-zzz > and others down one single PRI trunk to our asterisk box terminating in > a Digium TE410P. > > Does the driver handle this and can I put calls coming in all on the > same physical interface put into different contexts based on the dialed > prefix?Yes, it's very easy, all that will work out-of-the-box. For example: [default] exten => _4966677777XXX,Goto(one,s,1) exten => _4966688888XXX,Goto(two,s,1) [one] exten => s,1,Playback(hello) [two] exten => s,1,Playback(bonjour) Regards, Alastair
Jeremy McNamara
2004-Jan-14 09:58 UTC
[Asterisk-Users] Multiple phonenumbers on one E1 PRI with Digium TE410P ?
Jan Baumann wrote:> one short question: Is it possible for the zaptel driver to deal with > multiple phone numbers on one single E1 PRI line?I don't do E-1, but I know it is absolutely possible on T-1 so I will venture a guess and say, yes it is possible. exten => 1234,1,Answer exten => 1234,2,Playback,welcome-message exten => 1234,3,Hangup Where '1234' is the DNIS the telco sends. Jeremy McNamara
Klaus-Peter Junghanns
2004-Jan-14 10:13 UTC
[Asterisk-Users] Multiple phonenumbers on one E1 PRI with Digium TE410P ?
Hi Jan, yes you can: [zap-in] exten => _49xxxaaaazzzz,1,Goto(contextA) exten => _49xxxbbbbzzzz,1,Goto(contextB) regards kapejod -- Klaus-Peter Junghanns CEO, CTO Junghanns.NET GmbH Breite Stra?e 13 - 12167 Berlin - Germany fon: (de) +49 30 79705390 fon: (uk) +44 870 1244692 fax: (de) +49 30 79705391 iaxtel: 1-700-157-8753 http://www.Junghanns.NET/asterisk/> > Hi, > > one short question: Is it possible for the zaptel driver to deal with > multiple phone numbers on one single E1 PRI line? > > I could make my carrier route +49 xxx aaaaa-zzz and +49 xxx bbbbb-zzz > and others down one single PRI trunk to our asterisk box terminating in > a Digium TE410P. > > Does the driver handle this and can I put calls coming in all on the > same physical interface put into different contexts based on the dialed > prefix? > > Thanks and Regards, > Jan Baumann > > _______________________________________________ > 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