<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Thanks that is very helpful info. I am still trying to figure out how asterisk and freepbx works together. what do I add in those files to get the ringing to work. I checked teh Dail options under General Options and its set to tr.<br><br><br><br><br>&gt; Date: Thu, 20 Aug 2009 10:51:25 +1200<br>&gt; From: duncan@e-simple.co.nz<br>&gt; To: asterisk-users@lists.digium.com<br>&gt; Subject: Re: [asterisk-users] outbound calls not ringing<br>&gt; <br>&gt; Generally with FreePBX the ring options are set in the General Options - <br>&gt; you can set the Dial options which are normally tr, but I guess that <br>&gt; isn't working for you.<br>&gt; <br>&gt; The SIP files you could edit would have custom in their name, otherwise <br>&gt; your changes will be overwritten when you reload freepbx<br>&gt; <br>&gt; You could put this in sip_general_custom.conf which will be included<br>&gt; <br>&gt; Cheers Duncan<br>&gt; <br>&gt; John A. Sullivan III wrote:<br>&gt; &gt; Oops! - You're using FreePBX - someone who knows more about FreePBX will<br>&gt; &gt; have to help you as I don't.  May I also suggest that you bottom post in<br>&gt; &gt; future responses rather than top post; that makes it a little easier to<br>&gt; &gt; follow.  Good luck - John<br>&gt; &gt;<br>&gt; &gt; On Wed, 2009-08-19 at 16:59 +0000, Ott Rose wrote:<br>&gt; &gt;   <br>&gt; &gt;&gt; here is my sip.conf. i don't see it.<br>&gt; &gt;&gt; ;--------------------------------------------------------------------------------;<br>&gt; &gt;&gt; ; Do NOT edit this file as it is auto-generated by FreePBX. All<br>&gt; &gt;&gt; modifications to ;<br>&gt; &gt;&gt; ; this file must be done via the web gui. There are alternative files<br>&gt; &gt;&gt; to make    ;<br>&gt; &gt;&gt; ; custom modifications, details at:<br>&gt; &gt;&gt; http://freepbx.org/configuration_files       ;<br>&gt; &gt;&gt; ;--------------------------------------------------------------------------------;<br>&gt; &gt;&gt; ;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; [general]<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; ; These files will all be included in the [general] context<br>&gt; &gt;&gt; ;<br>&gt; &gt;&gt; #include sip_general_additional.conf<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; ;sip_general_custom.conf is the proper file location for placing any<br>&gt; &gt;&gt; sip general<br>&gt; &gt;&gt; ;options that you might need set. For example: enable and force the<br>&gt; &gt;&gt; sip jitterbuffer.<br>&gt; &gt;&gt; ;If these settings are desired they should be set the<br>&gt; &gt;&gt; sip_general_custom.conf file.<br>&gt; &gt;&gt; ;<br>&gt; &gt;&gt; ; jbenable=yes<br>&gt; &gt;&gt; ; jbforce=yes<br>&gt; &gt;&gt; ;<br>&gt; &gt;&gt; ;It is also the proper place to add the lines needed for sip nat'ing<br>&gt; &gt;&gt; when going<br>&gt; &gt;&gt; ;through a firewall.  For nat'ing you'd need to add the following<br>&gt; &gt;&gt; lines:<br>&gt; &gt;&gt; ; nat=yes , externip= , localhost= , and optionally fromdomain= .<br>&gt; &gt;&gt; ;<br>&gt; &gt;&gt; #include sip_general_custom.conf<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; ;sip_nat.conf is here for legacy support reasons and for those that<br>&gt; &gt;&gt; upgrade<br>&gt; &gt;&gt; ;from previous versions.  If you have this file with lines in it<br>&gt; &gt;&gt; please make<br>&gt; &gt;&gt; ;sure they are not duplicated in sip_general_custom.conf, if so remove<br>&gt; &gt;&gt; them<br>&gt; &gt;&gt; ;from sip_nat.conf as sip_general_custom.conf will have precedence.<br>&gt; &gt;&gt; #include sip_nat.conf<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; ;sip_registrations_custom.conf is for any customizations you might<br>&gt; &gt;&gt; need to do to<br>&gt; &gt;&gt; ;the automatically generated registrations that FreePBX makes.<br>&gt; &gt;&gt; ;<br>&gt; &gt;&gt; #include sip_registrations_custom.conf<br>&gt; &gt;&gt; #include sip_registrations.conf<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; ; These files should all be expected to come after the [general]<br>&gt; &gt;&gt; context<br>&gt; &gt;&gt; ;<br>&gt; &gt;&gt; #include sip_custom.conf<br>&gt; &gt;&gt; #include sip_additional.conf<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; ;sip_custom_post.conf If you have extra parameters that are needed for<br>&gt; &gt;&gt; a<br>&gt; &gt;&gt; ;extension to work to for example, those go here.  So you have<br>&gt; &gt;&gt; extension<br>&gt; &gt;&gt; ;1000 defined in your system you start by creating a line [1000](+) in<br>&gt; &gt;&gt; this<br>&gt; &gt;&gt; ;file.  Then on the next line add the extra parameter that is needed.<br>&gt; &gt;&gt; ;When the sip.conf is loaded it will append your additions to the end<br>&gt; &gt;&gt; of<br>&gt; &gt;&gt; ;that extension.<br>&gt; &gt;&gt; ;<br>&gt; &gt;&gt; #include sip_custom_post.conf<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;     <br>&gt; &gt;&gt;&gt; From: jsullivan@opensourcedevel.com<br>&gt; &gt;&gt;&gt; To: asterisk-users@lists.digium.com<br>&gt; &gt;&gt;&gt; Date: Wed, 19 Aug 2009 12:17:15 -0400<br>&gt; &gt;&gt;&gt; Subject: Re: [asterisk-users] outbound calls not ringing<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; sip.conf<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; On Wed, 2009-08-19 at 15:55 +0000, Ott Rose wrote:<br>&gt; &gt;&gt;&gt;       <br>&gt; &gt;&gt;&gt;&gt; we are using Aastra 57i<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; i don't see that setting. where is it at?<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;         <br>&gt; &gt;&gt;&gt;&gt;&gt; From: jsullivan@opensourcedevel.com<br>&gt; &gt;&gt;&gt;&gt;&gt; To: asterisk-users@lists.digium.com<br>&gt; &gt;&gt;&gt;&gt;&gt; Date: Wed, 19 Aug 2009 11:07:21 -0400<br>&gt; &gt;&gt;&gt;&gt;&gt; Subject: Re: [asterisk-users] outbound calls not ringing<br>&gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt; On Wed, 2009-08-19 at 13:54 +0000, Ott Rose wrote:<br>&gt; &gt;&gt;&gt;&gt;&gt;           <br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; I put a post on here about my issues with outbound calls not<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt;             <br>&gt; &gt;&gt;&gt;&gt; ringing<br>&gt; &gt;&gt;&gt;&gt;         <br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; but i haven't resolved it. so i am trying again.<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; When i dial any outside number i dont get a ring tone at all.<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt;             <br>&gt; &gt;&gt; when<br>&gt; &gt;&gt;     <br>&gt; &gt;&gt;&gt;&gt; the<br>&gt; &gt;&gt;&gt;&gt;         <br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; person picks up and starts to talk i can hear them fine. it<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt;             <br>&gt; &gt;&gt; sounds<br>&gt; &gt;&gt;     <br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; great. How do I start to troubleshot this?<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt;             <br>&gt; &gt;&gt;&gt;&gt;&gt; &lt;snip&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt; What type of phones are giving you the problem? If I recall<br>&gt; &gt;&gt;&gt;&gt;&gt;           <br>&gt; &gt;&gt;&gt;&gt; correctly,<br>&gt; &gt;&gt;&gt;&gt;         <br>&gt; &gt;&gt;&gt;&gt;&gt; our SIP phones had this problem depending on how the destination<br>&gt; &gt;&gt;&gt;&gt;&gt;           <br>&gt; &gt;&gt;&gt;&gt; handled<br>&gt; &gt;&gt;&gt;&gt;         <br>&gt; &gt;&gt;&gt;&gt;&gt; signaling. We resolved it by adding progressinband=no (as<br>&gt; &gt;&gt;&gt;&gt;&gt;           <br>&gt; &gt;&gt; opposed to<br>&gt; &gt;&gt;     <br>&gt; &gt;&gt;&gt;&gt;&gt; the default never - at least I think it is the default) but this<br>&gt; &gt;&gt;&gt;&gt;&gt; produces the problem of duplicate ring tones at times. Hope this<br>&gt; &gt;&gt;&gt;&gt;&gt;           <br>&gt; &gt;&gt;&gt;&gt; helps<br>&gt; &gt;&gt;&gt;&gt;         <br>&gt; &gt;&gt;&gt;&gt;&gt; - John<br>&gt; &gt;&gt;&gt;&gt;&gt; -- <br>&gt; &gt;&gt;&gt;&gt;&gt; John A. Sullivan III<br>&gt; &gt;&gt;&gt;&gt;&gt; Open Source Development Corporation<br>&gt; &gt;&gt;&gt;&gt;&gt; +1 207-985-7880<br>&gt; &gt;&gt;&gt;&gt;&gt; jsullivan@opensourcedevel.com<br>&gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt; http://www.spiritualoutreach.com<br>&gt; &gt;&gt;&gt;&gt;&gt; Making Christianity intelligible to secular society<br>&gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt; _______________________________________________<br>&gt; &gt;&gt;&gt;&gt;&gt; -- Bandwidth and Colocation Provided by<br>&gt; &gt;&gt;&gt;&gt;&gt;           <br>&gt; &gt;&gt; http://www.api-digital.com<br>&gt; &gt;&gt;     <br>&gt; &gt;&gt;&gt;&gt; --<br>&gt; &gt;&gt;&gt;&gt;         <br>&gt; &gt;&gt;&gt;&gt;&gt; AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>&gt; &gt;&gt;&gt;&gt;&gt; Register Now: http://www.astricon.net<br>&gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt; asterisk-users mailing list<br>&gt; &gt;&gt;&gt;&gt;&gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt;&gt;&gt;&gt;&gt; http://lists.digium.com/mailman/listinfo/asterisk-users<br>&gt; &gt;&gt;&gt;&gt;&gt;           <br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;         <br>&gt; &gt;&gt; ______________________________________________________________________<br>&gt; &gt;&gt;     <br>&gt; &gt;&gt;&gt;&gt; HotmailŪ is up to 70% faster. Now good news travels really fast.<br>&gt; &gt;&gt;&gt;&gt;         <br>&gt; &gt;&gt; Try<br>&gt; &gt;&gt;     <br>&gt; &gt;&gt;&gt;&gt; it now.<br>&gt; &gt;&gt;&gt;&gt; _______________________________________________<br>&gt; &gt;&gt;&gt;&gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com<br>&gt; &gt;&gt;&gt;&gt;         <br>&gt; &gt;&gt; --<br>&gt; &gt;&gt;     <br>&gt; &gt;&gt;&gt;&gt; AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>&gt; &gt;&gt;&gt;&gt; Register Now: http://www.astricon.net<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; asterisk-users mailing list<br>&gt; &gt;&gt;&gt;&gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt;&gt;&gt;&gt; http://lists.digium.com/mailman/listinfo/asterisk-users<br>&gt; &gt;&gt;&gt;&gt;         <br>&gt; &gt;&gt;&gt; -- <br>&gt; &gt;&gt;&gt; John A. Sullivan III<br>&gt; &gt;&gt;&gt; Open Source Development Corporation<br>&gt; &gt;&gt;&gt; +1 207-985-7880<br>&gt; &gt;&gt;&gt; jsullivan@opensourcedevel.com<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; http://www.spiritualoutreach.com<br>&gt; &gt;&gt;&gt; Making Christianity intelligible to secular society<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; _______________________________________________<br>&gt; &gt;&gt;&gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com<br>&gt; &gt;&gt;&gt;       <br>&gt; &gt;&gt; --<br>&gt; &gt;&gt;     <br>&gt; &gt;&gt;&gt; AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>&gt; &gt;&gt;&gt; Register Now: http://www.astricon.net<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; asterisk-users mailing list<br>&gt; &gt;&gt;&gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt;&gt;&gt; http://lists.digium.com/mailman/listinfo/asterisk-users<br>&gt; &gt;&gt;&gt;       <br>&gt; &gt;&gt; ______________________________________________________________________<br>&gt; &gt;&gt; Windows Live: Keep your friends up to date with what you do online.<br>&gt; &gt;&gt; Find out more.<br>&gt; &gt;&gt; _______________________________________________<br>&gt; &gt;&gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com --<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>&gt; &gt;&gt; Register Now: http://www.astricon.net<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; asterisk-users mailing list<br>&gt; &gt;&gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt;&gt;    http://lists.digium.com/mailman/listinfo/asterisk-users<br>&gt; &gt;&gt;     <br>&gt; <br>&gt; _______________________________________________<br>&gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com --<br>&gt; <br>&gt; AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>&gt; Register Now: http://www.astricon.net<br>&gt; <br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;    http://lists.digium.com/mailman/listinfo/asterisk-users<br><br /><hr />Get back to school stuff for them and cashback for you. <a href='http://www.bing.com/cashback?form=MSHYCB&publ=WLHMTAG&crea=TEXT_MSHYCB_BackToSchool_Cashback_BTSCashback_1x1' target='_new'>Try BingT now.</a></body>
</html>