[asterisk-commits] branch bweschke/polycom_acd_functions - r8027
/team/bweschke/polycom_acd_func...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Jan 12 13:39:41 CST 2006
Author: bweschke
Date: Thu Jan 12 13:39:39 2006
New Revision: 8027
URL: http://svn.digium.com/view/asterisk?rev=8027&view=rev
Log:
Bug fix.
Modified:
team/bweschke/polycom_acd_functions/channels/chan_sip.c
Modified: team/bweschke/polycom_acd_functions/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/bweschke/polycom_acd_functions/channels/chan_sip.c?rev=8027&r1=8026&r2=8027&view=diff
==============================================================================
--- team/bweschke/polycom_acd_functions/channels/chan_sip.c (original)
+++ team/bweschke/polycom_acd_functions/channels/chan_sip.c Thu Jan 12 13:39:39 2006
@@ -10794,9 +10794,9 @@
agentname = argv[2];
while (*agentname && *agentname < 33) agentname++;
}
- if (!strcasecmp(agentname, digestusername)) {
+ if (!strcasecmp(agentid, digestusername)) {
if (debug)
- ast_log(LOG_DEBUG, "Found agent '%s' in agent configs\n", agentname);
+ ast_log(LOG_DEBUG, "Found agent '%s' in agent configs\n", agentid);
break;
}
}
More information about the asterisk-commits
mailing list