]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_portaudio: default to dialplan 'XML' instead of 'default'
authorMathieu Rene <mrene@avgs.ca>
Sun, 17 Jan 2010 22:50:49 +0000 (22:50 +0000)
committerMathieu Rene <mrene@avgs.ca>
Sun, 17 Jan 2010 22:50:49 +0000 (22:50 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16345 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_portaudio/mod_portaudio.c

index 16ecd65df46cde9513a8ad9021fda0310f16b679..418ec33a5a55d7b459f65b0b45ee39f17ba1bd93 100644 (file)
@@ -936,7 +936,7 @@ static switch_status_t load_config(void)
        }
 
        if (!globals.dialplan) {
-               set_global_dialplan("default");
+               set_global_dialplan("XML");
        }
        
        if (!globals.context) {