Tomasz Chmielewski
2005-May-09 05:29 UTC
[Asterisk-Users] extension based on a dialed number?
I have an ISDN line with 10 numbers. The line is then connected to * with one HFC-based card. The format of the numbers is like below: 123456-0 123456-1 ... 123456-9 Now I would like to connect those numbers to different telephones, i.e. when someone dials 123456-0, he/she is connected to the digital receptionist. If someone dials 123456-2, the connection goes to SIP/202 If someone dials 123456-3, the connection goes to SIP/203 etc. What should I look for? -- Tomek ---------------------------------------------------------------------- Startuj z INTERIA.PL! >>> http://link.interia.pl/f186c
exten => 1234560,1,Dial(phonea) exten => 1234561,1,Dial(phoneb) and so on................... It's called DID On 5/9/05, Tomasz Chmielewski <mangoo@interia.pl> wrote:> I have an ISDN line with 10 numbers. > The line is then connected to * with one HFC-based card. > > The format of the numbers is like below: > > 123456-0 > 123456-1 > ... > 123456-9 > > Now I would like to connect those numbers to different telephones, i.e. > when someone dials 123456-0, he/she is connected to the digital > receptionist. > > If someone dials 123456-2, the connection goes to SIP/202 > If someone dials 123456-3, the connection goes to SIP/203 > > etc. > > What should I look for? > > -- > Tomek > > ---------------------------------------------------------------------- > Startuj z INTERIA.PL! >>> http://link.interia.pl/f186c > > _______________________________________________ > 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 >