[search for tip/advice] Accessing contact data - Hooking call start process - Windows Mobile Development and Hacking General

Hello,
I would like to try to design an add-on to use VoIP services that offer callback services (Voipbuster, Voipcheap, jajah,...) in a more convenient way.
I don't mean to use the VoIP feature that requires making calls through the data connection of the phone, but I would like more to use the callback feature that allow such service to call me back on my mobile and then establish a connection to phone I want to reach.
This can be easily achieved from the Web account panel : enter your phone, enter phone to be called, then click "Call".
Although this works from PocketIE, this is not integrated with the contact data base so we have to copy the phone we want into the web form and submit. Not a great user's experience.
So this is where I want to go : initiate the call in the most transparent way from the contact manager application.
I imagine that different methods are possible and I would appreciate your opinion of feasability of each one, and if possible, to some pointers to documentation and/or sample code :
Method 1) Make my own app with make its own list of contact from contact data base (SJ Phone do this for example).
+: easy, probably best for prototyping
-: Have to write a GUI for it
Method 2) Like Skype, adding a context menu for "Call with Xxxx service".
+: no specifc GIU, use standard contact manager
-: works only with standard contact manager and not with alternative such as Contact CM
Method 3) Hook in some way the phone's call-initiation process.
How could his be done ?
This will really be my 1st project for WM after Hello World, a little ambitious, so please be patient for it to come out but I am pretty sure that with your support this can come a great app.
Thanks in advance for your help.
Regards,
~barbudor~

could be good
i was lloking for thi for a while ,but only could find the java version, and as you mentioned it was little crappy, without integration of the contactlist.... hope your project works out ok.
good luck!!

Related

test tapi on your device

