[Freeswitch-svn] [commit] r9706 - freeswitch/trunk/conf/dialplan
Freeswitch SVN
brian at freeswitch.org
Sun Sep 28 19:07:38 EDT 2008
Author: brian
Date: Sun Sep 28 19:07:37 2008
New Revision: 9706
Modified:
freeswitch/trunk/conf/dialplan/default.xml
Log:
add more info
Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml (original)
+++ freeswitch/trunk/conf/dialplan/default.xml Sun Sep 28 19:07:37 2008
@@ -9,7 +9,12 @@
<action application="deflect" data="${destination_number}"/>
</condition>
</extension>
+
+ <!--
+ Try to get the domain from the sip_auth_realm otherwise it will
+ default domain in vars.xml for cases it can't figure it out.
+ -->
<extension name="set_domain" continue="true">
<condition field="${target_domain}" expression="^$" break="never"/>
<condition field="source" expression="mod_sofia" break="never">
More information about the Freeswitch-svn
mailing list