git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@67064
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
ast_mutex_unlock(&parking_lock);
free(pu);
ast_log(LOG_WARNING, "Requested parking extension already exists: %s@%s\n", parkingexten, parking_con);
- return 0; /* Continue execution if possible */
+ return -1; /* We failed to park this call, plain and simple so we need to error out */
}
ast_copy_string(pu->parkingexten, parkingexten, sizeof(pu->parkingexten));
x = atoi(parkingexten);