.NET Components for Mobility

Call Details.Roaming error

Last post 08-21-2008 2:55 AM by PeterFoot. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 08-14-2008 4:44 PM

    Call Details.Roaming error

    Hi Peter,

    While trying 3.2 eval version I came across what I beleive is a bug.

    when retreiving call detalis from call history, the Roaming status is always reported as 'false', even thogh the phone is in roaming mode, and the call was made while roaming. It happens with both incoming and outgoing calls (properly answered calls, not missed calls).

    I am using the following code:

                CallHistory callHistory = new CallHistory();
                CallDetails callDetails = callHistory[0]; //last call in history has index of 0

    if (callDetails.Roaming) { ... do something ..} // always returns false with 3.2 inthehands eval.

    However, at the same time the SystemState.PhoneRoaming is correctly set to 'true' when the phone is in roaming mode.

    Have verified it today during my visit to Germany.

    Regards,

    andreiaf

     

     

  • 08-15-2008 3:33 AM In reply to

    Re: Call Details.Roaming error

    Thanks for reporting this. I'll investigate further and post back when I have details.

    Peter

    Peter Foot
    Microsoft Device Application Development MVP
    www.peterfoot.net | www.inthehand.com
  • 08-21-2008 2:55 AM In reply to

    Re: Call Details.Roaming error

    I am able to duplicate this issue. However there isn't currently a workaround for the Roaming, Connected or Ended properties.

    Peter

    Peter Foot
    Microsoft Device Application Development MVP
    www.peterfoot.net | www.inthehand.com
Page 1 of 1 (3 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.