Hi Magnus, Well, that's quite strange, it should be built based on the SDK you compiled with. Just out of curiosity, which PJSIP version and iOS SDK version are you using? Regards, Ming On Thu, Oct 21, 2010 at 8:57 PM, Magnus Gal?en <mg at oyatel.com> wrote: > > It seems problem 2 and 3 > (setting?kAudioSessionProperty_OverrideCategoryEnableBluetoothInput?returns?kAudioSessionUnsupportedPropertyError?and > AudioCategory is set to <null>) is caused by building for old iOS. pjsip is > always built for iOS 2.0. Should it really be that way? > Setting $CFLAGS before running configure-iphone solves it: > CFLAGS="-O2 -Wno-unused-label -D__IPHONE_OS_VERSION_MIN_REQUIRED=30103 " > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >