Lalit Manchanda wrote: > > Hi Benny, > > In the symbian implementation no mutex are avilable, how have you > thought of handling jitter buffer? In symbian, since we don't use threads (and pjsip active objects have same priority), it was expected that "tasks" would run serially, thus no mutex is required. -benny