<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - How to add prefix to phone number when user makes a out call? - Comments</title>
 <link>http://www.newlc.com/forum/how-add-prefix-phone-number-when-user-makes-out-call</link>
 <description>Comments for &quot;How to add prefix to phone number when user makes a out call?&quot;</description>
 <language>en</language>
<item>
 <title>Re: How to add prefix to phone number when user makes a out call</title>
 <link>http://www.newlc.com/forum/how-add-prefix-phone-number-when-user-makes-out-call#comment-45111</link>
 <description>&lt;p&gt;I don&#039;t know, I havn&#039;t used the telephony.&lt;br /&gt;
I would assume it is possible though.&lt;/p&gt;

&lt;p&gt;I&#039;d suggest taking a look at the APIs that SymbianReady suggests... he seems to know what he is talking about &lt;img src=&quot;/sites/all/modules/smileys/packs/example/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 14 Mar 2008 10:03:02 +0100</pubDate>
 <dc:creator>alh</dc:creator>
 <guid isPermaLink="false">comment 45111 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to add prefix to phone number when user makes a out call?</title>
 <link>http://www.newlc.com/forum/how-add-prefix-phone-number-when-user-makes-out-call#comment-45106</link>
 <description>&lt;p&gt;alh:&lt;br /&gt;
  Can I use my application to make a out call instead of Nokia&#039;s default application, so when user dial number, the dialog is mine not Nokia&#039;s application&#039;s. I can easily know the number and make a out call. &lt;/p&gt;</description>
 <pubDate>Fri, 14 Mar 2008 02:28:36 +0100</pubDate>
 <dc:creator>runforu</dc:creator>
 <guid isPermaLink="false">comment 45106 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to add prefix to phone number when user makes a out call</title>
 <link>http://www.newlc.com/forum/how-add-prefix-phone-number-when-user-makes-out-call#comment-45094</link>
 <description>&lt;p&gt;runforu: &lt;br /&gt;
There is no (good) way to do that.&lt;br /&gt;
You can&#039;t access the component of another app, and there is no standard way the string is stored like in windows.&lt;/p&gt;

&lt;p&gt;The only way would be to use some kind of OCR technique to read it from a screenshot, but this isn&#039;t really a feasible solution, since you can&#039;t know what font it will use, and it would be quite complicated code for the task at hand.&lt;/p&gt;

&lt;p&gt;I believe a lot more in SymbianReady:s suggestion.&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;</description>
 <pubDate>Thu, 13 Mar 2008 13:21:59 +0100</pubDate>
 <dc:creator>alh</dc:creator>
 <guid isPermaLink="false">comment 45094 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to add prefix to phone number when user makes a out call?</title>
 <link>http://www.newlc.com/forum/how-add-prefix-phone-number-when-user-makes-out-call#comment-45054</link>
 <description>&lt;p&gt;I want to know how to trap the number being dialled.&lt;/p&gt;

&lt;p&gt;I have a same method, I do not try it.&lt;br /&gt;
my method is capture the green key, when it is pressed my application find the number from the dialog. and then make a out call with prefixed number. But I have no idea how to get the text from another application&#039;s dialog. Do you know how to do it?&lt;/p&gt;</description>
 <pubDate>Wed, 12 Mar 2008 11:13:47 +0100</pubDate>
 <dc:creator>runforu</dc:creator>
 <guid isPermaLink="false">comment 45054 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to add prefix to phone number ....</title>
 <link>http://www.newlc.com/forum/how-add-prefix-phone-number-when-user-makes-out-call#comment-45051</link>
 <description>&lt;p&gt;I havn&#039;t tried anything like this before, but I think it is quite possible logically. What I would have done is, that:&lt;/p&gt;

&lt;p&gt;1) Create an exe that will sit in the background and check the line status.&lt;br /&gt;
2) Whenever the use rmakes an outgoing call, trap the number being dialled, &lt;br /&gt;
3) hang this call.&lt;br /&gt;
4) Append the required prefix.&lt;br /&gt;
5) Make a new call with this new number.&lt;/p&gt;

&lt;p&gt;   Can&#039;t say about the user experience, without testing, but it should work.&lt;br /&gt;
 for Symbian Series60 2nd edition pre 8.0 you can check for RCall and RLine APIs and for post 8.0 check the CTelephony API.&lt;/p&gt;</description>
 <pubDate>Wed, 12 Mar 2008 10:27:54 +0100</pubDate>
 <dc:creator>SymbianReady</dc:creator>
 <guid isPermaLink="false">comment 45051 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to add prefix to phone number when user makes a out call</title>
 <link>http://www.newlc.com/forum/how-add-prefix-phone-number-when-user-makes-out-call#comment-44635</link>
 <description>&lt;p&gt;i am searching for the same, if u have got any info plz let me know. &lt;/p&gt;

&lt;p&gt;Thanx&lt;/p&gt;</description>
 <pubDate>Tue, 19 Feb 2008 08:55:51 +0100</pubDate>
 <dc:creator>khalidpeace</dc:creator>
 <guid isPermaLink="false">comment 44635 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to add prefix to phone number when user makes a out call?</title>
 <link>http://www.newlc.com/forum/how-add-prefix-phone-number-when-user-makes-out-call</link>
 <description>&lt;p&gt;Hello,&lt;br /&gt;
  I want to add a prefix to phone number when user makes a out call regardless of user dials &lt;br /&gt;
a number or call a contact stored in phone book.&lt;br /&gt;
  for example:&lt;br /&gt;
  when user dial &quot;123123&quot;, I will add a IP header &quot;9822&quot;, as a result, the user dials &quot;9822123123&quot;&lt;br /&gt;
  when user call a contact which is &quot;456456&quot;, in fact, the user calls &quot;9822456456&quot;.&lt;br /&gt;
  &lt;br /&gt;
  Thanks a lot!&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/forum/how-add-prefix-phone-number-when-user-makes-out-call&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/forum/how-add-prefix-phone-number-when-user-makes-out-call#comments</comments>
 <category domain="http://www.newlc.com/forums/telephony">Telephony</category>
 <pubDate>Wed, 16 Jan 2008 13:26:32 +0100</pubDate>
 <dc:creator>runforu</dc:creator>
 <guid isPermaLink="false">19999 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
