[asterisk-users] dialing timing problem?

Michael Higgins linux at evolone.org
Sat Feb 28 12:34:28 CST 2009


On Fri, 27 Feb 2009 16:41:16 -0500
Doug Lytle <support at drdos.info> wrote:

> Michael Higgins wrote:
> > exten => _X.,1,Dial(DAHDI/1,${EXTEN})
> >
> >   
> 
> This should be _X.,1,Dial(DAHDI/g1/${EXTEN})
> 
> Doug
> 
> 

Thanks for the help. Indeed it needs to be:

exten => _X.,1,Dial(DAHDI/1/${EXTEN})

I don't know where the comma came in before ${EXTEN}, but that was the deal killer, leaving me with dialtone and little else. 

Maybe it should have thrown a parsing error? Or could there be a use for that syntax with a comma?

Also, for clarity, putting /g1/, rather than just /1/ killed it too CHANUNAVAIL, or something.

Cheers,

-- 
 |\  /|        |   |          ~ ~  
 | \/ |        |---|          `|` ?
 |    |ichael  |   |iggins    \^ /
 michael.higgins[at]evolone[dot]org



More information about the asterisk-users mailing list