[Asterisk-cvs] asterisk/apps app_realtime.c,1.2,1.3
markster at lists.digium.com
markster at lists.digium.com
Thu Oct 7 15:56:35 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv19554/apps
Modified Files:
app_realtime.c
Log Message:
Oops, we have to be able to pass multiple restrictions for when we go to voicemail...
Index: app_realtime.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_realtime.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- app_realtime.c 6 Oct 2004 17:42:31 -0000 1.2
+++ app_realtime.c 7 Oct 2004 19:57:50 -0000 1.3
@@ -109,7 +109,7 @@
} else {
if (option_verbose > 3)
ast_verbose(VERBOSE_PREFIX_4"Realtime Lookup: family:'%s' colmatch:'%s' value:'%s'\n",family,colmatch,value);
- if ((var = ast_load_realtime(family, colmatch, value))) {
+ if ((var = ast_load_realtime(family, colmatch, value, NULL))) {
for (itt = var; itt; itt = itt->next) {
if(prefix) {
len = strlen(prefix) + strlen(itt->name) + 2;
More information about the svn-commits
mailing list