[asterisk-commits] pcadach: branch pcadach/chan_h323-live r43036 -
/team/pcadach/chan_h323-live/...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sat Sep 16 12:50:27 MST 2006
Author: pcadach
Date: Sat Sep 16 14:50:26 2006
New Revision: 43036
URL: http://svn.digium.com/view/asterisk?rev=43036&view=rev
Log:
Remove debugging messages
Modified:
team/pcadach/chan_h323-live/channels/chan_h323.c
Modified: team/pcadach/chan_h323-live/channels/chan_h323.c
URL: http://svn.digium.com/view/asterisk/team/pcadach/chan_h323-live/channels/chan_h323.c?rev=43036&r1=43035&r2=43036&view=diff
==============================================================================
--- team/pcadach/chan_h323-live/channels/chan_h323.c (original)
+++ team/pcadach/chan_h323-live/channels/chan_h323.c Sat Sep 16 14:50:26 2006
@@ -622,11 +622,9 @@
if (c->cid.cid_rdnis) {
strncpy(pvt->options.cid_rdnis, c->cid.cid_rdnis, sizeof(pvt->options.cid_rdnis));
- ast_log(LOG_NOTICE, "Settint RDNIS to %s\n", c->cid.cid_rdnis);
}
if ((addr = pbx_builtin_getvar_helper(c, "PRIREDIRECTREASON"))) {
- ast_log(LOG_NOTICE, "PRI redirect reason is %s\n", addr);
if (!strcasecmp(addr, "UNKNOWN"))
pvt->options.redirect_reason = 0;
else if (!strcasecmp(addr, "BUSY"))
More information about the asterisk-commits
mailing list