Hey Pekka<br><br><div class="gmail_quote">On Tue, Jun 1, 2010 at 6:13 PM, Pekka Pessi <span dir="ltr">&lt;<a href="mailto:Pekka.Pessi@nokia.com">Pekka.Pessi@nokia.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On Sun, 2010-05-30 at 14:07 +0200, ext Christopher Intemann wrote:<br>
&gt; On Fri, May 28, 2010 at 2:05 PM, Pekka Pessi &lt;<a href="mailto:Pekka.Pessi@nokia.com">Pekka.Pessi@nokia.com</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         You can test what the command<br>
&gt;<br>
&gt;         dbus-send --system --type=method_call --print-reply=True \<br>
&gt;          --dest=com.nokia.csd.SS /com/nokia/csd/ss \<br>
&gt;          com.nokia.csd.SS.CheckDivert string:21 string:89<br>
&gt;<br>
&gt;         returns. If it does not return error<br>
&gt;<br>
&gt;         com.nokia.csd.SS.Error.TeleServiceNotProvisioned: Tele service<br>
&gt;         not<br>
&gt;         provisioned<br>
&gt;<br>
&gt;         you can try to redirect calls to your line 1 number with<br>
&gt;         command<br>
&gt;<br>
&gt;         dbus-send --system --type=method_call --print-reply=True \<br>
&gt;          --dest=com.nokia.csd.SS /com/nokia/csd/ss \<br>
&gt;          com.nokia.csd.SS.RegisterDivert string:21 string:89 \<br>
&gt;           string:&lt;line1-number-here&gt; uint32:0<br>
&gt;<br>
&gt; Wow, thanks, thats at least a beginning!<br>
&gt; So USSD codes are the only thing that works on line 2,<br>
<br>
</div>Don&#39;t know about USSD - of course you can try<br>
<div class="im"><br>
dbus-send --system --type=method_call --print-reply=True \<br>
 --dest=com.nokia.csd.SS /com/nokia/csd/ss \<br>
</div>   com.nokia.csd.SS.USSD.Command string:&#39;*#21**89#&#39; string:<br>
<br>
and see what you get for response.<br>
<br></blockquote><div>That does not work.</div><div>However, it does not seem to work for line 1 either, therefore it might also be a limitation by the provider.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


Call-UI does not recognize the non-standard basic service number (89)<br>
used for ALS, so you can not enter the code directly on call ui.<br>
<div class="im"><br></div></blockquote><div>So, if the basic service number was also used as beacon for outgoing line2 calls, would it also be possible to use it in connection with the com.nokia.csd.Call method to invoke outgoing calls on the second line?</div>

<div>By the way, how can I unregister/cancel diverts on the second line?</div><div>There does not seem to be a CancelDivert method, and the method DivertCancel does not accept basic service numbers as arguments (at least, I couldn&#39;t figure out how I could assign them).</div>

<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">
&gt; or is there any way to switch to the second line for outgoing calls as<br>
&gt; well? It would also be great if it was possible to set a different<br>
&gt; ring tone for incoming line 2 calls...<br>
<br>
</div>The modem does not support ALS line 2, it would have required special<br>
modem firmware. With the current modem firware, you can only divert line<br>
2 calls to line 1.<br><font class="Apple-style-span" color="#888888"><br></font></blockquote><div>This is a bit weired since most Nokia devices DO support ALS. Is there any good reason for not supplying an ALS-capable firmware?</div>

<div>Thanks in advance!</div><div>Chris </div></div><br>