HI List, You'll have to pardon the newbieness of this question, I was editing the sip.conf file on my asterisk server yesterday, and now none of my asterisk trunks will connect. From my knowledge sip.conf does not effect registration, but there have been no other changes at all. Below is my sip.conf, and some other CLI info. If anone has some thoughts please let me know. [general] port = 5060 ; Port to bind to (SIP is 5060) bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine) disallow=all allow=g729 allow=ulaw allow=alaw context=from-pstn ;context = from-sip-external ; Send unknown SIP callers to this context callerid = Unknown ;dtmfmode=rfc2833 ;relaxdtmf=yes #include sip_nat.conf #include sip_custom.conf #include sip_additional.conf cee*CLI> sip show registry Host Username Refresh State cee*CLI> sip show peers Name/username Host Dyn Nat ACL Mask Port Status sip-out-test/02 202.177.222.24 255.255.255.255 5060 Unmonitored 127/127 (Unspecified) D 255.255.255.255 0 Unmonitored 126/126 (Unspecified) D 255.255.255.255 0 Unmonitored I have tried removing the trunks, confirmed the username and passwords for the trunks are ok. I am totally stumped as to what would cause it. If anyone can help it'd be great :) SCott -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051124/765a4604/attachment.htm
On Nov 24, 2005, at 12:06 AM, Scott Clements wrote:> HI List, > > You'll have to pardon the newbieness of this question, I was > editing the sip.conf file on my asterisk server yesterday, and now > none of my asterisk trunks will connect. From my knowledge sip.conf > does not effect registration, but there have been no other changes > at all. Below is my sip.conf, and some other CLI info. If anone has > some thoughts please let me know. > > > [general] > > port = 5060 ; Port to bind to (SIP is 5060) > bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine) > disallow=all > allow=g729 > allow=ulaw > allow=alaw > context=from-pstn > ;context = from-sip-external ; Send unknown SIP callers to this > context > callerid = Unknown > ;dtmfmode=rfc2833 > ;relaxdtmf=yes > > #include sip_nat.conf > #include sip_custom.conf > #include sip_additional.conf > > > > > cee*CLI> sip show registry > Host Username Refresh StateThis shows other servers to which asterisk has registered. I see no register statements in your sip.conf above.> > > cee*CLI> sip show peers > Name/username Host Dyn Nat ACL Mask > Port Status > sip-out-test/02 202.177.222.24 255.255.255.255 > 5060 Unmonitored > 127/127 (Unspecified) D 255.255.255.255 > 0 Unmonitored > 126/126 (Unspecified) D 255.255.255.255 > 0 UnmonitoredThese are sip clients registered to your asterisk server. I see no users listed in your sip.conf above, though I guess they are in your include files. I also looks like user sip-out-test has a hardcoded IP and is not set to dynamic so cannot really tell if it is registered or not from this info. Users 127 and 126 are not registered. None have a qualify to verify connectivity. perhaps restoring to your previous config and editing more slowly will show where things broke:)> > > > > I have tried removing the trunks, confirmed the username and > passwords for the trunks are ok. I am totally stumped as to what > would cause it. > > If anyone can help it'd be great :) > > SCott > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
> > Hi Jerry & List,I have the following registrations in sip_additional.conf register=02820XXXX:<correct password>@202.177.XXX.XXX/02820XXXX [02820XXXX] type=user secret=<correct password> host=202.177.XXX.XXX context=from-pstn sip_additional.conf is (or should be) included from sip.conf Any other suggestions? Unfortuantely I wasn't backing up my conf files before this happened. Scott ------------------------------> > Message: 15 > Date: Thu, 24 Nov 2005 00:17:06 -0600 > From: Jerry Jones <jjones@danrj.com> > Subject: Re: [Asterisk-Users] Loss of Registration for SIP Trunks > To: Asterisk Users Mailing List - Non-Commercial Discussion > <asterisk-users@lists.digium.com> > Message-ID: <4FA9B4B0-3711-4B89-B590-DE7B5FCA5D49@danrj.com> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > > On Nov 24, 2005, at 12:06 AM, Scott Clements wrote: > > > HI List, > > > > You'll have to pardon the newbieness of this question, I was > > editing the sip.conf file on my asterisk server yesterday, and now > > none of my asterisk trunks will connect. From my knowledge sip.conf > > does not effect registration, but there have been no other changes > > at all. Below is my sip.conf, and some other CLI info. If anone has > > some thoughts please let me know. > > > > > > [general] > > > > port = 5060 ; Port to bind to (SIP is 5060) > > bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine) > > disallow=all > > allow=g729 > > allow=ulaw > > allow=alaw > > context=from-pstn > > ;context = from-sip-external ; Send unknown SIP callers to this > > context > > callerid = Unknown > > ;dtmfmode=rfc2833 > > ;relaxdtmf=yes > > > > #include sip_nat.conf > > #include sip_custom.conf > > #include sip_additional.conf > > > > > > > > > > cee*CLI> sip show registry > > Host Username Refresh State > This shows other servers to which asterisk has registered. I see no > register statements in your sip.conf above. > > > > > > cee*CLI> sip show peers > > Name/username Host Dyn Nat ACL Mask > > Port Status > > sip-out-test/02 202.177.222.24 255.255.255.255 > > 5060 Unmonitored > > 127/127 (Unspecified) D 255.255.255.255 > > 0 Unmonitored > > 126/126 (Unspecified) D 255.255.255.255 > > 0 Unmonitored > These are sip clients registered to your asterisk server. I see no > users listed in your sip.conf above, though I guess they are in your > include files. I also looks like user sip-out-test has a hardcoded IP > and is not set to dynamic so cannot really tell if it is registered > or not from this info. Users 127 and 126 are not registered. None > have a qualify to verify connectivity. > > perhaps restoring to your previous config and editing more slowly > will show where things broke:) > > > > > > > > > > > I have tried removing the trunks, confirmed the username and > > passwords for the trunks are ok. I am totally stumped as to what > > would cause it. > > > > If anyone can help it'd be great :) > > > > SCott > > _______________________________________________ > > --Bandwidth and Colocation sponsored by Easynews.com -- > > > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051124/7ba98fb3/attachment.htm