mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
Merge OSP updates from matt nicholson (with changes)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4674 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1017,7 +1017,7 @@ static int dial_exec(struct ast_channel *chan, void *data)
|
||||
time(&answer_time);
|
||||
#ifdef OSP_SUPPORT
|
||||
/* Once call is answered, ditch the OSP Handle */
|
||||
pbx_builtin_setvar_helper(chan, "OSPHANDLE", "");
|
||||
pbx_builtin_setvar_helper(chan, "_OSPHANDLE", "");
|
||||
#endif
|
||||
strncpy(status, "ANSWER", sizeof(status) - 1);
|
||||
/* Ah ha! Someone answered within the desired timeframe. Of course after this
|
||||
|
Reference in New Issue
Block a user