git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6172
d0543943-73ff-0310-b7d9-
9358b9ac24b2
#include <lame.h>
#include <curl/curl.h>
-#define OUTSCALE 8192
-#define MP3_SCACHE 16384
-#define MP3_DCACHE 8192
+#define OUTSCALE 8192 * 2
+#define MP3_SCACHE 16384 * 2
+#define MP3_DCACHE 8192 *2
SWITCH_MODULE_LOAD_FUNCTION(mod_shout_load);
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_shout_shutdown);
*e++ = '\0';
break;
}
+
+ if (br > 0) {
+ if (e != s && *e == '{') {
+ br++;
+ } else if (br > 1 && *e == '}') {
+ br--;
+ }
+ }
+
e++;
}
p = e;
if (stream.data) {
char *expanded = NULL;
-
+
if ((expanded = switch_channel_expand_variables(channel, vval)) == vval) {
expanded = NULL;
} else {