linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] StopRinging not work, solution?


From: Gennaro Di Falco
Subject: [Linphone-developers] StopRinging not work, solution?
Date: Mon, 13 Jul 2015 14:20:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Hi and thank you all for your support with linphone.

Lately i have been working with the StopRinging (for ignore the call) with the latest version to develop my own plugin, but it doesn't seem to work.

Is this a known bug and/or is there an ETA for this to be sorted out? Or there are solutions of this problem?

I try to set:
console.log('Ring file name: ' + core.ring);
console.log('Ringback file name: ' + core.ringback);
core.ring = 'internal:///share/sounds/linphone/rings/toy-mono.wav';
core.ringback = 'internal:///share/sounds/linphone/ringback.wav';
console.log('Ring file name: ' + core.ring);
console.log('Ringback file name: ' + core.ringback);

but linphone web plugin by default use stereo oldphone.wav file, so the incoming ring sound is really crazy.
I reset it to toy-mono.wav and it work OK.
Can I do something with this “hold sound” while using linphone web plugin without to digging into C library code?

Thank you all for your patience,
--
Gennaro Di Falco
Software Developer

Cell. +39 340 4926504
Mail address@hidden
Skype gennylee84
WatsON S.r.l
Via Alfredo Nobel, 281 - 81031 Aversa CE
Tel. +39 02 944 376 19
Fax. +39 02 944 37 031
Web www.mywatson.it


reply via email to

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