View previous topic :: View next topic |
Author |
Message |
jason at jasonjgw.net Guest
|
Posted: Mon Jul 27, 2009 2:12 am Post subject: [Freeswitch-users] Dial plan contexts |
|
|
Has anything changed in the handling of dial plan contexts recently?
As of rev. 14363, the context setting in the Sofia profile seems to be
overriding the context setting in the user's definition in the directory.
As per the default configuration, I have user-context set to public in my
internal profile, my user has its context set to "default", but calls made
from the phone registered to that user ID end up in public context when they
reach the dial plan.
Either something has changed or there's something wierd in my configuration
that I haven't tracked down. I haven't made any changes to any of the profiles
or users recently, though, and it was working under an older revision.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Mon Jul 27, 2009 9:29 am Post subject: [Freeswitch-users] Dial plan contexts |
|
|
Jason,
You need to set the context to on the profile and the user_context
variable on the user to default. There is no such thing as a user-
context param on the profile. There is a user_context variable on the
user.
/b
On Jul 27, 2009, at 2:07 AM, Jason White wrote:
Quote: | As per the default configuration, I have user-context set to public
in my
internal profile, my user has its context set to "default", but
calls made
from the phone registered to that user ID end up in public context
when they
reach the dial plan.
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
jason at jasonjgw.net Guest
|
Posted: Mon Jul 27, 2009 7:05 pm Post subject: [Freeswitch-users] Dial plan contexts |
|
|
<param name="context" value="public"/>
Quote: | From the user's entry in the directory:
|
<variable name="user_context" value="default"/>
but under rev. 14363 when the phone registered to that user makes a call, the
dial plan is searched in public context.
I hope this helps to clarify. I tried resetting my configuration using Git to
a known good state, but with no change to the above behaviour.
I'm going to rebuild with the latest from svn soon.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
jason at jasonjgw.net Guest
|
|
Back to top |
|
|
|