Bernie B wrote: > Hi Benny, > > Is there a way to set up a "generic" timer with some callback function > pointer? In my application (.Net based - thanks to Sasa's wrapper) this > timer callback shall call other pjsip functions (playing wave, call > handling, etc.) in the same thread.. There is pj_timer_heap in PJLIB to do this, but I'm not sure how to do this in .NET code. Why not use .NET timer? -benny > Thanks. > > Bernie