I am using the following on my server:<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name: voipjet<br>
&nbsp; username: voipjet<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type: friend<br>
&nbsp;&nbsp;&nbsp; secret: NULL<br>
&nbsp;md5secret: (md5password)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; auth: md5<br>
accountcode: VoipJet<br>
&nbsp;&nbsp; context: casa<br>
&nbsp;defaultip: NULL<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; host: <a href="http://64.34.45.100">64.34.45.100</a><br>
&nbsp;&nbsp; qualify: no<br>
&nbsp; disallow: all<br>
&nbsp;&nbsp;&nbsp;&nbsp; allow: gsm;alaw;ulaw<br>
&nbsp;&nbsp;&nbsp; ipaddr: NULL<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; port: NULL<br>
&nbsp;regseconds: NULL<br>
<br>
&nbsp;I have to use the following Dial command<br>
&nbsp;<br>
&nbsp;Dial(IAX2/uid@voipjet/${EXTEN:3}) <br>
<br>
This takes the password and host from REALTIME but you still have to put the voipjet uid in extensions.conf<br><br>
That is the best we have been able to do. If anybody can do better I like to know.<br>
<br>
Actually in AstBill we are getting the complete Dial String from the
MySQL database by returning a Variable from the AGI script. This make
our dialing 100% flexible and make it simple to implement efficient LCR.<br>
<br>
exten =&gt; _XXXXXX.,5,Dial(${DIALSTRING})<br>
<br>-- <br>Are Casilla<br><a href="http://astartelecom.com">http://astartelecom.com</a> - Independent VOIP Telecoms Broker. Asterisk Consultants<br><a href="http://astbill.com">http://astbill.com</a> - Open Source Billing, Routing and Management software for Asterisk and VOIP
<br>AstBill DEMO: <a href="http://demo.astbill.com">http://demo.astbill.com</a><br>