[Freeswitch-users] Authenticated users still using public context

Moishe Grunstein max at nysolutions.com
Mon Dec 16 04:33:45 MSK 2013


Configuration looks correct now, and yes SIP Provider should send traffic  to your IP:5080. If you register to the provider, that is automatic, if the provider uses IP authentication, just have them send traffic to IP:5080. Most sip providers have no problem doing it, otherwise you will need to have them send to :5060 and will need to add their IP to the ACL.


Thanks,

Moishe Grunstein
Tornado Computer Systems, Inc.
212.400.7650 888.IPPBX.US
Service Request Email: support at nysolutions.com<mailto:support at nysolutions.com>
Polycom Certified VAR
Microsoft Small Business Specialist, Cisco SMB Select Certified
[cid:image001.jpg at 01C72F94.9EE45D60]<http://www.nysolutions.com/>
Computer Networking * Managed Services * IP Video Surveillance * Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network Security * Site Surveys * CMS

From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Nathan Samson
Sent: Sunday, December 15, 2013 3:12 PM
To: FreeSWITCH Users Help
Subject: Re: [Freeswitch-users] Authenticated users still using public context

@Moishe Thanks, that seemed to help.
My Current configuration is now
Internal profile listening on 5060, auth_calls is set to true, so anyone else is blocked. dialplan is default.
External profile listening on 5080, anyone can enter, dial plan is public
This configuration means that anyone registered on an external SIP provider (lets say mydivert.com<http://mydivert.com>) needs to talk to me on (the non default) port 5080. Is that normal? Except for that small problem (which in practice is not really a problem) everything is working perfectly now.
Thanks for the clarification.

@covici

You mean these lines right?
    <!--
    <extension name="check_auth" continue="true">
      <condition field="${sip_authorized}" expression="^true$" break="never">
    <anti-action application="respond" data="407"/>
      </condition>
    </extension>

    <extension name="transfer_to_default">
      <condition>
    <action application="transfer" data="${destination_number} XML default"/>
      </condition>
    </extension>
    -->
Note that in the public.xml from freeswitch-config-rayo these lines do not exist, and is having a catch all anyway sending everythign to rayo...
Uncommenting those and making the rayo extension not a catch all was possible but seemed a bit like a hack. The solution with two profiles seems the more normal one.
Thanks for the quick responses,
Nathan


On Sun, Dec 15, 2013 at 8:40 PM, <covici at ccs.covici.com<mailto:covici at ccs.covici.com>> wrote:
Did you remove the comment tags at the end of public.xml?

Nathan Samson <nathan at nathansamson.be<mailto:nathan at nathansamson.be>> wrote:

> Hi,
>
> I fear I am going to ask a very stupid and/or commong question, but after
> searching the internet I stil lcoudln't find the answer.
>
>
> My Setup
>  * I have users in the directory (see an example configuration at the
> bottom of this mail)
>  * Authenticated users should be able to use the default Dialplan
>  * I want my DID provider to be able to make calls to me, it should use the
> public Dialplan / context. My DID provider is mydivert but that seems to be
> irrelevant.
>  * I only have one SIP Profile (external) which has as default context
> public. All my users are connecting from the internet and not from the
> local network, so the internal profile would not make sense (or am I wrong?)
>
> My problem is that calls from nathan at sip.radarwerk.be<mailto:nathan at sip.radarwerk.be> are NOT using the
> default context, but are using the public context.
>
> 2013-12-15 15:04:53.206937 [DEBUG] switch_core_state_machine.c:117
> sofia/external/nathan at sip.radarwerk.be<mailto:nathan at sip.radarwerk.be> Standard ROUTING
> "2013-12-15 15:04:53.206937 [INFO] mod_dialplan_xml.c:558 Processing nathan
> <nathan>->1999 in context public"
>
> The user nathan in the directory has user_context set to default, so I do
> not get why this is happening.
> See below for my configuration.
>
>
> [root at sip freeswitch]# cat directory/default/nathan.xml
> <include>
>   <user id="nathan" number-alias="1200">
>     <params>
>       <param name="password" value="**"/>
>     </params>
>     <variables>
>       <variable name="toll_allow" value="domestic,international,local"/>
>       <variable name="user_context" value="default"/>
>       <variable name="effective_caller_id_name" value="Nathan Samson"/>
>       <variable name="effective_caller_id_number" value="1200"/>
>       <variable name="outbound_caller_id_name" value="Nathan Samson"/>
>       <variable name="outbound_caller_id_number" value="1200"/>
>     </variables>
>   </user>
> </include>
>
>
> Anyone an idea why the user_context is ignored? I am happy to provide my
> complete configuration. But basically I am using freeswitch-config-rayo
> 1.2.16 from the CentOS  6 repositories with some small modifications
> (mainly adding mydivert gateway, my users and my custom extensions in the
> default directory).
>
> Regards,
> Nathan
>
> ----------------------------------------------------
> Alternatives:
>
> ----------------------------------------------------
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org<mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org

--
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici at ccs.covici.com<mailto:covici at ccs.covici.com>

_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting at freeswitch.org<mailto:consulting at freeswitch.org>
http://www.freeswitchsolutions.com




Official FreeSWITCH Sites
http://www.freeswitch.org
http://wiki.freeswitch.org
http://www.cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20131216/4f0aebb2/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 2424 bytes
Desc: image001.jpg
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20131216/4f0aebb2/attachment-0001.jpg 


Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users mailing list