Index: chan_phone.c =================================================================== --- chan_phone.c (revision 39497) +++ chan_phone.c (working copy) @@ -1345,7 +1345,7 @@ /* We *must* have a config file otherwise stop immediately */ if (!cfg) { ast_log(LOG_ERROR, "Unable to load config %s\n", config); - return -1; + return 0; } if (ast_mutex_lock(&iflock)) { /* It's a little silly to lock it, but we mind as well just to be sure */