On Sat, May 13, 2006 at 06:02:47PM +0100, Ashley T. Howes, Ph.D. lists@ashleyhowes.com wrote:
Nothing like replying to your own posts :) It is now working. For reference of others searching the archives later, the problem's final hurdle was the following line in /etc/asterisk/extensions.conf :
exten => _9XXXXXXXXXXX,1,Dial($(OUTBOUNDTRUNK)/${EXTEN:1})
needed to be:
exten => _9XXXXXXXXXXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
Ahh - I missed that on my quick scan, that was careless - good ol' brackets verses braces - fun :)
Glad that you've got that much working :)
Now that I've got basic incoming and outgoing calls to work, I am now progress further and actually start to build what I wanted to at the beginning of the day :)
Cool.
Cheers, Brett.