On Fri, Sep 02, 2005 at 08:46:10AM +0200, Thomas Petersen wrote: > [EMAIL PROTECTED] wrote: > > The caller digit 123456 (at the fourth digit connect get the ring back) > > exten => _1234,1,dial,sip/25 > > exten => _123456,dial.sip/30 > > in this way the other hand get the first estension and does not pass the > > call to the extension > > Try switching the two lines around. When dialing 123456, the first line > might also match that number. By the way it looks like you are missing > the priority in the second line.
No, this is not a solution. Check "Controlling Sort Order" at http://www.voip-info.org/wiki-Asterisk+config+extensions.conf+sorting This solution will work if the complete number is submitted in one block. IMHO there is no solution if it is ISDN PTP (in germany called "Anlagenanschluss"). Omit "1234" if you want to use "_1234." -- Stefan Tichy <[EMAIL PROTECTED]> _______________________________________________ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
