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
 


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to