----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3480/#review11748 -----------------------------------------------------------
/branches/12/channels/chan_pjsip.c <https://reviewboard.asterisk.org/r/3480/#comment21556> I'm not sure about using threadstorage for this. One of the places that this gets called from is the bridging core via set_bridge_peer_vars_2party. That particular call can happen on a number of different threads, and will always involve callbacks into multiple channels on the same thread of execution. - Matt Jordan On April 25, 2014, 11:43 a.m., Joshua Colp wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviewboard.asterisk.org/r/3480/ > ----------------------------------------------------------- > > (Updated April 25, 2014, 11:43 a.m.) > > > Review request for Asterisk Developers. > > > Repository: Asterisk > > > Description > ------- > > This change implements the "get_pvt_uniqueid" channel technology callback in > chan_pjsip which returns the call-id of the underlying dialog in use. > > > Diffs > ----- > > /branches/12/channels/chan_pjsip.c 413007 > > Diff: https://reviewboard.asterisk.org/r/3480/diff/ > > > Testing > ------- > > > Thanks, > > Joshua Colp > >
-- _____________________________________________________________________ -- 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