A lot of people trying to write programs that can transfer data over a phone call seem to end up giving up because they think their device is not capeable of it. I put this little app together to make it possible to demonstrate the data transfer on ppc phones. If this works on your device then you can implement similar functionality.
download bellow:
http://odeean.veritel.com.au/ORDTapiUser/myTapiUser.exe
It will only work if the program is running on both the calling and answering ppc at the same time.
Instructions:
0)Make sure the phones on your ppc's are turned on.
1)copy the exe to both devices.
2)run the exe on both devices.
3)press "startup" on both devices.
4)(both devices) a series of dialogs will pop up, if you see one labeled "celular line" press yes. If you know your phone uses a line called something else press yes to that instead. If you press no to everything the program will try to get the correct line, but may fail. If you want to choose again restart the program.
5)on the calling device put a phone number in the edit box at the top. I am no expert on numbers around the world so I have just let whatever you put there go straight in. If the number fails its got nothing to do with this program.
6)on the calling device press "dial". wait until it says connected.
7)on the answering device the incoming call will be shown. If a caller id is available it will be displayed. The ppc inbuilt phone is not stopped by this app so you will not be able to press the answer button. Instead wait (normally the default is 3 rings) and my program will answer the call itself.
8)two way communication is now posible. Data sent from the "data to send" edit box on one ppc will be displayed on the "received data" window on the other ppc. As this is a simple program the display will just show the last 25 digits to keep the latest info in the window.
9)when done press "hangup" on one of the ppc's
The data is not just sent in a direct way. It gets broken up into packets and they are timed as they are transmitted along with some error checking. The timing is rather generous so it slows the transmition down a bit, that along with all the actions being displayed to the user.
This works well between my xda mini and xda I. It dose not work on windows mobile 2005. Because of the expense involved in phone calls it is dificult to debug. If any messages do pop up it would be nice if you could post the number on the dialog and a description of what was going on. This program cost me $150 in phone expence, so enjoy.
.
could you post the code , please ?
i have to make an application that need to receive file from server with data call.
(excuse my english)
best regards
I will not post the entire code, this is to let you know if it is worth the effort trying. Almost everything contained within this program that is related to tapi can be seen in posts already on this board. If you have a specific question I would be glad to post code relating to it.
When you say you need to retreive a file from a server, you should know that tapi data calls do not go through the mechanism that ras or sockets use to let the operating system get a ip and port for communication. Your program is responsible directly for the communication. It would be terrific if you could write code to replace the missing incoming ras components from pocket pc. I have not so I could not show any code for that.
If the server you want to connect to is not a pocket pc based device, ie it is a normal pc, then tapi is not the best solution for you. I suggest using sockets, its designed for that kind of thing. ppc to ppc tapi data calling is like a last resort kind of programming. It is forced on us because either the phone networks don't give us usefull ip's for sockets or the api's are not fully implemented in ras. Alternately you could look into using the compact framework 2.0 and c#, I think I read somewhere that incoming ras would be included there.
just one question...your application uses TAPI, isn't it?so TAPI is supported by mostly different mobile device?Am I right?
thanx
ppc 2000 supports tapi outbound only.
ppc 2002, wm2003, wm2005 all support tapi inwards and out.
The hardware can vary, I only have the devices listed in my sig. For all of those (that are phones) tapi data, in/out is fully functional. If you are using a phone card (ie one that plugs into the expansion port) its capeabilities may be different. Often those only support gprs (not tapi). If you have anything with XDA in the name its OK.
Thank you for your advise but I have a specific problem using HTC
Wizard. I need to connect a server using a V110 modem in order to create
data link between a PDA and this server. I developed a code (VB .net)
for PDA and independent cellular phone using standard AT commands. I
tried to develop a similar approach with HTC Wizard but it seems it is
not possible to send AT commands to the modem (cellular line). To
develop your code you should have solved this problem using TAPI. Could
you explain me how to initiate the cellular line so that I could create
a V110 link.
Thx
I understand more clearly what you want to do now. Unfortunately I have never attempted to use at commands. You said I should have solved this problem in my app, but the point of using tapi is to not have to deal with at commands. Tapi is good for sending data, its my "guess" that whatever the commands you want to send could be generated by tapi to look like whats expected on the other end (assuming the typs of transmitted data match. eg dose the size of one at command correspond to >= the size of one char?).
I think that you would not be able to communicate directly with the modem with at commands until you have stopped tapi/ril from using the port. Again, I have not done this. Search this board to find how to do that. Once you have, try your origional code again. I doubt your normal phone functionality would work after that.
Sorry I could not be of more real help.
I dont have PPC but I do have smartphone instead..
Does the program require CSD line or can use normal GSM? Can you create one similar program that can be used in Samartphone wm5?
It uses normal gsm, ie a voice call. The underlying class in my program can probably work on smartphones, but I do not have one. To be honest I think smartphones are dying. Normal ppc phones are the same size now so to put too much effort into smarphones seems less attractive.
My PPC wm5 cannot dial, the other PPC show CONNECT but...
I was using HP Ipaq and Dopod PPC, The HP Ipaq when dialed it show dial number but nothing dialed to other party. Latter Dialed from Dopod It was shown CONNECT but no connection is establish to other party...
Could you give me the reason. If I am using WM5 is the case, what OS that you are using?
How about using CSD line instead could it possible running properly? Do I need to install certificate and signing the application(exe) as to make the program running in WM5, is what happen to smartphone certain API under privilage zone.
It is my mistake the MyTapUser.exe find in both HP and Dopod
I am sorry since I just bought the SIM card and the provider put some procedure before I can use the line. After consulted the shoper, The shoper activated it for me. Walla! I tested again it worked fine...thanks to you...master!
Some networks can also cause problems. I use vodafone and its 100% ok but I put an optus prepaid in and nothing happened at all. If I understand correctly the network should only be interested in the bearer mode. I use LINEBEARERMODE_VOICE - the same as a voice call so it should be ok. When experimenting with that sim, they will not do anything with a call that contains a LINEMEDIAMODE_DATAMODEM in the call params. Very strange considering they have no use for knowing this.
I am pleased it worked for you. This is realy very old and I will be removing it from my site soon when my new stuff comes out. Even if the myTapiUser seems to work, remember that it is not checking the contents of the transmition. Bad weather for example could cause information to be missed. There are probably problems receiving on the HP that you may not have noticed. Is it the same HP made by quanta? If the HP can receive data after answering an incoming call I would love to know about it. Can you confirm this?
This is my report..
I am using prepaid no csd line.
Device Info
========
1.HP iPAQ TI OMAP1510 - 2003 PPC(memory-57.04MB)
2.DOPOD PXA270-520MHZ WM5(5.1.1..1700)(memory-50.19MB)
HP Dialed Dopod
===========
- HP received data from DOPOD immediately after data was sent.
- DOPOD received data from HP after next sequence of data transmit from HP(sometime error 0052 occur)
DOPOD Dialed HP
============
- HP received immediately data from DOPOD
- DOPOD receiving data from HP after the next sequence of data transmitting.
- error trigger 0052(assembly packet...) in DOPOD
data send perfect 100% correct...
May I know whether, If this method can be used sending digital stream of data, such as, compress voice or image?
Yes it can. I have not done voice because the flow of the transfer would be very different from what I want. If you want to see voice transfer in action over data calls google cryptophone.
In about 15 hours I will be releasing my program. Come back then to see what it can really do. I need to make a page for it on my site and get screen captures etc. Its 2am here so I can't do it now.
incoming call how to get connectted?
I can dial to the receiving phone. My receiving phone use ril to detect the incoming call. After the detection, I can press the green button to answer. My problems is why everytime I answered the call it failed.
I did like below procedure, when ril detect the incoming signal
-lineOpen
-lineAnswer
-lineGetID
Is it the correct way to answer the call? Why 'lineOpen' produce error result?
Can You give the correct way to answer the incoming call for modem like communication.
Thank in advance,
As far as ril goes I know little. You should have opened the line before the call was offering, this includes negotiating the version of tapi to use then finding the correct line then using lineopen. All this has been covered in other threads. The values returned from the api calls are self explanitory so checking them is useful.
The use of linegetid is less straight forward but again it has also been covered in other threads. The thing to remember is that after you use lineanswer to answer an offering call, do not imediately call linegetid. You need to wait for the connected line state. Also check the dwCallbackInstance when looking at line states because as I found with the atom, you need to be sure the results are relevant to your program.
I know that what you really would like is some code but its too complicated to sumarize in a few lines. The best thing to do is start from the beginning ( lineInitializeEx ) and work to the end result ( LineGetID ) checking your errors along the way. You will need another thread to do the checking of the state of the line, and it will have to be properly synchronized if you don't want unexplained crashes. If your program is answering the call, don't touch the phone buttons. When you answer the call cprog.exe owns it and you will not be able to access it. Also is there a reason you are mixing ril with tapi? I would guess it complicates the issue, why not just use tapi or just use ril?
Ril or TAPI
Yes! You are right, either one can be used. I am a little bit confused about the two. Just remember I am new to this kind of development. After sometime I am testing the use of RIL and TAPI both can give the same answer, but better use TAPI from the beginning. And I have to kill the cprog.exe and RegisterHotKey for green button first.
I want to ask you something. Why after several attempt of LINEDEVSTATE_RINGING event, there is no LINECALLSTATE_OFFERING trigger, as this event use to lineAnswer? And what should I do when the LINEDEVSTATE_RINGING event trigger?
Thank in advance
Sorry, I may have been a bit loose with the terminology. Its a while since I coded that part - Line states, line messages I mean. LINECALLSTATE_OFFERING is obtaine this way....
First off, use the event notification method, not the callback window. Wait for the event using WaitForSingleObject then Use lineGetMessage to get a LINEMESSAGE. If the dwMessageID of the LINEMESSAGE is LINE_CALLSTATE then check what call state it is (eg is dwParam1 equal to LINECALLSTATE_OFFERING etc). You can then take action depending on what you want to do, like answer when offering.
I never see LINEDEVSTATE_RINGING because it is not needed by my app because the line messages suffice. Killing cprog.exe on a users device before its neccesary could lead to missed calls, also when it is not running the caller just hears the ringing tone so it seems like they are being ignored. I have also found that the os restarts it again anyway after a while (actually it seems like it dose this after the device has powered down and when a new call comes in).
What is the different when using event and callback function
What I understood that we can use either event or callback function to gain message from TAPI. I am using the callback function to get the LINECALLSTATE_OFFERING, which is different than you, where you are possibly using the Event method (lpLineInitializeExParams->dwOptions = LINEINITIALIZEEXOPTION_USEEVENT - I think you are using this one!).
I still cannot get the status of LINECALLSTAE_OFFERING. Some of the events caught are LINEDEVSTATE_CLOSE and LINEDEVSTATE_OPEN. What is the meaning of LINEDEVSTATE_OPEN stated in the MSDN line is open by other application, does it means that cprog.exe is conqured the line?
The reason I said to use the event method is that I have only done this with it. I could not give any advice about the call back method (although i guess it should give the same results), if you can get it to work then its fine. How are you getting LINEDEVSTATE_CLOSE & LINEDEVSTATE_OPEN? LINEDEVSTATE_XXXXX have nothing to do with LINECALLSTATE_OFFERING. Are you checking for a LINE_CALLSTATE in your call back? I think in the call back method this should be sent to your program.
ie
case:LINE_CALLSTATE;
{
if(dwParam1==LINECALLSTATE_OFFERING)
{
//it is offering
}
}
break;
All LINEDEVSTATE_OPEN is telling you is that cprog is also using the phone to wait for calls (normally cellular line).
If LINE_CALLSTATE it means a call is comming and you can find out about it (eg if its offering). cprog.exe dose not do anything to the call unless the user presses a button or taps on the notification. It dose nothing to the line, cprog will be aware of the same messages that you are and if you set up tapi to use data on a line then unfortunately cprog will also ring when data calls come but other than that there are no issues with it to worry about. If you need proof of this just donwload the current version of GSMbeam and in the settings change the spelling of cprog. When a data call comes in you will see GSMbeam monitoring it then the cprog notification will come up over that monitoring the same call. The program that answers the call first is the one that owns it, until then its not altered.

