VoIP and WM6 Dash - HTC Excalibur

Just wanted to post the results of what I found.
From what I can tell, the VOIP files are missing from the default WM6 Dash Image, a file named WM6VOIP.cab that is floating around the forums will add the files back in. Then following the directions in http://forum.xda-developers.com/showthread.php?t=299950 you can build a cab file with your VOIP provider details inside and install it to the phone. Once installed, find the default windows homescreen as it will have had the Internet Calling plugin put into it, and copy the code for the plugin and place into your home screen of choice. Then you can watch the progress of internet calling. First you need to go into Settings - Phone - Internet Calling and tell the phone when you want it to try to use VOIP, select Where Available to have it connect any time your wifi is on. Turn your wifi on and pair to an AP and watch the magic happen.
There is a bug, at least on mine, where the internet calling app will stay on searching... and never go to selected. However, calling in and out still works so it is not that big a deal. If someone does know how to fix this bug though, please speak up.
The default dial plan sends out a 9 with the numbers you dial through VOIP, so you may need to modify it to be able to send a call successfully. The details are in the thread above.
Call's sound just fine and work quite well. VoIP on a smartphone!

A few more discoveries of my free time.
Along with the issue of not going to selected, the solution I posted above forces audio to go out the speakerphone. When you pair a bluetooth headset however audio goes as it should out the headset so it functions.
Annoyed by this and the searching bug I found another set of DLL's that came as a CAB with a Universal ROM and hand loaded them into the device. Good news is the selected bug is fixed with these new files, bad news is the audio seems misrouted as I can not hear a thing from the other side of the conversation, even when calling internal service lines in asterisk. I will keep trying to find other versions of the DLL's to see if I cant come up with a perfect version, or maybe trying to mix and match to make everything work right

For reference, here are the cabs im playing with so far. WM6VOIP.cab is the set that works, but with bugs. voipfiles.cab was taken from a Universal ROM and while selection works better, audio is misrouted.
Edit: The working files were a cab intended for the VOX, which is why im guessing the audio even half works. The non working cab taken from the full PDA's had audio going the wrong direction simply because the platforms are too dissimiliar. Maybe someone can look back at the WM6 beta roms and see if the VOIP files were ever included by accident, or hopefully the full HTC WM6 rom not from t-mobile will have the files in it.

Interesting, it seems a hybrid of the files has stuff working.
I have loaded the rtcdll.dll from the Vox, with the dnsapi.dll and the voipphonecanvas.dll from the universal and the selection bug is gone, however the audio is still by default routed out the speakerphone and not the internal speaker.
We must strive then to find versions of rtcdll.dll, as it seems to be the controlling factor in where audio goes and how it goes. Or to find some registry entry that controls it.
Edit: a note, dont try to use the VOX rtcdll.dll and dnsapi.dll with the universal voipphonecanvas.dll, instant boot loop. More progress after the factory reset finishes.
Edit2: On second thought, don't mix dll's at all. I have managed to successfully put my device into a boot loop again. This is not a safe place to play.

Well... I've got mine working (sort of) it logs in to my voip server but i can't call or receive incoming calls. Got a message on the screen saying "Internet Calling: Available" but every single call goes through my cell provider.
Hmmm...? Any ideas?

Well... I've got mine working (sort of) it logs in to my voip server but i can't call or receive incoming calls. Got a message on the screen saying "Internet Calling: Available" but every single call goes through my cell provider.
Hmmm...? Any ideas?
Click to expand...
Click to collapse
Got the same problem with 1 provider.
With another it shows "Searching" which won't turn into Selected but at least the icon is showing and it attempts to dial through VOIP.
Make sure you updated your dialplan to your needs. The default one I guess works only for US numbers, fine if you live there, otherwise...
Still searching and triying to develop a little tool to make provisioning easier. Like the one already existing, but for SP instead.
Ka.

kast said:
Got the same problem with 1 provider.
With another it shows "Searching" which won't turn into Selected but at least the icon is showing and it attempts to dial through VOIP.
Make sure you updated your dialplan to your needs. The default one I guess works only for US numbers, fine if you live there, otherwise...
Still searching and triying to develop a little tool to make provisioning easier. Like the one already existing, but for SP instead.
Ka.
Click to expand...
Click to collapse
Hi,
I've tried with my own asterisk, pbxes and sparvoip to no luck.
on every occasion it shows "Available" but can't make any calls
Bart

I'm on pbxes as well. Don't have access to logs... But maybe on your Asterisk you can see better what's going wrong.
Ka.

