forked from Mirrors/freeswitch
066807ed52
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4071 d0543943-73ff-0310-b7d9-9358b9ac24b2
12 lines
406 B
XML
12 lines
406 B
XML
<configuration name="enum.conf" description="ENUM Module">
|
|
<settings>
|
|
<param name="default-root" value="e164.org"/>
|
|
</settings>
|
|
|
|
<routes>
|
|
<route service="E2U+SIP" regex="sip:(.*)" replace="sofia/$${domain}/$1"/>
|
|
<route service="E2U+IAX2" regex="iax2:(.*)" replace="iax/$1"/>
|
|
<route service="E2U+XMPP" regex="XMPP:(.*)" replace="dingaling/$${domain}/$1"/>
|
|
</routes>
|
|
</configuration>
|