[maemo-developers] Alternate Line Service (ALS) support
From: Pekka Pessi Pekka.Pessi at nokia.comDate: Fri May 28 15:05:27 EEST 2010
- Previous message: Alternate Line Service (ALS) support
- Next message: Alternate Line Service (ALS) support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 2010-05-27 at 23:34 +0200, ext Christopher Intemann wrote: > I have the CPHS service alternate line service activate on my simcard. > This service features a seperated line with a second number to > distinguish between business and private calls. On many Nokia > handsets, one can switch between lines by holding the hash button for > a few seconds. > The N900 does not officialy support this service. > I read somewhere that it was possible to at least receive calls on the > second line. > However, when I try to call my phone on the second line, the call will > not get through. > Is there any way to acivate the second line on the N900 at least for > incomming calls? You can test what the command dbus-send --system --type=method_call --print-reply=True \ --dest=com.nokia.csd.SS /com/nokia/csd/ss \ com.nokia.csd.SS.CheckDivert string:21 string:89 returns. If it does not return error com.nokia.csd.SS.Error.TeleServiceNotProvisioned: Tele service not provisioned you can try to redirect calls to your line 1 number with command dbus-send --system --type=method_call --print-reply=True \ --dest=com.nokia.csd.SS /com/nokia/csd/ss \ com.nokia.csd.SS.RegisterDivert string:21 string:89 \ string:<line1-number-here> uint32:0 --Pekka
- Previous message: Alternate Line Service (ALS) support
- Next message: Alternate Line Service (ALS) support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]