mod_portaudio: default to dialplan 'XML' instead of 'default'

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16345 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2010-01-17 22:50:49 +00:00
parent 508dd6661f
commit 116826880b
1 changed files with 1 additions and 1 deletions

View 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) {