On 7/7/06, mike <[EMAIL PROTECTED]> wrote:
someone deployed Junghanns's 0.3.0-PRE-1q (* 1.2.9.1) with a quadBri
card on a production system ?
drawbacks ?
Not really... But be sure to test if you don't have the hangup bug.
(call your cell phone, don't pickup, just hangup as soon as its
ringing, and see if it keeps ringing or instantly stops ringing)
If it doesn't stop ringing, apply the patch:
Replace in libpri/q931.c the first block of text with the second
block. (just comment the first block)
if (c->peercallstate != c->sugcallstate) {
pri_error(pri, "updating callstate, peercallstate %d to %d\n",
c->peercallstate, c->sugcallstate);
c->peercallstate = c->sugcallstate;
if (c->ourcallstate != c->sugcallstate) {
pri_error(pri, "updating callstate, ourcallstate %d to %d\n",
c->ourcallstate, c->sugcallstate);
c->ourcallstate = c->sugcallstate;
cheers
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users