Hi Kast,
Could you please post your config and dialplan? That would be great.
Thanks,
Bart

Hi,
my config is the same template which was found in here. Only parts which are different are the ones specific to my providers.
For the Dialplan, I got it from one of the posts in the initial VOIP thread in this forum. Credit goes to stevehead http://forum.xda-developers.com/showthread.php?p=1200853&highlight=dialplan+intl#post1200853
Ka.

Well... then I think that there is something wrong with my setup.
on my home screen it displays "Internet Calling: Available" and does not pick up the name of the sip provider from my xml file.

I'm in your same situation with my main provider, actually a hosted Asterisk box. With others providers I get the "Searching" and the icon showing, so I guess it's some kind of incompatibility between MS SIP implementation or standard template and some providers.
Gotta read better the configuration documentation to see if other parameters are available and need to be used in some cases.
Ka.

Have you looked at MS configs? they're slightly different:
<voip-provision>
<set name="SIPsettings"
value="&ltprovision key='1232ab01' name='YamazakiVoIP'&gt
&ltuser account='example\useraccount' password='test'
uri='sip:[email protected]'
allowedauth='digest'/&gt
&ltsipsrv addr='1.2.3.4' protocol='UDP'role='proxy'&gt
&ltsession party='First' type='pc2pc' /&gt
&ltsession party='First' type='pc2ph' /&gt
&lt/sipsrv&gt
&ltsipsrv addr='1.2.3.4'
protocol='UDP'role='registrar'/&gt
&lt/provision&gt" />
/>
</voip-provision>
That is from msdn

They use the IP instead of hostname?
Ka.

no, not that. just the first line is different.
i am trying now.... and it's not working... won't install cab

To help out people, here is my VOIP config file. I am connecting to my own asterisk box.
Code:
<wap-provisioningdoc>
<characteristic type="VoIP">
<parm name="SIPSettings"
value="<provision key='1232ab01' name='NAME OF YOUR VOIP PROVIDER'>
<provider name='NAME OF YOUR VOIP PROVIDER' />
<user account='YOUR VOIP ACCOUNT NAME' password='YOUR VOIP PASSWORD'
uri='sip:VOIP ACCOUNT [email protected] OF VOIP SERVER'
allowedauth='digest'/>
<sipsrv addr='FQDN OF VOIP SERVER' protocol='UDP' role='proxy'>
<session party='First' type='pc2pc' />
<session party='First' type='pc2ph' />
</sipsrv>
<sipsrv addr='FQDN OF VOIP SERVER' protocol='UDP' role='registrar'/>
</provision>" />
</characteristic>
</wap-provisioningdoc>
Do use the fully qualified domain name, and not the IP address of your sip server. It fails when trying to use IP for some reason.

I am running out of ideas. I can see now that the client logs into my PBXes account, but i can't make voip call or receive one. When dialing my extension i get the prompt from PBXes that the prson....is on the phone and phone just displays "Internet Calling: Available" doesnt display sip provider name.

bartp said:
I am running out of ideas. I can see now that the client logs into my PBXes account, but i can't make voip call or receive one. When dialing my extension i get the prompt from PBXes that the prson....is on the phone and phone just displays "Internet Calling: Available" doesnt display sip provider name.
Click to expand...
Click to collapse
It sounds like you installed voipfiles.cab and not WM6VoIP.cab. I said specifically that voipfiles.cab would not work right.

Qapf said:
It sounds like you installed voipfiles.cab and not WM6VoIP.cab. I said specifically that voipfiles.cab would not work right.
Click to expand...
Click to collapse
Hi,
I did install WM6VoIP.cab

bartp said:
Hi,
I did install WM6VoIP.cab
Click to expand...
Click to collapse
Only other thing I can think of is ensure you are using a domain and not an IP to refrence your SIP server, and double check all settings. These files were stolen off a VOX, where they didn't work perfectly either so I can't really say this component works all that well. When HTC releases their unbranded rom hopefully these VOIP files will be in it so they can be ripped out.
If someone still has the beta TMO roms it might be interesting to check and see if the voip dll's are in there.

Related

VOIP of Hermes LVSW Edition (2007-03-26)?

