linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Newbie Questions


From: jehan monnier
Subject: Re: [Linphone-developers] Newbie Questions
Date: Thu, 30 Dec 2010 18:31:01 +0100

Hi Dan,


2010/12/29 Kosek Dan <address@hidden>
Just a couple quick questions.

I just started working with the iPhone and LinPhone, but I really like it.  

1) If I want to change the incoming call ring tone, I modified the setting in linphoneAppDelegate.m 
"notif.soundName = @"newringtone.wav";"  ... the original file is a .caf audio file.  Can I use a std 8Khz mono wav file? 
        This doesn't change the ringtone.  Anyone know why not?

Well actually there are 2 incoming ring tones, the one you are referencing is only used for the incoming call notification while in background mode. I use a caf because it is more compressed than a regular wav. While in foreground, the incoming ring tone is taken from:

        const char*  lRing = [[myBundle pathForResource:@"oldphone-mono"ofType:@"wav"] cStringUsingEncoding:[NSString defaultCStringEncoding]];
        linphone_core_set_ring(myLinphoneCore, lRing );

I used 2 files because I don't see any way to repeat a sound from a local notification.


2) When the client receives an incoming call and does nothing, after the incoming caller abandons the call, the dialog stays.  I was going to put a timer in the "newIncomingCall" function so every second I could look to see if the "newIncomingCall" Actionsheet is still true.  If not destroy the Actionsheet.  Would this be the right solution?

The application must receive a  call state change notification from liblinphone in such case, Probably LinphonecallEnded. The dialog must be cancel in this new call state. I'm surprised it is not the case.

3) There are a bunch of errors around the speex and osip functions when doing the initial setup of the environment.  I believe these are related to OSX vs linux syntax differences.  Has anyone looked into them?
Can you elaborate ? After you build the liblinphone SDk, you should not see any errors.

4) Is anyone working on adding any of the following functions?
- Call Transfer
- 3 party Conference Call
- Bluetooth headset support
- Add a caller's number to a new/existing contact 
Nop, there is no plan yet.
Thanks and Best regards,

Dan
Dan Kosek: VoicePlex - Traveler™ - Reach™
Contact Info: address@hidden - 240.345.9000



_______________________________________________
Linphone-developers mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/linphone-developers




--
Jehan Monnier
www.linphone.org


reply via email to

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