projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
585afa7
)
I don't know what this last update was for but app_dial.c was broken
author
Anthony Minessale II
<anthmct@yahoo.com>
Mon, 21 Jun 2004 12:55:53 +0000
(12:55 +0000)
committer
Anthony Minessale II
<anthmct@yahoo.com>
Mon, 21 Jun 2004 12:55:53 +0000
(12:55 +0000)
so I added these 2 variable defs to make it compile right to spare
all the end users...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3255
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_dial.c
patch
|
blob
|
history
diff --git
a/apps/app_dial.c
b/apps/app_dial.c
index
437ff12
..
eca0031
100755
(executable)
--- a/
apps/app_dial.c
+++ b/
apps/app_dial.c
@@
-410,8
+410,8
@@
static int dial_exec(struct ast_channel *chan, void *data)
char info[256], *peers, *timeout, *tech, *number, *rest, *cur;
char privdb[256] = "", *s;
char announcemsg[256] = "", *ann;
- struct localuser *outgoing=NULL, *tmp;
- struct ast_channel *peer;
+ struct localuser *outgoing=NULL, *tmp,*o=NULL;
+ struct ast_channel *peer,*in=NULL;
int to;
int allowredir_in=0;
int allowredir_out=0;