[asterisk-users] qozap w/ 1.2.9.1
stoffell
stoffell at gmail.com
Fri Jul 7 06:53:46 MST 2006
On 7/7/06, mike <mike at thundersystems.it> 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
More information about the asterisk-users
mailing list