Displaying 1 result from an estimated 1 matches for "yourinternalextension".
2005 Feb 10
0
Context fails so falling back to extension " s" ?
...used when there is no matching extension in the context.
It's the fallback extension if there's no match.
http://www.voip-info.org/wiki-Asterisk+s+extension
You don't list your extensions.conf, but taking a stab at it, you would put
in something like:
[from-pstn]
exten => s,1,Dial(YourInternalExtension,15) 'Dial whatever your internal
extension is for 15 seconds
exten => s,2,Hangup() 'Hang up the line if nobody answers. You could put in
a goto to fire the call to the [from-internal] context in
extensions_additional.conf so it can have voicemail logic.
I found that the best part of AMP...