[Asterisk-Dev] Help Debugging Dropped Call Audio - Possibly Fixed

Matt Roth mroth at imminc.com
Fri Dec 23 14:34:55 MST 2005


In the last post, I screwed up the code excerpt.  There should be a 
statement assigning who to lastWho as follows:

      /* Log when a channel wins twice in a row */
       if (who == lastWho) {
           ast_log(LOG_NOTICE, "%s = %d wins   %s = %d wins\n", 
c0->name, c0won, c1->name, c1won);
       }

       /* Keep track of the last winner */
       lastWho = who;

      /* Rest of function unchanged */

Sorry about that,

Matthew Roth
InterMedia Marketing Solutions
Software Engineer and Systems Developer



More information about the asterisk-dev mailing list