Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 [HOWTO] VoIP on WM6 Tutorial, voip anyone on ur WM6 ppc??

views
     
TScruzzmz
post Jul 17 2007, 03:34 PM, updated 19y ago

uh weeee !!!!
*******
Senior Member
6,904 posts

Joined: Jan 2003
Hi after almost 3 days of figuring how to make this to work ... i finally made it to work wz my zinc which is using WM6 biggrin.gif

kudos to xda-developers ppls & my buddy epol cas rclxms.gif

user posted image
screen capture

1. Make sure ur ppc os is WM6
2. Download the appropriate cab & files
3. install WM6 VoIP.cab to ur device
4. Make sure u have these files located in ur dev /windows file ... this file is usually hidden files

# pdialplan.xml
# dnsapi.dll
# voipphonecanvas.dll
# rtcdll.dll


oso the internet calling @ ur today screen

5. Configure ur sip provider info & save it as _setup.xml

QUOTE
<wap-provisioningdoc>
<characteristic type="VoIP">
<parm name="SIPSettings"
  value="&lt;provision key='1232ab01' name='_sip_provider_name_'&gt;
            &lt;provider name='_sip_provider_name_' /&gt;
            &lt;user account='_account_@sip_provider' password='_password_'
                uri='sip:_user@sip_host.com_'
                allowedauth='digest'/&gt;
            &lt;sipsrv addr='_sip_proxy.com_' protocol='UDP' role='proxy'&gt;
                &lt;session party='First' type='pc2pc' /&gt;
                &lt;session party='First' type='pc2ph' /&gt;
            &lt;/sipsrv&gt;
            &lt;sipsrv addr='_sip_registrar.com_' protocol='UDP' role='registrar'/&gt;
          &lt;/provision&gt;" />
</characteristic>
</wap-provisioningdoc>

Change the bold font accordingly ...

mine like this

QUOTE
<wap-provisioningdoc>
<characteristic type="VoIP">
<parm name="SIPSettings"
  value="&lt;provision key='0154xxxxxxx' name='evp.tm.net.my'&gt;
            &lt;provider name='evp.tm.net.my' /&gt;
            &lt;user account='0154xxxxxxx' password='xxxxxx'
                uri='sip:01548xxxxxxxx@evp.tm.net.my'
                allowedauth='digest'/&gt;
            &lt;sipsrv addr='evp.tm.net.my:5060' protocol='UDP' role='proxy'&gt;
                &lt;session party='First' type='pc2pc' /&gt;
                &lt;session party='First' type='pc2ph' /&gt;
            &lt;/sipsrv&gt;
            &lt;sipsrv addr='evp.tm.net.my:5060' protocol='UDP' role='registrar'/&gt;
          &lt;/provision&gt;" />
</characteristic>
</wap-provisioningdoc>
download CABARC.EXE ... & make a myVoIPsettings.cab from the _setup.xml

see spoiler for details

» Click to show Spoiler - click again to hide... «


6. Copy myVoIPsettings.cab to dev & install it on ur dev
7. Copy ipdialplan.xml to ur dev /windows
8. If cannot copy use totalcommander to move to dev /windows folder

9. Softreset ur dev

turn on wifi on ur dev and make sure the internet caller plugin is in seraching ...

if u r using voip ur voip provider will be displayed replacing ur mobile provider

* Note : my outgoing voice will be at my speaker phone not the ear piece ... so i think need to install an audio redirector to redirect it to BT headset sad.gif
icon_rolleyes.gif

This post has been edited by cruzzmz: Jul 17 2007, 04:15 PM
koisempoi
post Jul 17 2007, 04:10 PM

Getting Started
**
Junior Member
59 posts

Joined: Jan 2007
From: Alam



i also have enabled the VOIP function in my HTC TouchFLO. but instead of setting the xml file, i use SIPConfigTool 2.0.1 to enter my ippbx server and authentication.
TScruzzmz
post Jul 17 2007, 04:11 PM

uh weeee !!!!
*******
Senior Member
6,904 posts

Joined: Jan 2003
QUOTE(koisempoi @ Jul 17 2007, 04:10 PM)
i also have enabled the VOIP function in my HTC TouchFLO. but instead of setting the xml file, i use SIPConfigTool 2.0.1 to enter my ippbx server and authentication.
*
yup that one oso can ... as 4 me i dont have that onboard so have to do manually biggrin.gif

actually i had use it but still cannot config my sip server ... juz 1 q, ur voice came out frm ur earpiece or speakerphone?

This post has been edited by cruzzmz: Jul 17 2007, 04:13 PM
Baronic
post Jul 17 2007, 04:15 PM

Problem?
Group Icon
Staff
7,533 posts

Joined: Sep 2005
From: Lowyat.net Malaysia Sex: Yes please


omg this is cool. i gotta try this out myself, but i can already see problems at this part.

"Configure ur sip provider info & save it as _setup.xml"

How do i do that? lol
TScruzzmz
post Jul 17 2007, 06:23 PM

uh weeee !!!!
*******
Senior Member
6,904 posts

Joined: Jan 2003
QUOTE(Baronic @ Jul 17 2007, 04:15 PM)
omg this is cool. i gotta try this out myself, but i can already see problems at this part.

"Configure ur sip provider info & save it as _setup.xml"

How do i do that? lol
*
use the template above ... then config ur sip server login & password ... in bold whistling.gif ...then follow the instruction in the spoiler
Baronic
post Jul 17 2007, 08:16 PM

Problem?
Group Icon
Staff
7,533 posts

Joined: Sep 2005
From: Lowyat.net Malaysia Sex: Yes please


lol i meant where is the option to configure >.<
TScruzzmz
post Jul 18 2007, 12:20 AM

