On Tue, Oct 18, 2011 at 3:54 AM, Hiedi Utley <hutley at chariotsolutions.com> wrote: > I also have an warning > for?/Users/hiedi/Dev/gitcode/movitas/MovitasPhone/Classes/Siphon/Call.m:540: > warning: implicit declaration of function 'pjsua_media_transports_create'. > It's because in 2.0, media transports are now created on demand/dynamically as needed by calls, and hence the API to create media transports in advance have been removed. It looks like Siphon needs to be updated to support 2.0. I'm not sure about the other error. Benny