[asterisk-users] Error after upgrading from 1.2.18 to 1.4.20

Freddi Hansen fh at danovation.dk
Sat May 24 21:01:31 CDT 2008


Hi I better answer my own post.

I went to the code and the issue is in q931.c

/* wait for a RELEASE so that sufficient time has passed
    for the inband audio to be heard */
           
      if (c->progressmask & PRI_PROG_INBAND_AVAILABLE)
                break;
              
Changing this line to a comment makes the 1.4 work exactly as 1.2 for 
this issue.
I think that this line should only be executed on 'outbound' pri calls, 
not on inbound.

Freddi
 




More information about the asterisk-users mailing list