The Following User Says Thank You to rajil.s For This Useful Post: | ||
|
2011-02-18
, 21:00
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#52
|
|
2011-02-18
, 21:04
|
Posts: 306 |
Thanked: 106 times |
Joined on Feb 2010
|
#53
|
The Following User Says Thank You to rajil.s For This Useful Post: | ||
|
2011-02-21
, 04:26
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#54
|
I have built the sofiasip packages which contain the fix for https://bugs.maemo.org/show_bug.cgi?id=8615. These packages are especially useful with FreeSwitch pbx server.
Edit:Bumped telepathy-sofiasip from 0.6.2 to 0.6.4. Please note that installing the telepathy-sofiasip would not let you update N900. I can build 0.6.4 package in 0.6.2 packages disguise if anybody is interested. That will let you update the device using HAM or Fapman.
|
2011-03-05
, 17:25
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#55
|
I the meantime I found a solution that works for me. I use the ilbc codec for a few weeks now without choppy audio.
To archive this I made the following two changes to my n900:
1.) Install the new pulseaudio package provided by the user MohammadAG as discussed here
2.) Set the processor speed to 600MHz (fix) during sip calls (I think the stock kernel does this, however it seems not to work with the power Kernel).
To set the processor speed to 600MHz during a sip call I use a dbus script. I added the following config file to the /etc/dbus-scripts.d/ directory with the following content:
And created the two files in /usr/sbin/.Code:/usr/sbin/speedadaptnormal * * com.nokia.mce.signal sig_call_state_ind active * /usr/sbin/speedadaptfix * * com.nokia.mce.signal sig_call_state_ind none *
speedadaptfix
speedadaptnormalCode:#!/bin/bash echo 125000 250000 500000 550000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies kernel-config limits 600 600
As said before this works perfect for me. No choppy audio anymore!Code:#!/bin/bash echo > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies kernel-config limits 125 1000
|
2011-05-04
, 12:17
|
Posts: 93 |
Thanked: 13 times |
Joined on Nov 2010
|
#57
|
The bleeding-edge wifi drivers contain some bugfixes to osso-wlan (wlancond), propably this is the reason that with or without the drivers loaded, the connection is better for SIP? See blog.
|
2011-05-30
, 08:33
|
Posts: 79 |
Thanked: 37 times |
Joined on May 2010
@ Melbourne Australia
|
#58
|
|
2011-05-31
, 07:03
|
Posts: 79 |
Thanked: 37 times |
Joined on May 2010
@ Melbourne Australia
|
#59
|
|
2011-06-01
, 14:43
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#60
|
Edit:Bumped telepathy-sofiasip from 0.6.2 to 0.6.4. Please note that installing the telepathy-sofiasip would not let you update N900. I can build 0.6.4 package in 0.6.2 packages disguise if anybody is interested. That will let you update the device using HAM or Fapman.
------------------------------------------------------------------
Voice choppy on sip calls
Please vote for bug number 10388
Last edited by rajil.s; 2011-02-18 at 23:02. Reason: Updated telepathy-sofiasip package