[asterisk-users] allowguest=yes, how?

Paul van der Vlis paul at vandervlis.nl
Wed Apr 20 14:40:43 CDT 2011


Hello,

I want that people from other servers like ekiga.net can make calls to
my users. When I do an "allowguest=no" then people from other domains
cannot call me. So I think I need "allowguest=yes".

Maybe something like this?
-------------
<default>
include => users

<dialout>
include => users
exten=_0.,1,Dial(SIP/trunk/0${EXTEN:1},30,tT)

<users>
exten=>6001,1,Dial(SIP/paul,20)
exten=>6002,1,Dial(SIP/ann,20)
(...)
--------

And then in sip.conf:
-----------
[general]
context=default
allowguest=yes
(...)

[trunk]
context=dialout
(...)

[phone-paul]
context=dialout
(...)

[phone-ann]
context=dialout
(...)
-----------

Is this a good setup?

With regards,
Paul van der Vlis.




-- 
http://www.vandervlis.nl/





More information about the asterisk-users mailing list