[asterisk-dev] [asterisk-users] IVR ..sip.conf:allowguest=yes
Klaus Darilion
klaus.mailinglists at pernau.at
Mon Nov 2 02:36:37 CST 2009
IMO "allowguest=no" should be the default and sip.conf.sample should
contain:
;allowguest=yes ; Allow unauthenticated incoming SIP
; calls (e.g. ENUM in) (default is no)
regards
Klaus
Alec Davis schrieb:
> Security warning. May not be applicable, in this users case, but please
> consider.
> https://issues.asterisk.org/view.php?id=15101
>
> If changing the 'default' context to allow dialout they may be allowing
> anyone to use their server from anywhere, if the default in sip.conf is
> left at 'allowguest=yes'
>
> As suggested in the mantis Bug, this is now open for discussion.
>
> sip.conf: allowguest=no should be the default.
>
> Alec Davis
>
>
> ------------------------------------------------------------------------
> *From:* asterisk-users-bounces at lists.digium.com
> [mailto:asterisk-users-bounces at lists.digium.com] *On Behalf Of *Thomas
> Perron
> *Sent:* Monday, 2 November 2009 6:12 p.m.
> *To:* Asterisk Users Mailing List - Non-Commercial Discussion
> *Subject:* Re: [asterisk-users] IVR
>
> Hi Juan,
> I have this:
>
> [default]
> ;include => stdexten
> include => big10-IVR
> include => cleveland-IVR
> exten => _1703XXXXXXX,1,Goto(big10-IVR,s,1)
> exten => _1567XXXXXXX,1,Goto(cleveland-IVR,s,1)
>
> You recommend I have this:
>
> [default]
> exten => _1703XXXXXXX,1,Goto(big10-IVR,s,1)
> exten => _1567XXXXXXX,1,Goto(cleveland-IVR,s,1)
>
> I tried this and it does not seem to work.
> Other thoughts?
> Where located please?
>
>
>
> 2009/11/1 "Juan E. Rodríguez" <jerdguez at gmail.com
> <mailto:jerdguez at gmail.com>>
>
> As I see here, you do not have to include the big10 context inside
> the default context, as you have an extension defined to reach that
> context and its extention is start extension.
> If the cleveland-IVR is based on the start extension too, the same
> applies.
>
> Besides that, it would work...(maybe not the way you expect... :-) )
>
> Regards,
> Juan
>
> Thomas Perron wrote:
>> Is this going to work:
>>
>> [default]
>> include => stdexten
>> include => big10-IVR
>> include => cleveland-IVR
>> exten => _17035745353,1,Goto(big10-IVR,s,1)
>> exten => _15672528431,1,Goto(cleveland-IVR,s,1)
>>
>>
>> [big10-IVR]
>> exten => s,1,Answer()
>> exten => s,n,Background(dir-welcome)
>> ;exten => s,n,WaitExten(1)
>> ;exten => s,n,Background(astcc-please-enter-your)
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> asterisk-users mailing list
>> To UNSUBSCRIBE or update options visit:
>> http://lists.digium.com/mailman/listinfo/asterisk-users
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-dev
More information about the asterisk-dev
mailing list