skypiax: corrected wrong interface name in 'default' dialplan

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15215 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Giovanni Maruzzelli 2009-10-23 17:27:42 +00:00
parent 5b3961b03f
commit 5f3d2ab2ff
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@
<!-- dial via skypiax -->
<extension name="skypiax">
<condition field="destination_number" expression="^2909$">
<action application="bridge" data="skypiax/skypiax1/echo123"/>
<action application="bridge" data="skypiax/interface1/echo123"/>
</condition>
</extension>