On 13 May 2006, at 16:49, Ashley T. Howes, Ph.D. wrote:
On 13 May 2006, at 15:18, Brett Parker wrote:
A quick glance and a rough guess suggests to me that where you have context=default you probably want context=outbound.
Doh :) I can now dial on the phone, but I still get an error message once the phone number is fully input:
--Executing Dial ("Zap/1-1", "$(OUTBOUNDTRUNK)/${EXTEN:1}") in new stack ==Everyone is busy/congested at this time (1:0/0/1)
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})
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 :)
--
Ashley T. Howes, Ph.D. http://www.ashleyhowes.com/
"To float in totality, to have no technique, is to have all technique." - Bruce Lee