May I know will VOIP worked with Hermes LVSW Edition (2007-03-26)?
I installed the VOIP.cab, and check with windows folder, there is No such files.
ipdialplan.xml
dnsapi.dll
voipphonecanvas.dll
rtcdll.dll
May I know How to make it work?
I'm not using LVSW edition but VOIP is working with my WM6. Try download this,
ftp://xda:[email protected]/Hermes/WMXL_Support_Files/WM6VoIP.CAB
May I know which version of WM6.0 you used?
Slightly modified Black v1.2.
I already make a few call just now. Works but there is echo.
May I know do u have these files?
ipdialplan.xml
dnsapi.dll
voipphonecanvas.dll
rtcdll.dll
Initially do not have. But after installing tha CAB I show you earlier, the files now in the windows directory.
Working VOIP on LVSW
I work with the LVSW 25-3-2007. VOIP works fine, but besides the VOIPWM6.cab, you also need to generate a voip.cab with your settings, like username and password.
Search the thread where everything has been bescribed. Follow the instructions and VOIP works... for me without echo (voipbuster).
I have create the VoIP.Cab and installed it, but the Internet Call alway available or no service, but I can't use it!
You have to tap the today item for internet call. until it become selected.
What provider that you use? I use voipstunt & voipbuster.
I using HKBN and I have tap the Internet Call, but there is No response!
In internet calling tab, what do you select? For me I select Use internet calling "whenever available"
Yes, I have select the Whenever available.
I 've a similar problem too.
I've installed the LVSW Edition, + the voip Cab.
I've configured a .cab to enter my ISP configuration.
When I launch Wifi, in 10-15 sec, I have : Internet Calling Available on the today screen.
BUT !
When I click on the internet tab on the today screen, I just see the configuration never, whenever available, only if cellular is not available.
And that's all !
How can I phone ?
When I use the green button of the hermes, I have "no sim card".
( I've removed it)
And I don't see how to pass a call.
Help is welcome.
Thanks to all !
Why you not try voipbuster or voipstunt.
How can I make the internet call from available to selected?
I have check the phone , which contain Prov0SIPSettings under the directory \Windows\System\VoIP
You may need some registry editing,
HKLM\System\VoIP\SIP\EnablePort5060
change to value from 0 to 1
If you connect to internet using 3G then
HKLM\Comm\RTC\AdapterTypes
delete value for both 1 & 2.
After that softreset your Hermes.
When internet call become selected, all your call will be using VoIP.
I did the registry changes, but, no way !
It always tell me that I can't launch the call !
Don't understand...
If someone could help !
I change these registry and reset, it still show available.
Does your configuration in voip is correct? ie username, password, server, port, etc..
If you are using voipstunt, I can show you my configuration.
The configuation may be correct,but some setting I need to confirm, Anyone know the sip.registrar.com of the HKBN 2b service? or the configuration of HKBN?

[SOLVED] VoIP: How I use it?

THIS IS THE SOLUTION FOR ME WITH YOUR ANSWERS
1) Create any VoIP Account with a provider (for example I use VoIPStunt)
2) Configure the wm6 voip with your settings account:
http://forum.xda-developers.com/showthread.php?t=299950
or more easy,
http://forum.xda-developers.com/showthread.php?t=303493
3) Talk using VoIP:
http://forum.xda-developers.com/showpost.php?p=1233797&postcount=14
4) Call to SIP address:
http://forum.xda-developers.com/showpost.php?p=1235084&postcount=21
and
http://forum.xda-developers.com/showpost.php?p=1234112&postcount=19
Thanks a lot for your help.
Toni
Hi all,
sorry if this post is OFFTopic for this forum, but I search and read other post and I not find the solution.
I want use the WM6 VoIP (with lVSW ROM). I install the voip cab and the settings for my provider.
The question is: how can I receive calls? how can I make calls? I not find any dialpad or similar to make it.
Thanks a lot and sorry for the offtopic.
Toni
Click to expand...
Click to collapse
I have been reading a little about this but have not done anything about it because been to busy flashing...lol...but anyhow if you already did everything i think i read that in order for it to work you need to be connected to WIFI, not your isp...if im wrong please correct me someone!! and if anyone got it to work with AT&T please post carrier settings please!
ToniSC said:
Hi all,
sorry if this post is OFFTopic for this forum, but I search and read other post and I not find the solution.
I want use the WM6 VoIP (with lVSW ROM). I install the voip cab and the settings for my provider.
The question is: how can I receive calls? how can I make calls? I not find any dialpad or similar to make it.
Thanks a lot and sorry for the offtopic.
Toni
Click to expand...
Click to collapse
If you searched in the forum you would have found this thread
http://forum.xda-developers.com/showthread.php?t=299950
Hi Shaun33
I found this post and I read all the commants. I make all steps that post indicated, but my problem is that I doesn't know how to use the wm6 voip.
In the same port, anybody has the same problem, but there hasn't answer.
Thanks.
Toni
if you can't see an answer in the thread (http://forum.xda-developers.com/showthread.php?t=299950) then there probably isn't an answer!
ToniSC said:
Hi Shaun33
I found this post and I read all the commants. I make all steps that post indicated, but my problem is that I doesn't know how to use the wm6 voip.
In the same port, anybody has the same problem, but there hasn't answer.
Thanks.
Toni
Click to expand...
Click to collapse
Why not you post what you have done & we identify what is the problem & give the solution.
i think he just wants to know how to actually use it
I am wondering, if he buy the VOIP service or not....
I wanna ask, will other VOIP service provider work on WM6?
like SunRocket or ViaTalk, etc.
TIA
ToniSC said:
Hi all,
sorry if this post is OFFTopic for this forum, but I search and read other post and I not find the solution.
I want use the WM6 VoIP (with lVSW ROM). I install the voip cab and the settings for my provider.
The question is: how can I receive calls? how can I make calls? I not find any dialpad or similar to make it.
Thanks a lot and sorry for the offtopic.
Toni
Click to expand...
Click to collapse
If I understand you correctly, you want to know how to make a call after getting your VOIP settings. Actually, there is no separate dial-pad for a VOIP call - you have to use the existing dial-pad which you would normally use when making a cellular call.
If you have set up your VOIP settings correctly, your plug in on your Today screen should say "your VOIP service:Available or Searching" instead of Internet Calling : Available/Not Available.
In my case, I use Gizmo, so it says Gizmo:Available (when it's not connected) and Gizmo:Searching (when connected via wifi).
When it says Searching, you click on the plug-in, then go to your normal dialing pad where it should also say "Gizmo" on the top right hand corner to indicate that WM6 is using VOIP instead of GSM to make the call.
Hope this helps.
As I am a noobie, I would appreciate it if the senior members could either confirm the above or correct anything which is wrong above.
arul said:
If I understand you correctly, you want to know how to make a call after getting your VOIP settings. Actually, there is not ..........
Click to expand...
Click to collapse
This is the correct "Usage Instructions" for voip.
This is also how I experienced it. Voip only connects through WIFI, although I have made the registry changes as mentioned in another thread. It will be nice if you can select which service to use eg. VOIP or GSM
what if i want not use voIP but my gsm network to call. there is isnt any option to do that once you setup voip. you can disable it but thats not the point. nokia's give you option. am i wrong?
nolovelust said:
what if i want not use voIP but my gsm network to call. there is isnt any option to do that once you setup voip. you can disable it but thats not the point. nokia's give you option. am i wrong?
Click to expand...
Click to collapse
Just tap the today screen item for it toggles between VoIP and GSM
ok... lots of speculation here. Let me tell you what I know:
VoIP, when properly installed, works in the following manner. (If you can't obtain these results then your ROM needs upgrading or your provisioning is incorrect).
Initially, the Internet Calling today screen plugin will show "off" when VoIP is set to "Never" in the Internet tab of phone settings.
When connected to WiFi, you can change this setting to "whenever available". At this point, a properly provisioned VoIP installation will show your VoIP provider from the provisioning XML and "Searching". Shortly after, "Searching" will change to "Selected". At this point all outbound calls placed from your phone will be through your VoIP provider. In fact, the phone skin will show this name too.
However, your phone will ring for incoming calls made to your GSM phone number as well as your VoIP phone number
Now, tapping "Selected" on the Today screen VoIP plugin will change this status to "Available".
At this point, outbound calls get placed through your GSM provider again and the phone skin will show your GSM provider name.
However, inbound calls to both your GSM and VoIP numbers will still ring on your phone.
Turn off VoIP again by going to phone settings and changing the calling network to Never.
Additional notes:
The "Searching" forever behavior previously described is a Bug in some WM6 releases. lvsw 4/23 doesn't have this issue.
You can also set VoIP to work over 3G as well as WiFi by removing the values "1" and "2" in HKLM\Comm\RTC\AdapterTypes. However, there are issues with this that haven't been fully resolved yet. Incoming calls work fine but the called party can't hear you when you place an outgoing VoIP call over 3G.
so there is no way to do this
dial a number select or even press voip button and you dial via voip.
i hate symbian but i might just have to carry to phones because voip enabled nokias can do it.
hmmm maybe you didn't understand. Sorry about that. Short answer is No, there is a way to do this. You can dial any way you want with VoIP active. Just toggle the today setting between "Selected" or "Active" to choose which to use.
Computer to computer calls
I was wondering if there could also be made computer-to-computer-calls. Is there a way to enter 'voip-names' instead of phone-numbers?
at&t CallVantage
How about those of us on Cingular or "The New at&t" is it possible to subscribe to the at&t VoIP service called CallVantage and then get it working on the Hermes?
@tembares:
You *could* try calling directly to the other phone's IP address. the default dialplan supports this. use the following syntax (example assumes you're calling a phone whose address is 192.168.0.1):
192*168*0*1
@brandyholt:
If the AT&T Callvantage service supports a SIP based softphone then the answer is yes.
Thanks a lot Sleuth255 and all people answer to me.
Finally I have been able to make work it!!!!!
@Sleuth255
One question please, if 192.168.0.1 is 192*168*0*1, how I dial for call to an SIP address, for example my gizmo address [email protected]
Toni
Sleuth255 said:
@tembares:
You *could* try calling directly to the other phone's IP address. the default dialplan supports this. use the following syntax (example assumes you're calling a phone whose address is 192.168.0.1):
192*168*0*1
@brandyholt:
If the AT&T Callvantage service supports a SIP based softphone then the answer is yes.
Click to expand...
Click to collapse

