typos
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6926 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
59e74ed08f
commit
808c636aad
|
@ -31,7 +31,7 @@
|
|||
<!-- This will setup some variables if the user isn't authenticated.
|
||||
numbering_plan is required for the demo to function properly.
|
||||
-->
|
||||
<condition field="${numbering_plan}" condition="^$">
|
||||
<condition field="${numbering_plan}" expression="^$">
|
||||
<action application="set_user" data="default@${domain}"/>
|
||||
</condition>
|
||||
<condition>
|
||||
|
|
Loading…
Reference in New Issue