[Asterisk-Users] Invalid Extensions -- More like traditional PBX systems?

2004-06-16 Thread Stephen Rosebush
I was wondering if there was a way of setting up the dialplan in a way that if you dial an extension that is NOT in the dialplan then it would play a not-in-service gsm file and then play congestion tones. I would rather like this better than just hearing a busy signal on my phones.. I DID

RE: [Asterisk-Users] Invalid Extensions -- More like traditional PBX systems?

2004-06-16 Thread Ray Burkholder
PROTECTED] On Behalf Of Stephen Rosebush Sent: Wednesday, June 16, 2004 11:32 To: [EMAIL PROTECTED] Subject: [Asterisk-Users] Invalid Extensions -- More like traditional PBX systems? I was wondering if there was a way of setting up the dialplan in a way that if you dial an extension

Re: [Asterisk-Users] Invalid Extensions -- More like traditional PBX systems?

2004-06-16 Thread Rob Fugina
On Wed, Jun 16, 2004 at 11:35:45AM -0300, Ray Burkholder wrote: Set up a general pattern match with the message and congestion. Extension pattern matching looks for the most specific match in any one context. So if a specific extension is not found, it will take the general pattern.

RE: [Asterisk-Users] Invalid Extensions -- More like traditional PBX systems?

2004-06-16 Thread asteriskuser
Ray Burkholder wrote: I was wondering if there was a way of setting up the dialplan in a way that if you dial an extension that is NOT in the dialplan then it would play a not-in-service gsm file and then play congestion tones. I would rather like this better than just hearing a busy signal

Re: [Asterisk-Users] Invalid Extensions -- More like traditional PBX systems?

2004-06-16 Thread Chris Shaw
I had a tough time with this too, but I see the logic now... FWIW Here's what I've found to work. At least with SIP channels, Asterisk doesn't seem to want to go to the 'i' extension on invalid when you make a general pattern. And I see the logic in this because SIP channels are virtual and you

Re: [Asterisk-Users] Invalid Extensions -- More like traditional PBX systems?

2004-06-16 Thread Stephen Rosebush
Yes but I try that and it doesnt even go to it, I am trying to have the invalid handler be executed when the extension a user tries to dial from the SIP phone is not in any of the contexts (non-existant)... I've tried this and placed it in several contexts and it does not work. Steve Rob

Re: [Asterisk-Users] Invalid Extensions -- More like traditional PBX systems?

2004-06-16 Thread Steven Critchfield
On Wed, 2004-06-16 at 09:32, Stephen Rosebush wrote: I was wondering if there was a way of setting up the dialplan in a way that if you dial an extension that is NOT in the dialplan then it would play a not-in-service gsm file and then play congestion tones. I would rather like this better

RE: [Asterisk-Users] Invalid Extensions -- More like traditional PBX systems?

2004-06-16 Thread W. Kevin Hunt
exten = _,3,Playback(/usr/src/test/asterisk-sounds/sounds/jedi-extension-tri ck) exten = _,4,Playback(/usr/src/test/asterisk-sounds/sounds/please-try-again) I'd love to get a copy of that jedi-extension-trick sound W. Kevin Hunt CCIE #11841

RE: [Asterisk-Users] Invalid Extensions -- More like traditional PBX systems?

2004-06-16 Thread Brian D'Arcy
Of Stephen Rosebush Sent: Wednesday, June 16, 2004 10:45 AM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Invalid Extensions -- More like traditional PBX systems? Yes but I try that and it doesnt even go to it, I am trying to have the invalid handler be executed when the extension a user tries

Re: [Asterisk-Users] Invalid Extensions -- More like traditional PBX systems?

2004-06-16 Thread Stephen Rosebush
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Rosebush Sent: Wednesday, June 16, 2004 10:45 AM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Invalid Extensions -- More like traditional PBX systems? Yes but I try that and it doesnt even go to it, I am trying to have the invalid handler

RE: [Asterisk-Users] Invalid Extensions -- More like traditional PBX systems?

2004-06-16 Thread asteriskuser
W. Kevin Hunt wrote: exten = _,3,Playback(/usr/src/test/asterisk-sounds/sounds/jedi-extension-tri ck) exten = _,4,Playback(/usr/src/test/asterisk-sounds/sounds/please-try-again) I'd love to get a copy of that jedi-extension-trick sound That sounds like a good thing to use after

RE: [Asterisk-Users] Invalid Extensions -- More like traditional PBX systems?

2004-06-16 Thread Brian D'Arcy
Cvs checkout asterisk-sounds =) Brian D'Arcy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of W. Kevin Hunt Sent: Wednesday, June 16, 2004 12:02 PM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] Invalid Extensions -- More like traditional PBX