[asterisk-commits] kmoore: branch kmoore/bridge_construction-cel_channels r389330 - /team/kmoore...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon May 20 16:42:41 CDT 2013
Author: kmoore
Date: Mon May 20 16:42:38 2013
New Revision: 389330
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=389330
Log:
Pull in patch to relocate CEL init
Modified:
team/kmoore/bridge_construction-cel_channels/main/asterisk.c
Modified: team/kmoore/bridge_construction-cel_channels/main/asterisk.c
URL: http://svnview.digium.com/svn/asterisk/team/kmoore/bridge_construction-cel_channels/main/asterisk.c?view=diff&rev=389330&r1=389329&r2=389330
==============================================================================
--- team/kmoore/bridge_construction-cel_channels/main/asterisk.c (original)
+++ team/kmoore/bridge_construction-cel_channels/main/asterisk.c Mon May 20 16:42:38 2013
@@ -4282,11 +4282,6 @@
exit(1);
}
- if (ast_cel_engine_init()) {
- printf("%s", term_quit());
- exit(1);
- }
-
if (ast_device_state_engine_init()) {
printf("%s", term_quit());
exit(1);
@@ -4326,6 +4321,11 @@
}
if (ast_bridging_init()) {
+ printf("%s", term_quit());
+ exit(1);
+ }
+
+ if (ast_cel_engine_init()) {
printf("%s", term_quit());
exit(1);
}
More information about the asterisk-commits
mailing list