Hi ppl,
I've been tasked to develop a VoIP application for the PDA phone running
windows mobile 5.0. As i am super new to this whole concept of mobile devices
and VoIP, i was hoping some kind soul could help me get started?? I am using
Visual Studios 2005 for development. Thanks

Re: VoIP application by John

John
Mon Mar 13 12:17:44 CST 2006

The first thing to realize is taht WM5 does not have a built-in VOIP stack,
so you'll have to use a 3rd party. Creating your own from scratch is
theoretically possible but is incredibly difficult (unless you have a rather
large team & time). So the first thing you dig into is do requirements
analysis of what your voip app needs to do and look around at possible voip
stacks on the market, even before you start playing with VS2005.

--
John Spaith
Development Lead, Windows CE
Microsoft Corporation

Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.

"napture" <napture@discussions.microsoft.com> wrote in message
news:82A864F3-5CDF-471C-8C7C-84E73843E77A@microsoft.com...
> Hi ppl,
> I've been tasked to develop a VoIP application for the PDA phone running
> windows mobile 5.0. As i am super new to this whole concept of mobile
> devices
> and VoIP, i was hoping some kind soul could help me get started?? I am
> using
> Visual Studios 2005 for development. Thanks
>



Re: VoIP application by Tarundeep

Tarundeep
Mon Mar 13 23:48:13 CST 2006

You can also use Microsoft Real Time communication API and TAPI.
Regards
Tarundeep Singh
www.tarunsadhana.com

"John Spaith [MS]" <jspaith@ONLINE.microsoft.com> wrote in message
news:OIXAtpsRGHA.4920@tk2msftngp13.phx.gbl...
> The first thing to realize is taht WM5 does not have a built-in VOIP
> stack, so you'll have to use a 3rd party. Creating your own from scratch
> is theoretically possible but is incredibly difficult (unless you have a
> rather large team & time). So the first thing you dig into is do
> requirements analysis of what your voip app needs to do and look around at
> possible voip stacks on the market, even before you start playing with
> VS2005.
>
> --
> John Spaith
> Development Lead, Windows CE
> Microsoft Corporation
>
> Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> You assume all risk for your use. © 2006 Microsoft Corporation. All rights
> reserved.
>
> "napture" <napture@discussions.microsoft.com> wrote in message
> news:82A864F3-5CDF-471C-8C7C-84E73843E77A@microsoft.com...
>> Hi ppl,
>> I've been tasked to develop a VoIP application for the PDA phone
>> running
>> windows mobile 5.0. As i am super new to this whole concept of mobile
>> devices
>> and VoIP, i was hoping some kind soul could help me get started?? I am
>> using
>> Visual Studios 2005 for development. Thanks
>>
>
>



Re: VoIP application by John

John
Tue Mar 14 00:11:41 CST 2006

Actually... the MS Realtime Communication API (RTC) is not available on
Windows Mobile devices. It's for general emebedded devices only - sorry.
TAPI is a set of API's you would use if you were using the modem directly
and at a very low level and aren't related to voip.

--
John Spaith
Development Lead, Windows CE
Microsoft Corporation

Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.

"Tarundeep Singh gmail.com>" <tarundeep<AT> wrote in message
news:ONa6fryRGHA.1948@TK2MSFTNGP09.phx.gbl...
> You can also use Microsoft Real Time communication API and TAPI.
> Regards
> Tarundeep Singh
> www.tarunsadhana.com
>
> "John Spaith [MS]" <jspaith@ONLINE.microsoft.com> wrote in message
> news:OIXAtpsRGHA.4920@tk2msftngp13.phx.gbl...
>> The first thing to realize is taht WM5 does not have a built-in VOIP
>> stack, so you'll have to use a 3rd party. Creating your own from scratch
>> is theoretically possible but is incredibly difficult (unless you have a
>> rather large team & time). So the first thing you dig into is do
>> requirements analysis of what your voip app needs to do and look around
>> at possible voip stacks on the market, even before you start playing with
>> VS2005.
>>
>> --
>> John Spaith
>> Development Lead, Windows CE
>> Microsoft Corporation
>>
>> Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>> You assume all risk for your use. © 2006 Microsoft Corporation. All
>> rights reserved.
>>
>> "napture" <napture@discussions.microsoft.com> wrote in message
>> news:82A864F3-5CDF-471C-8C7C-84E73843E77A@microsoft.com...
>>> Hi ppl,
>>> I've been tasked to develop a VoIP application for the PDA phone
>>> running
>>> windows mobile 5.0. As i am super new to this whole concept of mobile
>>> devices
>>> and VoIP, i was hoping some kind soul could help me get started?? I am
>>> using
>>> Visual Studios 2005 for development. Thanks
>>>
>>
>>
>
>



Re: VoIP application by Tarundeep

Tarundeep
Tue Mar 14 03:59:11 CST 2006

True,
My fault sorry.
Actually RTCAPI is on Windows CE - there is VOIP sample in Platform
Builder.

--
Regards
Tarundeep Singh Kalra
www.tarunsadhana.com

"John Spaith [MS]" <jspaith@ONLINE.microsoft.com> wrote in message
news:%23hTgq4yRGHA.4452@TK2MSFTNGP12.phx.gbl...
> Actually... the MS Realtime Communication API (RTC) is not available on
> Windows Mobile devices. It's for general emebedded devices only - sorry.
> TAPI is a set of API's you would use if you were using the modem directly
> and at a very low level and aren't related to voip.
>
> --
> John Spaith
> Development Lead, Windows CE
> Microsoft Corporation
>
> Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> You assume all risk for your use. © 2006 Microsoft Corporation. All rights
> reserved.
>
> "Tarundeep Singh gmail.com>" <tarundeep<AT> wrote in message
> news:ONa6fryRGHA.1948@TK2MSFTNGP09.phx.gbl...
>> You can also use Microsoft Real Time communication API and TAPI.
>> Regards
>> Tarundeep Singh
>> www.tarunsadhana.com
>>
>> "John Spaith [MS]" <jspaith@ONLINE.microsoft.com> wrote in message
>> news:OIXAtpsRGHA.4920@tk2msftngp13.phx.gbl...
>>> The first thing to realize is taht WM5 does not have a built-in VOIP
>>> stack, so you'll have to use a 3rd party. Creating your own from
>>> scratch is theoretically possible but is incredibly difficult (unless
>>> you have a rather large team & time). So the first thing you dig into
>>> is do requirements analysis of what your voip app needs to do and look
>>> around at possible voip stacks on the market, even before you start
>>> playing with VS2005.
>>>
>>> --
>>> John Spaith
>>> Development Lead, Windows CE
>>> Microsoft Corporation
>>>
>>> Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.
>>>
>>> This posting is provided "AS IS" with no warranties, and confers no
>>> rights.
>>> You assume all risk for your use. © 2006 Microsoft Corporation. All
>>> rights reserved.
>>>
>>> "napture" <napture@discussions.microsoft.com> wrote in message
>>> news:82A864F3-5CDF-471C-8C7C-84E73843E77A@microsoft.com...
>>>> Hi ppl,
>>>> I've been tasked to develop a VoIP application for the PDA phone
>>>> running
>>>> windows mobile 5.0. As i am super new to this whole concept of mobile
>>>> devices
>>>> and VoIP, i was hoping some kind soul could help me get started?? I am
>>>> using
>>>> Visual Studios 2005 for development. Thanks
>>>>
>>>
>>>
>>
>>
>
>