voip

hi ,
i have an htc s620 original device.
my isp has now voip,
with an installer from firsthand, but intsall tells me it isnt for this device.
so its maybe cause i have wm5,
can i install voip on wm5
or do i need to upgrade?
can i use the voip tool on the forum to setup this?
i have all the settings..
thanks!
maybe worth to mention,
i tried the tool, but it wont start, i get an error so i guess i need WM6
so looked for the tmo wm6 update but gives ERROR [244] : INVALID MODEL ID
Looked further, and i saw it needed to be in other state or something:s
so i tried to downgrade the bootloader, but trying this i got the same INVALID MODEL ID error ,
so not sure with the downgraded blr iff it will work cause of it :s
now i have an original branded HTC, it is sim unlocked, but cid, i dont know how to check this, and im not willing to pay imeicheck (or what is the name) cause shortly wm 6 will be availble on htc it self.
but i really need to use voip on my phone soon (its a beta test for my isp, it gives me free calls to anywhere so )
so anyone any ideas?
on voip or upgrading to wm6?
still no answer from any1,
but in meanwhile i cid unlocked it,
modified tmobile rom,
so i was able to flash my original gtc s620 to tmob wm6.
but i still get an error on voip,
and now i have a wrong keyboard setting and st9 thats freaking me out..
anyone?
ok so it seems no body knows a sh** about it
for those who are interested;
im missing those files to get it working :
# ipdialplan.xml
# dnsapi.dll
# voipphonecanvas.dll
# rtcdll.dll
after downloading the wm6voip.cab im still missing them.
so can anyone check his device to see you own those files? i really need it
evow said:
ok so it seems no body knows a sh** about it
Click to expand...
Click to collapse
Search
http://forum.xda-developers.com/showthread.php?t=304691
indiekiduk said:
Search
http://forum.xda-developers.com/showthread.php?t=304691
Click to expand...
Click to collapse
thanks, but i found and tryied them allready, i must be misplacing some parameters for the xml config cause it does not connect.
in the solved topic i posted the info from my isp , so i hope some one helps me out with it, ill try to add the info inhere too but, cant do now, wm6 seems not been improved internet explorer so.. thanks again
this is the info i got from my isp
can anyone help me out how to make the xml with this info???
thanks
Address: sip:[email protected]
Display Name: youre-sip-username
Authentication domains:
Realm Name: Realm
User Name: youre-sip-username
Password: youre-sip-pasword
Proxy Server: netphone.telenet.be
Proxy Port: 5060
Domain: telenet.be
and is it normal that the wm 6 sip config tool does not work on s620, cause some people say yes, other no :s
Had developed this http://forum.xda-developers.com/showthread.php?t=305398&highlight=voipiser try it, it's for smartphones.
Ka.
hi Ka,
that tool just rocks!
but still not able to voip
i allways dail out on cellular
my today screen says internet calling : available
so it doesnt change to the name i put in
getting nuts on it.
the strange thing is,
i have nog gprs active,wifi shut down, and cell to and the internet calling keeps saying available
in youre tool there are not many thing i can put in.
so i gues:
provider: there i can type in what i want, it does not matter?
userid, yes thats my log in name like my sip client for pc
password, idem above
proxy in my case netphone.telenet.be:5060?
but it doesnt do a thing,
even not when i first remove in system/voip the settings,
tried it with sip.freeipcall to,
but even that doesnt work...
ive read youll have to change ipdialplan.xml or something to,
but that cant make a difference on the available thing?
im i really missing something?
thanks!
i´m still not able to connect,
can anyone tell me a provider, where from it is sure it works?
then i can try it out ,
And something strange :
when i turn wifi off, it says available
wifi on, it says available and after a few seconds its says not available
can this be that there is something wrong in the config files?
I tried couple of providers. Managed to connect to some of them, some didn't even get to the provider name showing (Only Available) as you said.
Even though I managed to connect to some of them, no call actually went through. I read reports of people saying it was working perfectly fine, would be curious as well to know with which providers.
The one I tried are:
VoipBuster - Connected - No calls
Babble - Connected - No Calls
SipPhone (GizmoProject) - Connected - No Calls
PBXES - Didn't connect properly, showed connected on PBXES.com status page but not on phone.
Voxalot (kinda of virtual PBX asl well) - Connected - No calls.
Tried both on a S620 and S710.
Thanks,
Ka.
so actually the chance i can get it to work is very small..
mmmzzz..
Maybe thats because the voip files needed are ripped from a different rom
then the actually s620 rom.
so it could be that i configured everything ok in the xml,
but something is wrong with my rom software.
any idea why i get avaible when i have i have my wifi turned off?
Is there a way i can see iff it is really connected?
cause i never have connected or the name i putted in for the provider...
like on pc you see software starting..
maybe there is a software package like on pc for this to?
Ow yes, no i think on it, you say no calls,
first of all, were you allowed to call, cause mostly it is free to call from sip to sip, but not allowed without visa to call to other numbers..
and did you think on the ipdailplan, to change this to youre area?
Hi,
thanks for your tips but all of the Providers I tested with my S620 and S710 were providers I normally used with my ATA & PBX. So these are providers with which I normally call landlines and mobiles and that have credit.
The IPDialplan is another good guess, although tested more than a couple of them, all of them were reported to be perfect by others members of this forum. Even did modify one myself to bring it to less complexity and make sure all the calls starting with a + were sent to VOIP (all my contacts are stored in International format).
The DialPlan would check for +xxxxx, remove the + and put 00 in front (VOIP doesn't like the + sign). This would fail as well. So, prolly it has to do with the ROM and as you say with the fact the files were not meant for the Smartphones but ripped from don't know where... The only thing that puzzles me is hearing that people got it working fine and was just wondering with which provider they managed to get that.
On the other hand, don't pay too much attention to the Today Plugin. Even if really connected, it won't show "Selected" as it should but "Searching". You would know you're actually connected because of the VOIP icon appearing in the top line (the ICONBAR).
I really wanted to use my phone as a SIP phone, my landline is connected to VOIP and would have been nice to use my cell connected to the same PBX, place calls using same trunks, transfer calls, etc, etc.
Unfortunalty doesn't seem to work for me.
I use Skype now, works pretty well... Too bad SIP doesn't and no other nice software is available that does SIP on Smartphones.
Ka.
Hi Ka,
thanks for the fast response,
an idiote question,
From what country are you?
The Ipdailplan sound a bit difficult to me,
maybe you could upload a good and working one for me,
Other thing, i´m not sure it would make anything to do with it.
Just been mailing with some one about SIP,
he also mentioned that it could be that the firewall/nat from youre wifi router could cause the problem.
I´ll try to dail HTC support this evening from usa ,
maybe they can tell me some info on the voip cabs, cause im sure that something is wrong with it.
Also would like to ask you about the config tool you made.
is it possible to add an sip: user name in it cause i only got fields, provider, user, password and proxy, nothing more..
No big deal, but it would finish youre tool.
And what about transforming a pocketpc tool to smartphone?
im not a programmer, but maybe that one is possible?
Can you tell me what rom you are using you are using, still doubting i upgraded to tmob beta rom :s
just want to get the sip icoon in the bar, so i know its not me
cheers
i found this too , coul it make a change?
note: if no joy, try making the following registry setting change:
HKLM\System\VoIP\SIP
EnablePort5060 = 1
but how do i change the registry?
finally i found it.. it works, but not 100 pct correctly, but its a beginning...
so my little tutorial to help people out...
first make the update to windows mobile 6
(just called to htc it self, wm 6 htc woul be there in few days till 2 months,
so iff not work look how to update to the tmob wm6)
second
download the WM6voip.cab
third
register a voipbuster account
4th
make the xml, like this (changed my user and pwd)
<wap-provisioningdoc>
<characteristic type="VoIP">
<parm name="SIPSettings"
value="<provision key='1232ab01' name='VoipBuster'>
<provider name='VoipBuster' />
<user account='olivier***' password='*****'
uri='siplivier***@sip.voipbuster.com'
allowedauth='digest'/>
<sipsrv addr='sip.voipbuster.com:5060' protocol='UDP' role='proxy'>
<session party='First' type='pc2pc' />
<session party='First' type='pc2ph' />
</sipsrv>
<sipsrv addr='sip.voipbuster.com' protocol='UDP' role='registrar'/>
</provision>" />
</characteristic>
</wap-provisioningdoc>
5th
make it a cab file
:> cabarc N voip.cab _setup.xml
6th
install the cab...
and youll notice the screen inbternet call will tell:
voipbuster: searching....
just dial with example 003215666666 (i live in belgium, su its an example)
and the icoon above in the screen show a phone with wifi symbol.
so thats it
only things i have:
not all phonecalls i make ring
first call i could make it rings with normal speaker,
second call i made runs on handsfree speaker..
got to find a solution to that one now,
and i also need to change it back to my voip provider in needed,
but now i know it should work
also need to look to get rid of the available thing, , maybe i can change one of the wm6voipcab settings.. to a much nicer word , like connected :d
Can it be that you cant use an username with a @ in it?
when i use ka´s config tool it gives an error:s
cause voipbuster i can log in very easy with the tool,
but still the client i need i cant connect to,
there my user is [email protected]; voipbuster works with just user xxx and not [email protected] :s
maybe thats the problem :s
Ka, can you confirm me this please
Have you guys got voip working on the s620 now ?

Voip package available?

I'm not sure but I read through these threads:
http://forum.xda-developers.com/showthread.php?t=299950&highlight=voip
http://forum.xda-developers.com/showthread.php?t=303493&highlight=voip
Is there a seperate WM6 VOIP cab available somewhere? I don't see the suggested files, so I assume that I don't have it on my WWE WM6 rom.
Try search for VOIP...or look through todays postings for the same question:
and try these two posts
http://forum.xda-developers.com/show...highlight=voip
http://forum.xda-developers.com/show...highlight=voip
A quick search for VOIP will give you same answers
epmulligan said:
Try search for VOIP...or look through todays postings for the same question:
and try these two posts
http://forum.xda-developers.com/show...highlight=voip
http://forum.xda-developers.com/show...highlight=voip
A quick search for VOIP will give you same answers
Click to expand...
Click to collapse
Well, as you may have noticed I've found those threads, but I saw that the most of the thread is regarding HERMES.
I was wondering if anyone with an Artemis has been able to turn on VOIP (native voip)
I did manage to install the package as mentioned in the threads above, as well as put in the right config files. Also, the "Internet Calling: Available" today plugin is correctly displayed. However, I cannot switch dial pads and I don't get the correct status (connected).
Same problem here
Setup was done with Sip Config Tool 2.0.1
The plugin is configured : "Always, if available"
When connected by wlan or activesync the plugin displays : "Kein Empfang"
Disconnected from network displays : "Available"
Hopefully someone can help me
Guys I've got it working just fine on an xda orbit. There does seem to be a little bug though and that is when it's says "Searching" and "Available" on the today screen. Available actually means searching and searching means available
When searching is displayed, click on it in the today screen and you might notice a slight change in the signal which means it has switched to voip rather than gsm. Go to the phone screen and you'll see that the network has changed to your voip provider and any call you make will be routed through them.
I have downloaded sjphone yesterday and configured it to use my sip voip provider and it works brilliantly. The sound quality in sjphone is absolutely brilliant compared to the native voip, you should try it.
Finally it's working...
I tried to deinstall the plugin and after prompting an error it worked
The homescreen plug signals "searching" but as you said before it means "availabe". There are still a couple of things:
1) no incomming calls... i can't find the stun settings
2) +4930xxxxxx format doesn't work, i've to type 030xxxx
3) doesn't work after standby
Which version of sjphone are you using? There seems to be nothing available for wm 6
Hi BlueD,
I'm glad it's working for you. I tested incoming calls and that worked nicely as well without configuring any stun. The voip I used were sipgate and callcentric.
There's a post somewhere on one of the big voip threads and the guys managed to customize the dialing plans so that you can dial without using the international format. Do a quick search on voip dialing plan and you should find it somewhere.
Well obviously it doesn't cause the wifi disconnects, hence making it only useful for dialing out rather than receiving calls, except ofcourse if you want to leave the device on all the time, but that's not a very feasible solution.
The sjphone I downloaded was the one for v.1.60.303c Pocket PC 2003SE, it works nicely with excellent call quality. I also think you don't really need native voip capabilities to run that, which makes me think we could have had this on WM5 hmmm...
OK.. just fyi - i got a little bit more success in using the native VOIP solution. I had to flash from the WWE 6 to the BnB 2 ROM, then install the VOIP.cab and SipConfigTool. Now i can receive calls, but cannot place any... not sure why. Also, when i receive a call the sound is CRAP.. probably some codec issue here.
What type of internet connection have you?
Have you open ports on your router necessary for SIP, inbound and out?
epmulligan said:
What type of internet connection have you?
Have you open ports on your router necessary for SIP, inbound and out?
Click to expand...
Click to collapse
Yep I did. I got this confirmed by testing it with a softphone on my PC, which works great (same voip provider etc).

