[Freeswitch-users] Dialplan Context

2009-09-10 Thread Mark Campbell-Smith
Hi! Where in the dialplan does FS decide which context is used for processing.. I am dialing an outbound call but the call is being processed in context public and not default? mod_dialplan_xml.c:315 Processing Extension1000-dest number in context public Why is FS choosing the public context

Re: [Freeswitch-users] Dialplan Context

2009-09-10 Thread Tihomir Culjaga
check your sip profiles /usr/local/freeswitch/conf/sip_profiles/external.xml param name=context value=public/ /usr/local/freeswitch/conf/sip_profiles/internal.xml param name=context value=default/ /usr/local/freeswitch/conf/vars.xml !-- Internal SIP Profile -- X-PRE-PROCESS cmd=set

Re: [Freeswitch-users] Dialplan Context

2009-09-10 Thread Mark Campbell-Smith
Hi! Actually I think the problem was with the acl list.. I had put commented line below in. How did this cause the internal profile be executed in the public extension? list name=domains default=deny node type=allow domain=$${domain}/ !-- node type=allow cidr=192.168.0.0/16/ -- -