uh weeee !!!!
*******
Senior Member
6,904 posts

Joined: Jan 2003
u have to change the bold to ur setting ... including ur sip server ip or domain, login number & password

QUOTE
Example

<wap-provisioningdoc>
<characteristic type="VoIP">
<parm name="SIPSettings"
  value="&lt;provision key='0154xxxxxxx' name='evp.tm.net.my'&gt;
            &lt;provider name='evp.tm.net.my' /&gt;
            &lt;user account='0154xxxxxxx' password='xxxxxx'
                uri='sip:01548xxxxxxxx@evp.tm.net.my'
                allowedauth='digest'/&gt;
            &lt;sipsrv addr='evp.tm.net.my:5060' protocol='UDP' role='proxy'&gt;
                &lt;session party='First' type='pc2pc' /&gt;
                &lt;session party='First' type='pc2ph' /&gt;
            &lt;/sipsrv&gt;
            &lt;sipsrv addr='evp.tm.net.my:5060' protocol='UDP' role='registrar'/&gt;
          &lt;/provision&gt;" />
</characteristic>
</wap-provisioningdoc>
change the bold to ur setting esp the red one

sweat.gif
koisempoi
post Jul 18 2007, 09:34 AM

Getting Started
**
Junior Member
59 posts

Joined: Jan 2007
From: Alam



QUOTE(cruzzmz @ Jul 17 2007, 04:11 PM)
yup that one oso can ... as 4 me i dont have that onboard so have to do manually biggrin.gif

actually i had use it but still cannot config my sip server ... juz 1 q, ur voice came out frm ur earpiece or speakerphone?
*
yah...now i noticed that...it come from speakerphone...how about urs ? how to change it arr....
TScruzzmz
post Jul 18 2007, 03:55 PM

uh weeee !!!!
*******
Senior Member
6,904 posts

Joined: Jan 2003
QUOTE(koisempoi @ Jul 18 2007, 09:34 AM)
yah...now i noticed that...it come from speakerphone...how about urs ? how to change it arr....
*
cannot change ma ... sad.gif have to use audio redirector to direct the audio to bt headset sweat.gif
SUSMalaysian
post Jul 18 2007, 07:52 PM

Regular
******
Senior Member
1,651 posts

Joined: Jan 2003
let me test it on my wm2005 pda first
TScruzzmz
post Jul 19 2007, 11:31 AM

uh weeee !!!!
*******
Senior Member
6,904 posts

Joined: Jan 2003
QUOTE(Malaysian @ Jul 18 2007, 07:52 PM)
let me test it on my wm2005 pda first
*
ok cool tell us the result
lacostedefalcone
post Jul 22 2007, 12:11 AM

Getting Started
**
Junior Member
156 posts

Joined: Oct 2006


err..sory .y dun use skype for ppc?no need to re-edit reg oso.

noobie here;-)
TScruzzmz
post Jul 22 2007, 04:48 PM

uh weeee !!!!
*******
Senior Member
6,904 posts

Joined: Jan 2003
this is not for skype .... this is for ppl who own a sip acc like bbphone or voipstun etc ... like for bbphone u pay monthly but if not use then a waste of money .... sweat.gif
lacostedefalcone
post Jul 23 2007, 05:59 PM

Getting Started
**
Junior Member
156 posts

Joined: Oct 2006


oo..thx 4 ur explnation;-p

TScruzzmz
post Jul 24 2007, 12:18 PM

uh weeee !!!!
*******
Senior Member
6,904 posts

Joined: Jan 2003
no prob icon_rolleyes.gif
vaio3310
post Nov 20 2007, 01:43 AM

New Member
*
Newbie
1 posts

Joined: Jul 2007


hi,

any idea how to set tmnet bbphone on Nokia N95?
Deani_77
post Nov 20 2007, 08:56 AM

Luaskan Kuasamu...
*******
Senior Member
3,251 posts

Joined: Nov 2006
From: Kuala Rompin, Pahang


Just chek my Device/windows folder only this file # pdialplan.xml I don't have. And I use unofficial WM6 from XDA Developer, this voIP bundle together with this WM6.

This post has been edited by Deani_77: Nov 20 2007, 09:11 AM
TScruzzmz
post Nov 20 2007, 10:43 AM

uh weeee !!!!
*******
Senior Member
6,904 posts

Joined: Jan 2003
QUOTE(Deani_77 @ Nov 20 2007, 08:56 AM)
Just chek my Device/windows folder only this file # pdialplan.xml I don't have. And I use unofficial WM6 from XDA Developer, this voIP bundle together with this WM6.
*
ehmmm not sure why u dont have it since it is a cooked rom ... maybe they wont need it anymore now sweat.gif ... well there must be a configurable exe or something ... or u can juz ask the maker of the cooked rom?
Deani_77
post Nov 20 2007, 10:57 AM

Luaskan Kuasamu...
*******
Senior Member
3,251 posts

Joined: Nov 2006
From: Kuala Rompin, Pahang


The other thing I want to ask you was evp.tm.net.my'. This is a must or it different when we want to use WiFi other than provided by TMnet.
TScruzzmz
post Nov 20 2007, 11:43 AM

uh weeee !!!!
*******
Senior Member
6,904 posts

Joined: Jan 2003
QUOTE(Deani_77 @ Nov 20 2007, 10:57 AM)
The other thing I want to ask you was evp.tm.net.my'. This is a must or it different when we want to use WiFi other than provided by TMnet.
*
that is just an example of sip server ... if u r using diff kind of sip sever u must put the ip add or the name of the sip server

2 Pages  1 2 >Top
 

Change to:
| Lo-Fi Version
0.0191sec    0.50    5 queries    GZIP Disabled
Time is now: 27th November 2025 - 02:20 AM