summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-04-07 19:11:22 +0000
committerOlle Johansson <oej@edvina.net>2006-04-07 19:11:22 +0000
commit7089dc1341d5361808d4acd034f63d874e3417c1 (patch)
tree9fcb07813c761c6698388573346bd546999bfbe0 /apps/app_dial.c
parentfd54f365091272a38371990731fa800cdaae05ff (diff)
Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c
- implement all functions through internal APIs in res_osp.c and app_osplookup.c (homesick) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18369 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 198790879..ba6ea7042 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -1189,10 +1189,6 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags
}
if (peer) {
time(&answer_time);
-#ifdef OSP_SUPPORT
- /* Once call is answered, ditch the OSP Handle */
- pbx_builtin_setvar_helper(chan, "_OSPHANDLE", "");
-#endif
strcpy(status, "ANSWER");
/* Ah ha! Someone answered within the desired timeframe. Of course after this
we will always return with -1 so that it is hung up properly after the