<html>
<body>
<br>
Hi ,<br><br>
I'm fairly new user but as far as I understood Asterisk architecture, and
to have something working with your ASTCC installation,&nbsp; you should
do as follow: <br><br>
Scenario<br>
- You have a pstn provider, say for example voipjet (i have no interest
with them, but it's straight forward to setup a trunk with voipjet)<br>
- with protocol IAX<br><br>
1. in your iax.conf add :<br>
[voipjet]<br>
type=peer<br>
host= voipjet_ip_address<br>
secret= your_md5_password<br>
auth=md5<br>
notransfer=yes<br>
context=default<br><br>
2. in extension.conf here what i have:<br>
[outbound-international]<br>
ignorepat =&gt; ${DIAL_OUT}<br>
exten =&gt; _011.,1,SetGroup(${CALLERIDNUM})<br>
exten =&gt; _011.,2,Dial,IAX2/your_id@voipjet/${EXTEN} ; VoipJet.com
WORLD<br>
exten =&gt; _011.,3,Congestion<br>
exten =&gt; _011.,103,Macro(outisbusy)<br>
exten =&gt; _${DIAL_OUT}011.,1,SetGroup(${CALLERIDNUM})<br>
exten =&gt; _${DIAL_OUT}011.,2,Dial(${OUT}/${EXTEN:1},,)<br>
exten =&gt; _${DIAL_OUT}011.,3,Congestion<br>
exten =&gt; _${DIAL_OUT}011.,103,Macro(outisbusy)<br><br>
(Optional)<br>
; Outgoing channel(s) are busy ... inform the client<br>
[macro-outisbusy]<br>
exten =&gt; s,1,Playback(allison7/all-circuits-busy-now)<br>
exten =&gt; s,2,Playback(allison7/pls-try-call-later)<br>
exten =&gt; s,3,Macro(hangupcall)<br><br>
Now in ASTCC administration :<br>
add a new trunk such as :<br>
trunk name : VoIPJet<br>
technology : IAX2<br>
peer/trunk: your_id@voipjet<br>
save<br><br>
In Routes, add a new route such as :<br>
pattern : <font face="helvetica">01133. (don't forget the '.' : the
pattern field simply apply regex)<br>
comment : France<br>
trunks : VoIPJet<br>
conn fee : 0 <br>
inc sec : 0<br>
cost :150 (for 0.015)<br><br>
2. add more routes in bulk by using any excel2mysql converter tool for
example<br><br>
</font>3. generate cards, enjoy calling worldwide ...<br><br>
AB.<br><br>
At 15:42 09/01/2005 -0500, you wrote:<br>
<blockquote type=cite class=cite cite="">&nbsp; I need following info.
<br><br>
1) Trunk:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * Trunk Name --&gt; (Can I use
any name or it should be Context dependent.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * Peer/Trunk&nbsp; --&gt;
(What parameters should I use here).<br><br>
2) Routes:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * Pattern&nbsp;&nbsp; --&gt; (What
values should I use here).<br><br>
I would really appreciate if some one can share his or her
experience<br>
to help me configure ASTCC Trunks and routes parameters (STEP BY
STEP<br>
Procedure).<br><br>
Thanks, <br><br>
Syed.</blockquote>
<x-sigsep><p></x-sigsep>
________________________<br>
<font color="#000080">a b d o u l<br>
aba at gcomnetworks.com<br>
SIP: (131) 229-1002 at sip.freeipcall.com</font> </body>
</html>