linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] backgroundSupported


From: Mark Ambler
Subject: [Linphone-developers] backgroundSupported
Date: Mon, 29 Nov 2010 09:06:22 -0500

Hi All...
Have linphone iphone build and it is working well.  I may have broken the backgroundSupported feature to receive calls while the application UI isn't visible (I hardcoded the NSUserDefaults to true for backgroundSupported).  Below is the code that seems to be failing in the applicationDidEnterBackground method:


err=connect(sipsock,res->ai_addr,res->ai_addrlen);

if (err==-1){

ms_error("Connect failed: %s",strerror(errno));

}


The error reported is:

Connect failed: Bad file descriptor


Any help on where to look would be most appreciated.  Thank you!..BTW.. I tried clicking on the documentation links and seems to be down.

-------------------------------------
Mark Ambler

reply via email to

[Prev in Thread] Current Thread [Next in Thread]