Smartphone Thoughts - Daily News, Views, Rants and Raves

Be sure to register in our forums! Share your opinions, help others, and enter our contests.





Go Back   Thoughts Media Forums > SMARTPHONE THOUGHTS > Smartphone Software

Reply
 
LinkBack (1) Thread Tools Display Modes
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 07-10-2006, 11:47 AM
Editor Emeritus
Kris Kumar's Avatar
Join Date: Aug 2006
Posts: 5,163
Default Calling Card Application - CCDialer v2.0 BETA

Folks, I finally got over my laziness and completed the calling card application that integrates with your address book on the Smartphone. CCDialer v2.0 lets you dial the number of your international contacts quickly using a calling card, without the hassle of entering the calling card access number and PIN number each time.



Now you can select a contact from your Pocket Contact list, select a calling card and quickly dial the international number. This new version, which is in BETA, works on Windows Mobile 2003 and Windows Mobile 5.0 devices. It is resolution aware, so it will work fine on QVGA and Landscape screens.

More information can be found over here:
http://krishnakumar.com/Main/Extra/C...CDialerV20.htm

Since this application is in BETA, please post your comments/feedback/bug reports over in this thread.
 
Reply With Quote
  #2 (permalink)  
Old 07-11-2006, 05:26 PM
Editor Emeritus
Mike Temporale's Avatar
Join Date: Aug 2006
Posts: 11,180

Nice work Kris! I'll have to download this version and give it a try.
__________________
"I have no special talents, I am only passionately curious" - Albert Einstein
 
Reply With Quote
  #3 (permalink)  
Old 07-12-2006, 01:16 AM
Editor Emeritus
Kris Kumar's Avatar
Join Date: Aug 2006
Posts: 5,163

Thanks Mike.

I would appreciate the comments. Actually would be happy to hear the words - "it installed without problems." :lol:

I want to wrap this up and take it out of the BETA mode soon. And put out the final version. The stupid Moto Q keyboard not working with the contact list is driving me nuts.
 
Reply With Quote
  #4 (permalink)  
Old 07-12-2006, 04:30 PM
Pupil
Join Date: Aug 2006
Posts: 19

Hi Kris, I love this application...AND it installed without a problem

I have a new iPAQ 6828. I own the phone and associated service privately, but need to make occasional voice calls for my employer too. (Usually just a few each day since I have a fixed line at my desk, but sometimes many more - especially when I travel overseas for work.)

I have an AT&T Corporate Calling Card provided by my employer for this purpose, but using it involves entering a HUGE string of numbers:
  1. Dial up access number of AT&T in whatever country I'm in (I travel quite a lot for work)
  2. "01" (but only if calling anywhere other than the USA)
  3. The full international number that I'm trying to call, including country code and area code (except if it's a US number, which requires me to omit the country code)
  4. My calling card number and PIN
CCDialler lets me set up a different calling card details for each country, with names like:
  • call non-US number from Australia
    call non-US number from Singapore
    call non-US number from US
This already works perfectly for Australia, and I'll have a chance to test it in Singapore next month and the US in October.

My feedback/suggestion is this: Can you build in a setting for each calling card (like the existing 'Dial Intl. Access Code' check box) which enables the user to define whether the country code should be included in the dial string?

That would enable me to also set up calling card details such as:
  • call US number from Australia
    call US number from Singapore
    call US number from US
The AT&T Corporate Calling Card has a huge installed base of corporate types. For example, my own employer has a fleet of several thousand AT&T Corporate Calling Cards and has recently settled on the new iPAQ 6900 series as a standard issue company-provided WM5 PPC phone. Enabling full support for that particular card (including US numbers) might get you many additional users - and ones who could afford to pay for your software too. Heck, maybe you could even license it to AT&T?

Please keep up the good work, and many thanks!
 
Reply With Quote
  #5 (permalink)  
Old 07-12-2006, 04:53 PM
Editor Emeritus
Mike Temporale's Avatar
Join Date: Aug 2006
Posts: 11,180

wait... isn't the 6828 a Pocket PC device??? Kris, I think you've just tested your application on the Pocket PC platform too! Nice.

__________________
"I have no special talents, I am only passionately curious" - Albert Einstein
 
Reply With Quote
  #6 (permalink)  
Old 07-12-2006, 06:20 PM
Pupil
Join Date: Aug 2006
Posts: 19