VoipCall 0.2.1 PDA + SmartPhone (31-05-2008)

Development of VoipCall has been stopped.
VoipCall 0.2.1
In the VoipSMS thread people started asking for a similar program for calling. So here it is
It's a first trial. If you've got some suggestions; let me know.
Requirements
You need the .NET Compact Framework 2.0 to run VoipCall.
Instructions
In order to use VoipCall, it's important to configure it first.
Go to options and set the following values on the first tab (Application Settings)
Pause sign: p (lowercase, this is default, however unlikely your phone might have a different sign)
Default country code: this is a digit code which will be used when no country code is set.. For The Netherlands it's 0031. For Germany 0049 etc.
Use '#' Sign: set to true.This will add an '#' sign to the end of the number to call. This is needed by VoipBuster.
Accounts (second tab)
Add a new account by tap and hold on the list of accounts. Enter a friendly name and the number.
The number can be retrieved over here: https://myaccount.voipbuster.com/clx/accessnumbers.php?form=profile
(Login first and then go to : 'Make VOIP calls from your fixed/mobile phone)
Select your country and a city. The number displayed must be filled in on the VoipCall settings)
Done.
Now you can use VoipCall ;-)
Just select a contact or type a number in the textbox at the top. and press the call button.
Have fun!
Versions
There are two versions available;
- For PDA/PocketPC
- For SmartPhones
The SmartPhone version has some limitations. It does not support favorites and currently only 1 account. Hopefully I can change this soon.
PDA
Changelog
Version 0.2.1 (31-05-2008)
- Parenthesis in numbers will be removed in order to make calls.
Version 0.2 (22-05-2008)
- Move favorite down/up in contextmenu on favorites
- Delete all favorites
- Order favorites fixed
- Phonepad will be visible during call
First attempt...
Hi Mathieu,
Thanks for the app! I tried it but I have few comments:
1. After configuring the app and using a country code where I'm at right now (France) it looks like the app tried to call to my own number...?
2. I saw that VoIPbuster actually has a Java app where you enter your own number and the other party's number and when you click "call" it dials back to you and then connects you to the other party. Can your app use the same method?
The reason I'm asking for (2) is because at least for me, I travel allot and I would like to redirect my call to either a local landline or other mobile phone which is different from the one I registered; doing so will be very useful...
I noticed that the app (also the XP app) using UDP to communicate with VoipBuster so I'm not sure if this is an open interface that they publish or not but it will be very useful!
Again, Thanks allot for the efforts!! Let me know if I did anything wrong and why the app initiated a dial to my own number after selecting someone from my contacts to call to...
Gil.
Hey,
Some quick answers.
1. Did you enter the correct number for the account? It must not be your number, but the service number from VoipBuster.
For France it's: 0170909535
2. I've to take a look at that app. I'm aware of its existance. Unfortunately VoipBuster is not giving away a lot of information. But I'll take a look at it.
Another option is to configure multiple accounts. You can switch accounts at the bottom of the main screen.
Ok, now it's clear
So I will have to enter the local access #. I will try that tomorrow morning...
Let me know if you have more information about phone-to-phone using two numbers (my own number and the number I want to call to) it has lots of benefits when one is abroad and using a pre-paid SIM card... if VoIPbuster will call me instead of me calling out - I will not be charged locally for the incoming call. I will only have to pay VoIPbuster charges which is much cheaper...
Thanks!
Gil.
hi Rhapsody, that was quick! didnt expect it so fast.. great idea and it looks like another very nice app...
ive been having some trouble with my voip calling from the internal wm6 possibility, so i cant wait to try this one
The VoipBuster rates for calling to your mobile number and the number you wish to call apply (plus a callsetup fee of 5ct). Costs for the calls will be settled via your VoipBuster account, so make sure you have enough credit.
Example: You are in the USA and wish to call a landline in the UK. You pay a callsetup of 5ct plus a rate of 18Ct/Min + 1Ct/Min = 19Ct/Min
Click to expand...
Click to collapse
It seems like you also pay for VoipBuster calling you.
I've uploaded a SmartPhone version.
Unfortunately I was unable to add favorites functionality as well as multiple accounts. Hopefully I can add this soon.
Rhapsody is the best
Rhapsody,
I've sent you an email with some additional information I've found for better automation of betamax services.
Take a look, let me know if some of these functions can be part of your client, it will be REALLY COOL if it can be implemented and make your program even more complete
Gil.
Thanks!
In the meantime I was also searching for some more information but without success...
I'm gonna check my mail now
Does it work only with Voipbuster? I only have account with Voipstunt..
It should work with every VoipBuster clone.
what about?
what about freecall.com? can I use this with account in freecall.com? imho freecall much better than voipbuster. they offer more countries to call for free, and free sms as well.
DaMilky said:
what about freecall.com? can I use this with account in freecall.com? imho freecall much better than voipbuster. they offer more countries to call for free, and free sms as well.
Click to expand...
Click to collapse
FreeCall.com seems to be another Betamax client, so the answer is yes; you can use this app for it.
In fact; the required settings are identical to VoipBuster. (http://www.freecall.com/en/geo.html)
VoipCall installation
Hi Rhapsody,
I use "VoipSMS". It's great, thank you for it.
I' ve tried to install "VoipCall", as well. Unfortunately, I can't select any provider nor can I define a new one because the "Account" tab is unaccessible, it is grey. Is it normal? My gadget is an Asus m530w smartphone with WM6 Standard OS.
I use "fring" with "Poivy" settings. It works fine. I' d like to use "VoipCall" with "Voxalot". Could you advise me the required parameters for selecting Voxalot, please?
Best regards,
tipmix
I am using Gizmo for my voip. can i configure it on voipcall 0.1
thanks
rsourour said:
I am using Gizmo for my voip. can i configure it on voipcall 0.1
thanks
Click to expand...
Click to collapse
I cannot find anything about Gizmo on this issue on their website.
The only thing you need (for now) is a service number to call. This service number is a computer where you can enter the number you want to dial through the voip provider.
Gizmo is not a Betamax client so I think it's not possible.
Further I'm waiting and hoping for some help from VoipBuster itself. I've dropped a question at my contact at VoipBuster about if it would be possible to implement calling like on their website (that the service calls you and the recipient).
tipmix said:
Hi Rhapsody,
I use "VoipSMS". It's great, thank you for it.
I' ve tried to install "VoipCall", as well. Unfortunately, I can't select any provider nor can I define a new one because the "Account" tab is unaccessible, it is grey. Is it normal? My gadget is an Asus m530w smartphone with WM6 Standard OS.
I use "fring" with "Poivy" settings. It works fine. I' d like to use "VoipCall" with "Voxalot". Could you advise me the required parameters for selecting Voxalot, please?
Best regards,
tipmix
Click to expand...
Click to collapse
I don't know Voxalot. (Seems like there are thousands of Voip Providers)
The only thing you need to get it to work is a service number.
I'm not sure but you could try a number from this list: http://www.sipbroker.com/sipbroker/action/pstnNumbers
I'll try to look at the account issue asap. Thanks for reporting.
I am confused by the overall VOIP concept??
Is it truly free, or do I still have to have Skype or a similar account?
What other software must be loaded for your progiie to work?
Thanks so much!
pardon my ignorance, but I am not sure what this program is for. If you are calling a service number or if the service is calling your phone, aren't you charged airtime on your phone anyways? Or is this really a way to get international calls cheap or free using standard local airtime?

SayNOTO0870 Application for WM

Dear Members,
I am working on an application in C# for WM which connects to saynoto0870.com website and fetches the alternative geographical No. to 0845,0870,0844 etc.
How this application works is as follows:
When user dials an 0844 or 0871 No. this application intercepts and provides with options to either go ahead or check for an alternative geographical (landline or 0800) No. from saynoto0870 website. (this option disappears after 5 second if no input is provided by user and tries to reach the dialled No.)
If user allows the application to connect and search for alternative No. it fetches the company's name, alternative No. and description of alternative No.
It then lets the user call the alternative No. by clicking on it
It also keeps track of retrieved numbers in history(application specific) and provides option to add the No. to contact List.
What I would require from respected members is to provide their comments and suggestions. I will be much obliged to receive suggestions to improve the application. I will soon post the screen shots. but first I need to make sure there are enough users to utilize this application. and no doubt this application will be free to use and redistribute.
Thanking you,
Ittar
P.S. Please do not forget to write down your suggestions.
Did you get anywhere with this ? i use the service all the time, would save loading up a browser and messing about.
I second that! I hadn't even noticed the first post!!
Definately a great idea!

Jajah Plugin

I'm a big Jajah user, and one of the things that has been annoying me is the lack of direct support in Windows Mobile.
Therefore, with a little hacking and even less development, I've created a small context menu extension to the Contacts list which allows you to call a contact using Jajah. What this actually does is uses the Jajah API (Web Service).
To use, install the below attached CAB.
You can then run the Jajah Configuration application from your Program Files to set up your User, Password and Number. Note that if you try to dial and one of those isn't set, the configuration application will run instead of dialing.
Note that if you have contacts running, you need to either kill the process (via ControlPanel->System->Memory) or restart the device to have the option appear on your contacts context menu. In other words, if it doesn't work, please reboot and see if it works before leaving messages here.
Additionally, each number dialed should have a prefix (that is, country code).
TESTED ON:
Devices - XPERIA & DEVICE EMULATOR WM6 PROFESSIONAL
Phone #- +1 (xxx) xxx-xxxx
Enjoy - SUGGESTIONS WELCOME!
great job !
thanks for your software !I am a jajah user too .I will testing soon .

[GUIDE] New guide for VOIP/SIP on WM6..all files included

I spent a couple hours sorting through blog posts, downloads, cabs, blah blah blah... with the goal of getting my forsaken Treo Pro (WM6) to use VOIP through my office's SIP/Asterisk setup.
To save you all some headaches, here's the distilled version of what I found to be the best combination of software and quick hints for install:
I started with this blog post, to give credit..
http://voipguides.blogspot.com/2008/05/voip-sip-client-for-windows-mobile-6.html
But I used different software... so I've included a zip with the package of all the stuff I installed to make the damn thing work.
1) Install all of these:
- voipdrivers.cab
- custelvoip.cab (works better than MajikVOIP.cab)
- sipconfig.cab (originally named SipConfigTool_2_0_1.CAB)
- audioroute.cab (from http://www.teksoftco.com/index.php?section=freeware)
I've also included setupvoip.cab .. which is a fancier SIP setup tool, and may work better than sipconfig... but I used sipconfig originally, so that's what I'm writing up here.
2) Restart your phone
3) Run sipconfig ... enter all of your sip configuration details, and also use the menu option to enable VOIP over 3G if you desire it.
4)Now go start -> settings -> personal -> Phone. Choose ther Internet Calling tab. Set the option for "whenever available".
5)On the main/Today screen you will see a phone icon with description VOIP ( you entered name of provider VOIP in (step 4). It'll show you the status of whether or not it has registered with SIP. A Hint, you might need to trick the phone into connecting to 3G first... e.g. by browsing the web... otherwise WM6 at least doesn't seem to auto-connect to 3G for SIP.
6) After connecting using 3G or wifi, You will see the status displayed as VOIP: Available.
7) You can now make calls as normal, or receive calls in.. and everything is routed through VOIP.
8) You'll notice that many WM phones will route the audio through the rear speaker (annoying) .. which is why you installed audio router from teksoft... it adds a little icon on your top system tray to let you change between earpiece and rear speaker for audio. There's a bunch of audio switchers out there. This is the best one by a mile. And it actually works.
Cheers,
Andrew Eross
Thanks for your effort. Similar tool is already posted as Schap - Setup voip Tool -
http://forum.xda-developers.com/showpost.php?p=1364611
Thank you!!!
I've looked around for a guide as clear as yours. You've the best guide all around... Thank you a bunch...
Thanks for your great job. I new on Windows Mobile so I need a lot this kind of help.
I download and followed your installation procedure on a HTC 3G+, T3238 (chinese version of the HTC 3G, manufacturer HTY Taiwan)
Works well, Hope others also will be successfull
By the way, is there an also simple way to sending DTMF tones for remote control of my answering machine? When I try to send numeric keys after the call is connected it looks like I start a new connection with numbers actually for remote control of my answering machine.
Hi, I'm also in the club that has browsed hundreds of post looking for a setup of VOIP and also looking for a solution on good incoming sound level when using Voip on phone. Your files solved all my problems!
Phone: HTC HD2 Norwegian with Rom 1.66. Use the Norwegian company www.iplink.no for VOIP at home / office and (now) on my mobile phone.
Made my own ipdialplan.xml which can be found attached to this post.
Done some testing calling people through Voip: after approx 1 minute the connection falls down. I looks like I'm still connected to the other part (interface shows that a call is going on) but none of us can hear the other part. I then have to cancel the call in the phone interface. Make new call to same person, after approc minute the connection goes down again...
Is there some kind of registry setting that controls this "timeout"?
Hi, this tools does work also on windows mobile 6.5?
I know that on the HTC Fuze some of the wmvoip.cab installs breaks the GPS - anyone test this yet?
THanks!
does this work on hd2
I've done everything you said, but I can't find the option to show internet calling is available. I have Kumar 1.5 installed, and am about to try another ROM (maybe Laurentis, the SIP drivers are cooked in). What are you running?
shah_vm said:
does this work on hd2
Click to expand...
Click to collapse
yes, it does!
Best Voip All in one solution. Try This
http://forum.xda-developers.com/showthread.php?t=596682
I tried last night to no avail. I am guessing that using a WM6.5.x ROM stops me, because I can't access the right settings (start-settings-personal-home or phone) because my settings button takes me straight to the black screen of text version. I even tried to go to a 6.5 ROM (cooked with VOIP drivers in), and even then I couldn't get the VOIP phone icon to appear on the today screen. Every time I selected it from the Internet tab in the setting, it would just ignore my changes.
I would love to get this working with a nice cooked 6.5.x ROM, and am not giving up yet, but man is this frustrating. As a side note, I am learning lots about the workings of WM.
sidelait said:
yes, it does!
Click to expand...
Click to collapse
thanks for the reply. i have also installed i was able to receive incoming call but unable to make outgoing call. are you able to make outgoing call?
Okay, I feel like an idiot, but I figured out how to enable the internet calling tab on my HD2. I am still apparently learning lots about WM6.5. After I disabled Sense, I could add tabs to the today screen. I did everything right, but the voip tab just either says searching or not active. And it somehow disabled my data connection. Not sure anymore, almost through trying ROMs. Is everyone else running this on a stock ROM, or are there certain features that interfere with this?
VOIP almost working
I've implemented Internet Dialing and have SIP configured my my provider and I am able to receive calls. But, I notice that when I dial out a "9" is put in front of the number I'm dialing making it impossible to dial a number correctly. How can I change this?
forepj said:
I've implemented Internet Dialing and have SIP configured my my provider and I am able to receive calls. But, I notice that when I dial out a "9" is put in front of the number I'm dialing making it impossible to dial a number correctly. How can I change this?
Click to expand...
Click to collapse
You need to edit your ipdialplan.xml. It's in your windows directory. Basically it is set up by default to dial a 9 and in area code 425... If you look at it you should see where to edit it... There's also a utility knocking about here to set up a basic one for other countries...
Can't svae ipdialplan changes
I can open Total Commander find the file and make the changes to ipdialplan.xml by taking the "9" out of the 10 digit plan and the 7 digit plan, but I can't save the changes. I get "Error, could not create file" every time.
It's either open or write protected. Edit on the PC. Copy it over with a different extension. Rename the original, and then rename the new one to the right name.....
I have this very strange problem.
I have tried to install all this, but it works only partially.
Outgoing calls work and the receiving party can hear me. However, I don't hear them. Also, on incoming calls my phone doesn't respond at all.
Does anyone have any idea what is the problem?
I'm having a Topaz @ WM65.

Categories

Resources