[asterisk-commits] rmudgett: branch rmudgett/bch_shift_v1.8 r311490 - /team/rmudgett/bch_shift_v...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Mar 21 14:41:20 CDT 2011
Author: rmudgett
Date: Mon Mar 21 14:41:16 2011
New Revision: 311490
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=311490
Log:
Add warning comment.
Modified:
team/rmudgett/bch_shift_v1.8/channels/sig_pri.c
Modified: team/rmudgett/bch_shift_v1.8/channels/sig_pri.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/bch_shift_v1.8/channels/sig_pri.c?view=diff&rev=311490&r1=311489&r2=311490
==============================================================================
--- team/rmudgett/bch_shift_v1.8/channels/sig_pri.c (original)
+++ team/rmudgett/bch_shift_v1.8/channels/sig_pri.c Mon Mar 21 14:41:16 2011
@@ -5898,6 +5898,11 @@
break;
}
#else
+ /*
+ * This version of libpri does not supply a call pointer for
+ * this message. We are just going to have to trust that the
+ * correct principle is found.
+ */
chanpos = pri_find_principle(pri, e->notify.channel, NULL);
if (chanpos < 0) {
ast_log(LOG_WARNING, "Received NOTIFY on unconfigured channel %d/%d span %d\n",
More information about the asterisk-commits
mailing list