WM6Voip.cab

Hi everyone!
I've installed WM6 official o2, happy with it so far.
I've installed WM6Voip.cab and have set up sipgate.co.uk with it and it does seem to be working, even though it always says "Sipgate: searching".
My only problem is that the German lady on 10000 is waaaay to quiet even though the volume is up full I can't hear her any louder than a whisper...
Any thoughts?
I've tried with the speaker and the headset, same result....
Sorry I'm not able to help but where can I find the VOIP cab please?
Thanks
N
I haven't been able to overcome the volume issue myself! What I have done though is to use SJPhone (voip softphone) which runs nicely on Windows mobile. This in fact does not require the voip package to be installed even.
Link to site is: http://www.sjlabs.com/sjp.html
I hope it goes well if you try it out.
Cheers.
Here it is.
-Hans
View attachment WM6VoIP.CAB
Thanks for that. I'll give it a try
Edit>
Installed WM6VoIP.cab and SetupVoIP_v0.3.cab and entered the details of my Asterisk Server but I can't see any evidence of my phone doing anything. - O2 XDA Orbit with official O2 WM6 - No O2 stuff.
WiFi is working fine and I can surf but the phone doesn't attempt to register.
Any ideas please?
Edit 2>
Soft reset, switch on WiFi and I can see the phone registering and call extensions and the phone can be called. I can also make outgoing calls. However, I cant do *56* which should tell my asterisk box to read back my extension.
I also have almost inaudible sound.
Getting there though. Great work folks!
Thanks
N
about 'searching'
that might be a bug. Nevertheless it works.
I've installed the VM VI Black voip & config file and afterwards the original WM6Voip rtcdll. Now my display says 'activated'
kinski said:
I've installed the VM VI Black voip & config file
Click to expand...
Click to collapse
Errr... What's that please?
ntblade said:
Edit>XDA Orbit with official O2 WM6 - No O2 stuff.
I also have almost inaudible sound.
Click to expand...
Click to collapse
Same here. Any suggestions ?
Have a look at this thread: http://forum.xda-developers.com/showthread.php?t=299950&page=85&highlight=VM+VI+BLACK+voip+config
I know this is an old topic. Is it possible to find the source code that generated wm6voip.cab?
lingniu said:
I know this is an old topic. Is it possible to find the source code that generated wm6voip.cab?
Click to expand...
Click to collapse
http://rapidshare.com/files/194679393/WM6VoIPFull.cab.html
Whts the diff between this
& Skype ?
thxs
Error while downloading files
Hi,
I am getting error while downloading full cab.
This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times.
This limit is reached.
I will appreciate if you publish the source code.
Thanks,
niraj
publish the source code
nirajroy said:
Hi,
I am getting error while downloading full cab.
This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times.
This limit is reached.
I will appreciate if you publish the source code.
Thanks,
niraj
Click to expand...
Click to collapse
@nirajroy
download from "How to configure VoIP/SIP client in WM6"
About source: ...wish having the source to the SIP stack & audio codec handler, AT LEAST ....
Dude, how good you are on programming?
ilordvader said:
Whts the diff between this
& Skype ?
thxs
Click to expand...
Click to collapse
1-st: VoIP SIP (all codec) vs. iLBC + propryetary surce code...
2-nd: * have to pay if wanna call outside skype network.
audioroute
Reviewing the audioRoute 1.2.010
It's really hard to believe that any VoIP client who play the sound just only on the loud speakerphone will become a real cellular telephony alternative. Everyone who got to be a VoIP nerd know the importance of routing the voice on the earpiece, and know this is the Microsoft Windows Mobile fatal weakness comparing with NOKIA and iPhone platform capabilities.
Read the complete review on
http://forum.xda-developers.com/showthread.php?t=495166[/QUOTE]
The pictures from review poseted on
http://forum.xda-developers.com/showthread.php?t=495166

Categories

Resources