baresip / baresip-ios

Baresip for iOS
46 stars 33 forks source link

Does Baresip/Libre run on Apple arm64? #10

Closed tahahajar closed 8 years ago

tahahajar commented 9 years ago

Hi there,

I am trying to do sip registration on an iOS app using libre. I compiled the library to run on the following architectures: i386, armv7 and aarch64 (arm64). The app is built successfully on all architectures, and it does the sip registration on i386 (iphone simulator) and armv7. However, on arm64 everything runs normally until the line where the register sip packet should be sent it executes the statement but I don't see anything on wireshark and it waits for a reply but it gets nothing so an operation time out error appears. Has anyone tried running baresip or libre on an arm64 (iphone 5s, iphone 6 or iphone 6 plus)?

Thanks, Taha

alfredh commented 8 years ago

duplicate