Quote:
Originally Posted by Mike Temporale
wait... isn't the 6828 a Pocket PC device??? Kris, I think you've just tested your application on the Pocket PC platform too! Nice.

Yes indeed - there was nothing around for PPC, so I gave CCDialer a shot - and it appears to work perfectly well in my WM5 PPC Phone device.
 
Reply With Quote
  #7 (permalink)  
Old 07-13-2006, 03:22 AM
Editor Emeritus
Kris Kumar's Avatar
Join Date: Aug 2006
Posts: 5,163

Quote:
Originally Posted by simon tahiti
Yes indeed - there was nothing around for PPC, so I gave CCDialer a shot - and it appears to work perfectly well in my WM5 PPC Phone device.
Awesome! 8) Simon, thanks for being brave and trying it out on a Pocket PC Phone Edition. :-) Wow, didn't know that I will have such a wide mobile coverage.
 
Reply With Quote
  #8 (permalink)  
Old 07-13-2006, 03:44 AM
Editor Emeritus
Kris Kumar's Avatar
Join Date: Aug 2006
Posts: 5,163

Quote:
Originally Posted by simon tahiti
My feedback/suggestion is this: Can you build in a setting for each calling card (like the existing 'Dial Intl. Access Code' check box) which enables the user to define whether the country code should be included in the dial string?
This is tricky for me to implement in the application because the Country Code varies in length, I mean number of digits. Like United States is "1," and India is "91," Costa Rica is "506." I don't think I will be able to parse them out, unless the you put a delimiter like "-" in the number in the address book.

But here is a thought, how do you currently store the US numbers in your address book. I store them as +1 (000) 123 4567. e.g. +1 (000) 123 4567 in case of US and +91 (100) 123 4567 for Indian numbers; you get the idea.

The GSM network is very smart. When a number like +1 000 123 4567 is dialed in US from your cell phone directly, the GSM network recognizes you are in US and ignores the +1.

Now if you were in Australia and you dialed the same number from your cell, then the GSM network in Australia will replace the + with whatever is the international access code in Australia (like US has 011). GSM network is smart. Not sure if the CDMA world can do the same (aka Verizon and Sprint/Nextel). BTW my calling card application is smart enough to recognize the + and replace that with the international access code, but it replaces the + with the intl. access code every time.

Long story short, I think setting up your US phone numbers as +1 000 123 4567 I believe will solve your problem. You will have a common address book and calling card for each country, no need to worry about removing the country code. ;-)

If the above is not true or if I got off on the wrong track. I need some examples, like a dummy phone number the way it is stored in your address book and how the calling card should dial it when you are in Australia/other places. Will be happy to help out.
 
Reply With Quote
  #9 (permalink)  
Old 07-13-2006, 03:49 AM
Editor Emeritus
Kris Kumar's Avatar
Join Date: Aug 2006
Posts: 5,163

Quote:
Originally Posted by simon tahiti
Enabling full support for that particular card (including US numbers) might get you many additional users - and ones who could afford to pay for your software too. Heck, maybe you could even license it to AT&T?
Now that you mentioned all these additional users, I might take this application a little more seriously. And licensing to AT&T, wow! 8)

I am toying with the idea of putting up a donation link on the web page, but at this time not interested in selling the application because all the online sites charge way to much to host apps. Also I dont want to spend time on building the trial and full version check or unlock, registration key functionality etc.
 
Reply With Quote
  #10 (permalink)  
Old 07-13-2006, 03:54 AM
Editor Emeritus
Kris Kumar's Avatar
Join Date: Aug 2006
Posts: 5,163

Quote:
Originally Posted by simon tahiti
The AT&T Corporate Calling Card has a huge installed base of corporate types.
Did I mention that you can share your calling cards with others - colleagues, spouse, kids? If you look at the \Application Data\CCDialer\ folder on your phone, look at the files named "CCDialerCCxx.txt," where xx is a number. These files have the individual card info.

If you plan to share the card info with colleagues don't forget to wipe out the PIN in case everyone has their own PIN. ;-)
 
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://forums.thoughtsmedia.com/f83/calling-card-application-ccdialer-v2-0-beta-19687.html
Posted By For Type Date
Smartphone Thoughts - Daily News, Views, Rants and Raves This thread Refback 06-17-2008 06:26 AM


All times are GMT +1. The time now is 08:00 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 RC7