[Asterisk-Users] Re: Bristuffed Asterisk: Hangup problems
Jeroen Zwarts
bdjeroen at xs4all.nl
Fri Jun 2 04:52:04 MST 2006
I don't really see what you mean with "So an in my q931 it is changed to
ourcallstate."
Did you apply the proposed patch yourself? Because it isn't implemented in
any of the official Bristuff tarballs afaik.
So did you untar the Bristuff, downloaded the asterisk & libpri sources, and
applied this patch:
------------
> --- bristuff-0.3.0-PRE-1i/libpri-1.2.2/q931.c 2006-05-17
> 19:54:51.000000000 +0200
> +++ bristuff-0.3.0-PRE-1k/libpri-1.2.2/q931.c 2006-05-17
> 20:04:07.000000000 +0200
> @@ -4428,3 +4428,3 @@
> - if (c->ourcallstate != c->sugcallstate) {
> - pri_error(pri, "updating callstate, ourcallstate
> %d to %d\n", c->ourcallstate, c->sugcallstate);
> - c->ourcallstate = c->sugcallstate;
> + if (c->peercallstate != c->sugcallstate) {
> + pri_error(pri, "updating callstate, peercallstate
> %d to %d\n", c->peercallstate, c->sugcallstate);
> + c->peercallstate = c->sugcallstate;
------------
Jeroen
> Hi,
> i have nearly the same problem. But I took the lastest Bristuff from
> Junghans at 26th of may. So an in my q931 it is changed to ourcallstate.
> But the hangup problem don't disappear!! I got a quadbri, configured with
> point to pint, beauce my NTBA ist configured to ptp too. When i configure
> that to ptmp i always get dchan down and TEI requests.
> The problem that i have, my calls to the public network are not cleared(OK
> it takes for about 30 seconds) . And when I make a new call to the public
> network I get the message that you described before!
> I make a call into the public network to my mobile an i hear it ring, than
> i clear the call on my sipphone and I see at the asterisk hungup Zap 1 1
> bat my mobile rings again and again.
_______________________________________________
--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
More information about the asterisk-users
mailing list