[maemo-developers] Alternate Line Service (ALS) support
From: Pekka Pessi Pekka.Pessi at nokia.comDate: Tue Jun 1 19:13:52 EEST 2010
- Previous message: QT4.6 with PR1.2 has introduced issues
- Next message: Alternate Line Service (ALS) support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 2010-05-30 at 14:07 +0200, ext Christopher Intemann wrote: > On Fri, May 28, 2010 at 2:05 PM, Pekka Pessi <Pekka.Pessi at nokia.com> > wrote: > > > > 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 > > Wow, thanks, thats at least a beginning! > So USSD codes are the only thing that works on line 2, Don't know about USSD - of course you can try dbus-send --system --type=method_call --print-reply=True \ --dest=com.nokia.csd.SS /com/nokia/csd/ss \ com.nokia.csd.SS.USSD.Command string:'*#21**89#' string: and see what you get for response. Call-UI does not recognize the non-standard basic service number (89) used for ALS, so you can not enter the code directly on call ui. > or is there any way to switch to the second line for outgoing calls as > well? It would also be great if it was possible to set a different > ring tone for incoming line 2 calls... The modem does not support ALS line 2, it would have required special modem firmware. With the current modem firware, you can only divert line 2 calls to line 1. --Pekka
- Previous message: QT4.6 with PR1.2 has introduced issues
- Next message: Alternate Line Service (ALS) support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]