• News
  • Idefisk
  • Tools
  • Tutorials
  • Forum
  • Reviews
  • VoIP Providers
  • Archives
  • Gallery
ZOIPER softphone
AsteriskGuru Archives
Mailing List Archives
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[Asterisk-cvs] asterisk pbx.c,1.51,1.52

 
   AsteriskGuru Archives Forum Index -> Asterisk-CVS
View previous topic :: View next topic  
Author Message
markster at lists.digium.
Guest





PostPosted: Sat Sep 13, 2003 11:49 pm    Post subject: [Asterisk-cvs] asterisk pbx.c,1.51,1.52

Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv29419

Modified Files:
pbx.c
Log Message:
More PBX fixes


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- pbx.c 13 Sep 2003 20:51:48 -0000 1.51
+++ pbx.c 13 Sep 2003 23:50:18 -0000 1.52
@@ -834,17 +834,17 @@
}
if (pattern[0] != '_') {
match = (strcmp(pattern, data) == 0);
- ast_log(LOG_DEBUG, "ast_extension_match %s == /%s/ => %d\n", data, pattern, match);
+ /* ast_log(LOG_DEBUG, "ast_extension_match %s == /%s/ => %d\n", data, pattern, match); */
} else {
match = ast_extension_patmatch(pattern+1,data);
- ast_log(LOG_DEBUG, "ast_extension_match %s =~ /%s/ => %d\n", data, pattern+1, match);
+ /* ast_log(LOG_DEBUG, "ast_extension_match %s =~ /%s/ => %d\n", data, pattern+1, match); */
}
return match;
}

static int extension_close(char *pattern, char *data, int needmore)
{
- int match=1;
+ int match=0;
/* If "data" is longer, it can'be a subset of pattern unless
pattern is a pattern match */
if ((strlen(pattern) < strlen(data)) && (pattern[0] != '_'))


Back to top
Display posts from previous:   
   AsteriskGuru Archives Forum Index -> Asterisk-CVS All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
contact us at: support@asteriskguru.com - asterisKGuru.com © all rights reserved   |   *asterisk is registered trademark of © Digium™