Displaying 1 result from an estimated 1 matches for "autodial_start".
2006 Dec 05
1
Auto dialing: .call file vs. manager interface
...looks for the 's' extension
in my context, regardless of what I supply as the 'extension' argument.
The .call file does what I expect - it finds exten _9.,1,Noop(Looks
good).
The error I get in the log is as follows:
Dec 5 16:44:25 VERBOSE[19670] logger.c: == Starting Zap/1-1 at
autodial_start,s,1 failed so falling back to exten 's'
Dec 5 16:44:25 VERBOSE[19670] logger.c: == Starting Zap/1-1 at
autodial_start,s,1 still failed so falling back to context 'default'
The autodial_start context looks like this:
[autodial_start]
exten => _9.,1,Noop(Looks good)
exten =>...