Curse you chan_vpb! On Mon, Dec 22, 2014 at 2:25 PM, SVN commits to the Asterisk project <[email protected]> wrote: > Author: rmudgett > Date: Mon Dec 22 14:25:40 2014 > New Revision: 430028 > > URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=430028 > Log: > Fix compilation since the patch for ASTERISK-24363 when in. > > Modified: > trunk/channels/chan_vpb.cc > > Modified: trunk/channels/chan_vpb.cc > URL: > http://svnview.digium.com/svn/asterisk/trunk/channels/chan_vpb.cc?view=diff&rev=430028&r1=430027&r2=430028 > ============================================================================== > --- trunk/channels/chan_vpb.cc (original) > +++ trunk/channels/chan_vpb.cc Mon Dec 22 14:25:40 2014 > @@ -368,6 +368,7 @@ > properties: 0, > requester: vpb_request, > devicestate: NULL, > + presencestate: NULL, > send_digit_begin: vpb_digit_begin, > send_digit_end: vpb_digit_end, > call: vpb_call, > @@ -398,6 +399,7 @@ > properties: 0, > requester: vpb_request, > devicestate: NULL, > + presencestate: NULL, > send_digit_begin: vpb_digit_begin, > send_digit_end: vpb_digit_end, > call: vpb_call, > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-commits mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-commits
-- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
