On 3/28/2011 1:33 PM, satish patel wrote: > > @Sherwood, > > I was also thinking about that.... But then how 's' extension match > any unknown number ? Like when call coming from PSTN then how IVR > picked up...? > > -Satish
The 's' extension does not match anything other than 's'. If your sip registrations are configured without a trailing /<DIDNUMBER>, it gets sent to the 's' extension on your default context. However, if you want to match *any* number, you'd want '_X.', which matches any number. -- Sherwood McGowan <[email protected]> Carrier, ITSP, Call Center, and PBX Solutions Consultant -- _____________________________________________________________________ -- 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
