linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] linphonec 0.12.2


From: Charles Eidsness
Subject: [Linphone-developers] linphonec 0.12.2
Date: Fri, 10 Sep 2004 18:59:19 -0400
User-agent: Mozilla Thunderbird 0.7.2 (Windows/20040707)

I had a small problem with linphonec (0.12.2) hanging when receiving a call. I found an old post on the linphone-users mailing list about this but couldn't find a response, you may have already solved the problem. If not this little patch does.

I didn't test it on the graphical linphone so it may add more problems there, though I don't see how it could.

Cheers,
Charles

--- linphone-0.12.2/osipua/src/uatransaction.c 2004-03-03 12:09:16.000000000 -0500 +++ linphone-0.12.2/osipua/src/uatransaction.c 2004-09-10 18:48:34.915903856 -0400
@@ -320,7 +320,7 @@
        int cond;
        
        printf("Executing transaction...\n");
-       fflush(NULL);
+       /*fflush(NULL);*/
        
        if (dialog==NULL){
osip_trace(OSIP_WARNING,("ua_transaction_execute: could not get dialog transaction.\n"));




reply via email to

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