[ANN] OpenNETCF Telephony Library 1.0 Beta

O

ONIL@

Hi Hilton..!

Could you please help me :
I just want to execute a phone access connection using vb.net 2003 and WinCE
5.0.. I've already configured the settings for the conexion but instead of
do a click in the connect button I want to do it by code..

Thanks in advanced..



Hilton said:
Neil,

Right now I'm using OpenNETCF to place a call. What are the features of
this new library and how does it add to or compliment the OpenNETCF code?

Thanks,

Hilton
 
N

Neil Cowburn

We are pleased to announce the beta release of our latest product, the
OpenNETCF Telephony Library. The library is a managed wrapper around TAPI
which enables your applications to interact with the phone stack in your
mobile or embedded device.

We are looking for a small number of participants to beta test the product.
Interested parties should contact (e-mail address removed) with the subject
"Telephony Library Beta".

--Neil
 
G

Guest

I just spent around 3 days rolling my own as I couldn't find a managed
wrapper anywhere!

I'd be interested in testing it though..

Simon.
 
H

Hilton

Neil,

Right now I'm using OpenNETCF to place a call. What are the features of
this new library and how does it add to or compliment the OpenNETCF code?

Thanks,

Hilton
 
N

Neil Cowburn

Firstly, it's all OpenNETCF code since OpenNETCF is the company, not the
product. Secondly, the Telephony library goes a whole lot deeper into the
phone stack than the Phone library in the Smart Device Framework. With the
Telephony library you can perform such actions as programmatically
configuring call forwarding options, get the cellular signal strength and a
whole lot more. If you want to know more about what it does, a good place to
start would be the TAPI docs on MSDN.

Hilton said:
Neil,

Right now I'm using OpenNETCF to place a call. What are the features of
this new library and how does it add to or compliment the OpenNETCF code?

Thanks,

Hilton
 
H

Hilton

Take a look at the OpenNETCF - the code would look something like:

try
{
OpenNETCF.Phone.Phone.MakeCall (phoneNumber,
false, calledParty);
}
catch (MissingMethodException)
{
MessageBox.Show ("Not a phone");
}


Hilton


ONIL@ said:
Hi Hilton..!

Could you please help me :
I just want to execute a phone access connection using vb.net 2003 and
WinCE 5.0.. I've already configured the settings for the conexion but
instead of do a click in the connect button I want to do it by code..

Thanks in advanced..
 
O

ONIL@

Hi..!

Thanks very much Hilton..

I really appreciate your answer..

I was very useful...

Best Regards..

Onil@.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top