<?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 - I want to reject a call fastlyyyyyyyyyyy - Comments</title>
 <link>http://www.newlc.com/topic-14744</link>
 <description>Comments for &quot;I want to reject a call fastlyyyyyyyyyyy&quot;</description>
 <language>en</language>
<item>
 <title>Re: I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744#comment-43066</link>
 <description>&lt;p&gt;  Hi ,&lt;/p&gt;

&lt;p&gt;  I Want to do a application to reject the incomming call (from group of numbers).&lt;br /&gt;
  First i want to reject an incoming call to a number in specified Phone number.&lt;br /&gt;
  &lt;br /&gt;
   in Dailer example to Dail a call to a specified number.&lt;br /&gt;
  can any one help me&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;</description>
 <pubDate>Wed, 21 Nov 2007 12:35:58 +0100</pubDate>
 <dc:creator>namak</dc:creator>
 <guid isPermaLink="false">comment 43066 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744#comment-32267</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I increased the process and thread priority at the constructL of the AppUi class and it worked for me : which means that it is working in background like in foreground...&lt;br /&gt;&lt;br /&gt;But as I said before there still a small part of the ring that can be heard before rejecting the call... This is a delay that I couldn&amp;#039;t cross until now....&lt;/div&gt;</description>
 <pubDate>Thu, 15 Jun 2006 20:11:00 +0200</pubDate>
 <dc:creator>Sarah</dc:creator>
 <guid isPermaLink="false">comment 32267 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744#comment-32266</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hello&lt;br /&gt;&lt;br /&gt;It didnt worked for me, the results are like what i was doing before.&lt;br /&gt;If we do immediate hangup, without any checking number etc.., it may work.&lt;br /&gt;Also i dont want tp put my app in foreground.&lt;br /&gt;&lt;br /&gt;I have put thread&amp;#039;s and process&amp;#039;s priority to high, in ConstructL, according to Vikas code. on the top of them I also put ComputeMode..&lt;br /&gt;&lt;br /&gt;// Compute Mode&lt;br /&gt;// Put Process on high priority&lt;br /&gt;// Put thread on high priority&lt;br /&gt;&lt;br /&gt;SetOrdinal liney thing didnt solved the problem, as well.&lt;br /&gt;In BTW, I am doing tests in between N6600 and N6630&lt;br /&gt;&lt;br /&gt;Any suggestions please..&lt;br /&gt;&lt;br /&gt;Kind Regards&lt;br /&gt;Faiq Kazi&lt;/div&gt;</description>
 <pubDate>Thu, 15 Jun 2006 05:16:55 +0200</pubDate>
 <dc:creator>Faiq</dc:creator>
 <guid isPermaLink="false">comment 32266 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744#comment-32265</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;This code solved the problem that my application doesn&amp;#039;t work in background like in foreground... Now in both cases the application works the same...&lt;br /&gt;&lt;br /&gt;When I receive an incomming call from a blocked contact now I either receive a busy signal or a small part of a ring (which happens in the general case)...&lt;br /&gt;&lt;br /&gt;I cannot solve the problem of hearing that small part of a ring till now... I was told that this delay has no solution especially that I found it in 5 applications that are for sale on the net (I tried their trial versions and they all have this delay)...&lt;br /&gt;&lt;br /&gt;If anyone have a solution for this that would be great&lt;/div&gt;</description>
 <pubDate>Wed, 14 Jun 2006 19:32:40 +0200</pubDate>
 <dc:creator>Sarah</dc:creator>
 <guid isPermaLink="false">comment 32265 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744#comment-32264</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hello&lt;br /&gt;&lt;br /&gt;Thanks Vikas for contribution, I have not tried the code yet but by Sarahs excitement it looks we have got what we wanted todo.&lt;br /&gt;&lt;br /&gt;I have some suggestions, regarding making this code smaller.&lt;br /&gt;As we are changing priority for current process and thread we dont need to find and open it, so this version will do as well..&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;// Dont let the system to change priority&lt;br /&gt;CEikonEnv::Static()-&amp;gt;WsSession().ComputeMode( RWsSession::EPriorityControlDisabled );&lt;br /&gt;&lt;br /&gt;// Make this process to high priority&lt;br /&gt;RProcessÂ  thisProcess;&lt;br /&gt;thisProcess.SetPriority( EPriorityHigh );&lt;br /&gt;&lt;br /&gt;// Make this thread to high priority&lt;br /&gt;RThreadÂ  thisThread;&lt;br /&gt;thisThread.SetPriority( EPriorityAbsoluteHigh );&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Kind Regards&lt;br /&gt;Faiq&lt;/div&gt;</description>
 <pubDate>Wed, 14 Jun 2006 14:31:24 +0200</pubDate>
 <dc:creator>Faiq</dc:creator>
 <guid isPermaLink="false">comment 32264 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744#comment-32263</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Thank you soooooooooooo much... it sounds to be workiiiiiiiiiiiiiinnnnnnnnnnnngggggggggg....&lt;br /&gt;&lt;br /&gt;Thank you so much vikas_bansal, Faiq and yogesg&amp;nbsp; &lt;img src=&quot;/sites/all/modules/smf_filter/smf_smileys/smiley.gif&quot; alt=&quot;Smiley&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sarah&lt;/div&gt;</description>
 <pubDate>Tue, 13 Jun 2006 12:23:39 +0200</pubDate>
 <dc:creator>Sarah</dc:creator>
 <guid isPermaLink="false">comment 32263 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744#comment-32262</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Try to use also following code....&lt;br /&gt;I used it in my videotone application...to get my application to foreground &lt;br /&gt;&lt;br /&gt;void CTestPlayerAppUi::MakeHigherPriority()&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; RWindowGroup *pWG = &amp;amp;CCoeEnv::Static()-&amp;gt;RootWin();&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; pWG-&amp;gt;SetOrdinalPosition(0, 2000);&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; MuteCallL();&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;} &lt;br /&gt;&lt;br /&gt;and also following functions as well (called in CTestPlayerAppUi::ConstrutL())&lt;br /&gt;&lt;br /&gt;void CTestPlayerAppUi::SetProcessPriority()&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; #if !defined(__WINS__) //FIXFIXME&lt;br /&gt;&amp;nbsp; &amp;nbsp; CEikonEnv::Static()-&amp;gt;WsSession().ComputeMode(RWsSession::EPriorityControlDisabled);&lt;br /&gt;&amp;nbsp; &amp;nbsp; RProcess P;&lt;br /&gt;&amp;nbsp; &amp;nbsp; TFindProcess fp(_L(&amp;quot;testplayer&amp;quot;));&lt;br /&gt;&amp;nbsp; &amp;nbsp; TFullName fn;&lt;br /&gt;&amp;nbsp; &amp;nbsp; if (fp.Next(fn)==KErrNone) &lt;br /&gt;&amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (P.Open(fn) == KErrNone) &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; P.SetPriority(EPriorityHigh);&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; P.Close();&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } &lt;br /&gt;&amp;nbsp; &amp;nbsp; }&lt;br /&gt;&amp;nbsp; &amp;nbsp; #endif&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;void CTestPlayerAppUi::SetThreadPriority()&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; #if !defined(__WINS__) //FIXFIXME&lt;br /&gt;&amp;nbsp; &amp;nbsp; //CEikonEnv::Static()-&amp;gt;WsSession().ComputeMode(RWsSession::EPriorityControlDisabled);&lt;br /&gt;&amp;nbsp; &amp;nbsp; RThread T;&lt;br /&gt;&amp;nbsp; &amp;nbsp; TFindThread ft(_L(&amp;quot;testplayer&amp;quot;));&lt;br /&gt;&amp;nbsp; &amp;nbsp; TFullName fn;&lt;br /&gt;&amp;nbsp; &amp;nbsp; if (ft.Next(fn)==KErrNone) &lt;br /&gt;&amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (T.Open(fn) == KErrNone) &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; T.SetPriority(EPriorityAbsoluteHigh);&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; T.Close();&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } &lt;br /&gt;&amp;nbsp; &amp;nbsp; }&lt;br /&gt;&amp;nbsp; &amp;nbsp; #endif&lt;br /&gt;}&lt;/div&gt;</description>
 <pubDate>Tue, 13 Jun 2006 09:58:01 +0200</pubDate>
 <dc:creator>vikas_bansal</dc:creator>
 <guid isPermaLink="false">comment 32262 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744#comment-32261</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;br /&gt;I put my apps Process, Thread, and AOs on high priority but still I hear half or full ring sometimes.&lt;br /&gt;However by doing this probablty of hearing any ring, while other side rejects, decreased.&lt;br /&gt;This was todays news&amp;nbsp; &lt;img src=&quot;/sites/all/modules/smf_filter/smf_smileys/rolleyes.gif&quot; alt=&quot;Roll Eyes&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 13 Jun 2006 08:45:52 +0200</pubDate>
 <dc:creator>Faiq</dc:creator>
 <guid isPermaLink="false">comment 32261 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744#comment-32260</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hello ...&lt;br /&gt;&lt;br /&gt;I have found EForwards, its in class CEikServAppUiBase&lt;br /&gt;- enum TTaskCycleDirection { EBackwards, EForwards };&lt;br /&gt;So you need to code &lt;b&gt;CEikServAppUiBase::EForwards&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Well .. our app is stacked after Phone app becasue the main screen is the Phone app. So if we are on Main Screen the Phone app is in foreround actualy. &lt;br /&gt;The stack (of opened apps) does not reflect priority in real sense, you can verify this by opening your app and some other app. In some case your app would be over Phone...&lt;br /&gt;I hope you got my point..&lt;br /&gt;&lt;br /&gt;But there is something about priorities indeed - still working on that&amp;nbsp; &lt;img src=&quot;/sites/all/modules/smf_filter/smf_smileys/grin.gif&quot; alt=&quot;Grin&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Kind Regards&lt;br /&gt;Muhammed Faiq&lt;/div&gt;</description>
 <pubDate>Tue, 13 Jun 2006 08:39:54 +0200</pubDate>
 <dc:creator>Faiq</dc:creator>
 <guid isPermaLink="false">comment 32260 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744#comment-32259</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi....&lt;br /&gt;&lt;br /&gt;I guess it is a problem in the background mode related to priority as u said... because when my application is in foreground mode, when i press the menu button for a reasonably long period it shows me the running applications mine first and then the telephone.... but when I do that when the application is in the background mode, the order is reversed (The telephone first then my application)... which means that the priority decreases.....&lt;br /&gt;&lt;br /&gt;About how to solve this.... This is the code I use to go to background mode:&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;&amp;nbsp; &amp;nbsp; TApaTask task(iEikonEnv-&amp;gt;WsSession());&lt;br /&gt;&amp;nbsp; &amp;nbsp; task.SetWgId(CEikonEnv::Static()-&amp;gt;RootWin().Identifier());&lt;br /&gt;&amp;nbsp; &amp;nbsp; task.SendToBackground();&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;I&amp;#039;m thinking of using a taskList... I saw a method encapsulated in it called CycleTasks... and I wonder, will it help? I don&amp;#039;t understand exactly what it can do because I&amp;#039;m trying to do it and the compiler keeps on giving me the error: EForwards undeclared, first use of this function.. that&amp;#039;s when i tried to add the following code to try it:&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;&amp;nbsp; &amp;nbsp; TApaTask currentTask = taskList.FindByPos(0);&lt;br /&gt;&amp;nbsp; &amp;nbsp; const TUid KUidBSM = { 0x08E79C14 };&lt;br /&gt;&amp;nbsp; &amp;nbsp; //TApaTask ourAppTask = taskList.FindApp(KUidBSM);&lt;br /&gt;&amp;nbsp; &amp;nbsp; taskList.CycleTasks(currentTask.ThreadId(), EForwards);&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 09 Jun 2006 12:43:28 +0200</pubDate>
 <dc:creator>Sarah</dc:creator>
 <guid isPermaLink="false">comment 32259 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744#comment-32258</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hello Sarah..&lt;br /&gt;&lt;br /&gt;Yes it didnt help ..&lt;br /&gt;But i think this is the way we can do, there is some trick out here..&lt;br /&gt;&lt;br /&gt;As you have said&lt;br /&gt;&amp;quot;when my application goes in background I hear one COMPLETE&amp;nbsp; &lt;img src=&quot;/sites/all/modules/smf_filter/smf_smileys/smiley.gif&quot; alt=&quot;Smiley&quot; border=&quot;0&quot; /&gt; ring&amp;quot;&lt;br /&gt;it means there is something about priorities.. As you know when application goes background its priority is switched in lower, and the Forground app is given higher..&lt;br /&gt;I am not sure which way should we go&lt;br /&gt;&lt;br /&gt;Kind regards&lt;br /&gt;Faiq&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 09 Jun 2006 02:09:17 +0200</pubDate>
 <dc:creator>Faiq</dc:creator>
 <guid isPermaLink="false">comment 32258 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744#comment-32257</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi Faiq...&lt;br /&gt;&lt;br /&gt;It gives me a half ring or no ring (busy signal at once) when my application is in Foreground....&amp;nbsp; But it gives my ONE COMPLETE ring when the application is working on the background...&amp;nbsp; &lt;img src=&quot;/sites/all/modules/smf_filter/smf_smileys/huh.gif&quot; alt=&quot;Huh&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;I tried to increase the priority of my active object but still no change (I changed it to EPriorityHigh and EPriorityRealTime but no change)...&amp;nbsp; &lt;img src=&quot;/sites/all/modules/smf_filter/smf_smileys/huh.gif&quot; alt=&quot;Huh&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;So, I wonder what could be the problem of putting the application in to background....&amp;nbsp; &lt;img src=&quot;/sites/all/modules/smf_filter/smf_smileys/undecided.gif&quot; alt=&quot;Undecided&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Thanks&lt;/div&gt;</description>
 <pubDate>Thu, 08 Jun 2006 19:05:26 +0200</pubDate>
 <dc:creator>Sarah</dc:creator>
 <guid isPermaLink="false">comment 32257 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744#comment-32256</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I suspect this undeterministic behaviour is because of scheduling, what if we do our AO to higher prioirty.. ..&lt;br /&gt;Lets try out this&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 08 Jun 2006 04:38:00 +0200</pubDate>
 <dc:creator>Faiq</dc:creator>
 <guid isPermaLink="false">comment 32256 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744#comment-32255</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hello Sarah&lt;br /&gt;I am playing a bit with audio streaming nowadays.. &lt;br /&gt;&lt;br /&gt;It seems you have changed your code to AO - nice.&lt;br /&gt;My code is similar to your one, infact it is doing a bit more logging, callabacks etc. I have tried my code on Nokia 6600 and MOSTLY I dont hear any ring when call is rejected on other side.&lt;br /&gt;I have looked into Symbian API deeply, I couldnt find any thing that we can do underneeth.&lt;br /&gt;In BTW i have tested my code on N 6630 (what you have got) and it behaves same (sometimes I hear half ring..)&lt;br /&gt;&lt;br /&gt;I shall let you know by Message, if i found some content.&lt;br /&gt;In BTW, is that always you are hearing 2 or 1 ring ...&lt;br /&gt;&lt;br /&gt;Kind Regards&lt;br /&gt;Faiq&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 08 Jun 2006 04:30:40 +0200</pubDate>
 <dc:creator>Faiq</dc:creator>
 <guid isPermaLink="false">comment 32255 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744#comment-32254</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Yes but simulating the left key makes it silent to the callee not to the caller... My point is that I want the caller to feel that the other side is busy with another call , I don&amp;#039;t want him to recognize that he was rejected...&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sarah&lt;/div&gt;</description>
 <pubDate>Wed, 07 Jun 2006 23:34:17 +0200</pubDate>
 <dc:creator>Sarah</dc:creator>
 <guid isPermaLink="false">comment 32254 at http://www.newlc.com</guid>
</item>
<item>
 <title>I want to reject a call fastlyyyyyyyyyyy</title>
 <link>http://www.newlc.com/topic-14744</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/topic-14744&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/topic-14744#comments</comments>
 <category domain="http://www.newlc.com/forums/telephony">Telephony</category>
 <pubDate>Sun, 04 Jun 2006 00:21:54 +0200</pubDate>
 <dc:creator>Sarah</dc:creator>
 <guid isPermaLink="false">14641 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
