<div dir="ltr"><div>So since I am on a roll today, here's another to Chew on.</div><div><br></div><div>I have Incredible PBX setup on a Pi here. I use it (at least till Google shut off the GVSIP service today) for my home phone as well as Allstar and Hamshack Hotline (See <a href="http://hamshackhotline.com">hamshackhotline.com</a> for more info). </div><div><br></div><div>I want to make one of my allstar nodes dial out through my PBX.....Incredible PBX is based on FreePBX and Asterisk sooo...</div><div><br></div><div>I have calling from the PBX to ASL working fine. I can dial an extension from any of my phones and it connects to my ASL nodes.</div><div><br></div><div>I am stumped on From ASL to PBX. Here is what I have done.....</div><div><br></div><div>I followed the Directions on this page: <a href="http://docs.allstarlink.org/drupal/node/133">http://docs.allstarlink.org/drupal/node/133</a></div><div><br></div><div>So first I went into Rpt.conf and set those settings. I used "pstn-out"for the context in Rpt.conf for the autopatch. Next I went into extensions.conf and set the following in pstn-out:</div><div><br></div><div>[pstn-out]</div><div>exten => _XXX,1,Dial,SIP/pbx-autopatch/${Exten}</div><div>exten => _XXX,2, congestion</div><div><br></div><div>Note that XXX is for internal extensions. I use 3 digit extensions internally for phones. Next I went to sip.conf and set up the following stanza:</div><div><br></div><div>[pbx-autopatch]</div><div>type=peer</div><div>allowguest=yes</div><div>nat=yes</div><div>autocreatepeer=yes</div><div>insecure=port,invite</div><div>auth=md5</div><div>username=<the username for the extension i want it to dial out on></div><div>password=nunya</div><div>host=<internal IP address for the PBX with port number></div><div>qualify=no</div><div>disallow=all</div><div>allow=ulaw</div><div>allowexternaldomains=yes</div><div>context=pstn-out</div><div><br></div><div>When I dial *61 + internal extension (203 for example) it waits a few seconds then gives me fast busy</div><div><br></div><div>When I watch on the asterisk CLI it tries to connect is not able to connect and at one point says "no such host: pbx-autopatch"</div><div><br></div><div>(I would paste the log but I am not home to be able to copy and paste)</div><div><br></div><div>Any initial thoughts? I've been playing with asterisk/freePBX/allstar for a little over a year now and I am confident with it, but this one has me stumped now...And it's tough to find documentation on this. or I am other thinking this and not able to wrap my head around it.</div><div><br></div><div>Thanks much for letting me ramble.<br></div><div><br></div><div>   Jeff </div><div dir="ltr"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr">Jeff Lehman, KC8QCH<br>E-mail: <a href="mailto:kc8qch@gmail.com" target="_blank">kc8qch@gmail.com</a><br><a href="http://kc8qch.dx.am" target="_blank">http://kc8qch.dx.am</a><br>Hamshack Hotline: 4218<br><br>Webmaster<br>Hamilton County ARPSC<br><a href="http://www.hamcoarpsc.org" target="_blank">http://www.hamcoarpsc.org</a><br>E-mail: <a href="mailto:hamcoarpsc@gmail.com" target="_blank">hamcoarpsc@gmail.com</a><br>Phone: 513-452-6480<br><br>Allstar 47374 Administrator<br>Project Manager, HHUL<br>World Wide Amateur Radio Guild<br><a href="http://www.theguildglobal.org" target="_blank">http://www.theguildglobal.org</a><br>E-Mail: <a href="mailto:kc8qch@theguildglobal.net" target="_blank">kc8qch@theguildglobal.net</a></div></div></div></div></div></div></div>