[Asterisk-cvs] asterisk/apps app_dial.c,1.73,1.74
anthm at lists.digium.com
anthm at lists.digium.com
Mon Jun 21 09:09:57 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv12589/apps
Modified Files:
app_dial.c
Log Message:
I don't know what this last update was for but app_dial.c was broken
so I added these 2 variable defs to make it compile right to spare
all the end users...
Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- app_dial.c 21 Jun 2004 06:11:56 -0000 1.73
+++ app_dial.c 21 Jun 2004 12:55:53 -0000 1.74
@@ -410,8 +410,8 @@
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;
More information about the svn-commits
mailing list