At 4:45 PM on 08 Mar 2010, equis software wrote: > I have this > > [TRONCAL-SIP] > exten=>225/91,1,Answer > exten=>225/91,2,Echo > exten=>225/91,3,Hangup > > exten=>225/92,1,Answer > exten=>225/92,2,Playback(conf-invalid) > exten=>225/92,3,Hangup > [...] > Dont work > > If I add this rule > exten=>225,1,Answer > > Works ok
I suspect it's because when the call first comes in, asterisk doesn't have the callerid info yet (it comes after the first ring). So asterisk tries to route the call to a callerid-nonspecific dialplan entry, and simply fails when it doesn't find any. -- C. Chad Wallace, B.Sc. The Lodging Company http://www.lodgingcompany.com/ OpenPGP Public Key ID: 0x262208A0
signature.asc
Description: PGP signature
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
