And just in case anyone is thinking of this, using insecure in sip.conf doesn't work with AAH or trix I think some macro probably checks for an anonymous user and sends it to that context from-sip-external context which gives congestion and hangs up. ------ Shidan
On 6/3/06, Shidan <[EMAIL PROTECTED]> wrote:
To both Martin and Mark, thanks for the info, both were very usefull, Marks for actually showing a workaround with the version I had, and Martins for what I ended up actually doing which is just upgrade the install. However in general neither are actual methods for what I had in mind as it isn't authenticating by IP but rather just letting everything come through. ---- Shidan On 6/3/06, Mark Palser <[EMAIL PROTECTED]> wrote: > > > Not sure if this is what you are looking for, from Nerd Vittles, Mark. > > > > Managing Incoming Calls. For long time readers of this column, you already > know that our recommended strategy for handling incoming calls is to set up > a simple Stealth AutoAttendant. Basically, this is a welcome message that > greets your callers and then transfers them to an extension or ring group of > your choice. The advantage of this approach is that it also lets callers > like you press buttons to navigate through various options on your Asterisk > system without advertising them to the public at large. If you're just > getting started with Asterisk, you can read all about setting up a Stealth > AutoAttendant here. If you'd prefer to manage your incoming calls with AMP, > you'll still need to fix the [from-sip-external] context in the > extensions.conf file, or all your incoming SIP and IAX calls will ring busy. > To fix it, choose AMP->Maintenance->Config > Edit->extensions.conf->from-sip-external. Comment out all the lines in the > existing file by adding a semicolon at the beginning of each line. Then add > the following line, save your changes, and reload Asterisk. > > exten => _X.,1,Goto(from-pstn-timecheck,s,1) > > ----- Original Message ----- > From: "Shidan" <[EMAIL PROTECTED]> > To: "TAUG" <[email protected]> > Sent: Friday, June 02, 2006 7:50 PM > Subject: **SPAM: [on-asterisk] [EMAIL PROTECTED] Question > > > Someone here know a way to do this: I want to do IP authentication for > a sip user trunk in FreePBX, seems like FreePBX is set up so that if > calls come through it must be a registered user otherwise it will go > to the context "from-sip-external", which just hangs up the call. Is > there a way around this without me playing with mysql and php. > > The peer settings work fine with ip only authentication. > > ----- > Shidan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > >
