From 38341590a3c3fe571076b914714f5ddc4ff079be Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Thu, 1 Feb 2007 00:38:43 +0000 Subject: [PATCH] Formatting changes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53054 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_features.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/res/res_features.c b/res/res_features.c index 085b998b1c..576cfaa5f0 100644 --- a/res/res_features.c +++ b/res/res_features.c @@ -1574,13 +1574,13 @@ static void *do_parking_thread(void *ignore) ast_add_extension2(con, 1, peername, 1, NULL, NULL, "Dial", strdup(returnexten), ast_free, registrar); } if (comebacktoorigin) { - set_c_e_p(chan, parking_con_dial, peername, 1); + set_c_e_p(chan, parking_con_dial, peername, 1); } else { - ast_log(LOG_WARNING, "now going to parkedcallstimeout,s,1 | ps is %d\n",pu->parkingnum); - snprintf(parkingslot, sizeof(parkingslot), "%d", pu->parkingnum); - pbx_builtin_setvar_helper(pu->chan, "PARKINGSLOT", parkingslot); - set_c_e_p(chan, "parkedcallstimeout", peername, 1); - } + ast_log(LOG_WARNING, "now going to parkedcallstimeout,s,1 | ps is %d\n",pu->parkingnum); + snprintf(parkingslot, sizeof(parkingslot), "%d", pu->parkingnum); + pbx_builtin_setvar_helper(pu->chan, "PARKINGSLOT", parkingslot); + set_c_e_p(chan, "parkedcallstimeout", peername, 1); + } } else { /* They've been waiting too long, send them back to where they came. Theoretically they should have their original extensions and such, but we copy to be on the safe side */ @@ -1647,8 +1647,8 @@ static void *do_parking_thread(void *ignore) if (con) { if (ast_context_remove_extension2(con, pt->parkingexten, 1, NULL)) ast_log(LOG_WARNING, "Whoa, failed to remove the extension!\n"); - else - notify_metermaids(pt->parkingexten, parking_con); + else + notify_metermaids(pt->parkingexten, parking_con); } else ast_log(LOG_WARNING, "Whoa, no parking context?\n"); free(pt);