On Mon, 9 Feb 2004 asterisk at bsius.com wrote:
> How would you work the dial command to dial out using Voiceglo?
I use:
exten => _9NXXXXXX,1,Dial(SIP/1801${EXTEN:1}@voiceglo)
where 'voiceglo' is the name of the service definition in my sip.conf:
[voiceglo]
username=
secret=
...
Greg