mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fixed a few problems with multiparking: call not being parked in the correct parking spot, caller not being notified of parking spot position, and improperly hanging up the call during a transfer due to timing out (not providing the extension in which to transfer).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@116297 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1843,6 +1843,10 @@ struct ast_exten *pbx_find_extension(struct ast_channel *chan,
|
||||
#ifdef NEED_DEBUG_HERE
|
||||
ast_log(LOG_NOTICE,"Looking for cont/ext/prio/label/action = %s/%s/%d/%s/%d\n", context, exten, priority, label, (int)action);
|
||||
#endif
|
||||
|
||||
if (ast_strlen_zero(exten))
|
||||
return NULL;
|
||||
|
||||
/* Initialize status if appropriate */
|
||||
if (q->stacklen == 0) {
|
||||
q->status = STATUS_NO_CONTEXT;
|
||||
|
Reference in New Issue
Block a user