update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10933 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e2f1e58bd2
commit
9926414560
|
@ -0,0 +1,14 @@
|
|||
<configuration name="easyroute.conf" description="EasyRoute Module">
|
||||
<settings>
|
||||
<!-- These are kind Obvious -->
|
||||
<param name="db-username" value="root"/>
|
||||
<param name="db-password" value="password"/>
|
||||
<param name="db-dsn" value="easyroute"/>
|
||||
|
||||
<!-- Default Technology and profile -->
|
||||
<param name="default-techprofile" value="sofia/default"/>
|
||||
|
||||
<!-- IP or Hostname of Default Route -->
|
||||
<param name="default-gateway" value="192.168.66.6"/>
|
||||
</settings>
|
||||
</configuration>
|
Loading…
Reference in New Issue