For instance, I have tried the 2 below, but still it does not ring an existing extension, although the logs show it trying
[from-pstn] include => from-pstn-custom ; create this context in extensions_custom.conf to include customizations include => ext-did ;exten => fax,1,Goto(ext-fax,in_fax,1) exten => _.,1,Wait(1) exten => _.,2,Goto(from-pstn,SIP/100,1) or [from-pstn] include => from-pstn-custom ; create this context in extensions_custom.conf to include customizations include => ext-did ;exten => fax,1,Goto(ext-fax,in_fax,1) exten => _.,1,Wait(1) exten => _.,2,Goto(from-pstn,100,1) > -----Original Message----- > From: Johnny Stork > Sent: Thursday, April 27, 2006 7:11 AM > To: asterisk-users > Subject: RE: [Asterisk-Users] Unable to accept incoming PSTN calls > > > Since I am using [EMAIL PROTECTED] 2.8 which now uses freePBX, there does > not seem to be a menu area/settings for "Incoming Calls"? > > If you have a similiar setup, or know what the settings > should be, could you possibly post them? If I were to create > a dial group > to ring all extensions, could that be used in place of "s"? > > Thanks kindly > > > -----Original Message----- > > From: Time Bandit [mailto:[EMAIL PROTECTED] > > Sent: Thursday, April 27, 2006 6:19 AM > > To: Asterisk Users Mailing List - Non-Commercial Discussion > > Subject: Re: [Asterisk-Users] Unable to accept incoming PSTN calls > > > > > > > [from-pstn] > > > include => from-pstn-custom ; create this context in > > extensions_custom.conf to include customizations > > > include => ext-did > > > ;exten => fax,1,Goto(ext-fax,in_fax,1) > > > exten => _.,1,Wait(1) > > > exten => _.,2,Goto(from-pstn,s,1) > > > > Here is what is happening : > > > > Your ZAP channels are in the context "from-pstn" > > Since there is no "s" extension defined, it goes to "_." > > (which match anything) > > > > So, like seen in the log, Asterisk wait a second, then execute > > "Goto(from-pstr,s,1)" which brings it back to "_.,1". It just loop > > there until the caller hangup > > > > Since you're using [EMAIL PROTECTED], you have to go into AMP (or > FreePBX) and click > > on Setup -> Incoming Calls and define something to do with incoming > > calls > > > > hth > > _______________________________________________ > > --Bandwidth and Colocation provided by Easynews.com -- > > > > Asterisk-Users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
