473,406 Members | 2,954 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

VoIP Dialer

Appreciate a lead of locating some code to dial phone numbers using
VoIP rather than my modem. Have switched my service from Verizon to
Comcast VoIP and now the utility I wrote to dial my personal phone
book using MSCommLib and AxMSCommLib procedures (Term code) of course
no longer works. Found nothing with my Google search but not exactly
sure of necessary key words. I am getting to old to enter 10 digits
without error<g>

Ed
Aug 20 '06 #1
5 4484
would would it no longer work? Comcast VoIP just uses standard phone lines
to get back to the residential gateway device... it should work exactly like
a normal phone does
"Ed Bitzer" <ed******@yahoo.comwrote in message
news:uy****************@TK2MSFTNGP04.phx.gbl...
Appreciate a lead of locating some code to dial phone numbers using VoIP
rather than my modem. Have switched my service from Verizon to Comcast
VoIP and now the utility I wrote to dial my personal phone book using
MSCommLib and AxMSCommLib procedures (Term code) of course no longer
works. Found nothing with my Google search but not exactly sure of
necessary key words. I am getting to old to enter 10 digits without
error<g>

Ed

Aug 20 '06 #2
Neither the small dialer program I wrote or a shareware Fax program
(MightyFax) can access the modem. My program fails on the line
AxMsComm3..portopen = true and reports Err=8012 for which I have not
found an explaination.

Ed

"Smokey Grindel" <no****@nospam.comwrote in message
news:u3**************@TK2MSFTNGP02.phx.gbl...
would would it no longer work? Comcast VoIP just uses standard phone
lines to get back to the residential gateway device... it should
work exactly like a normal phone does
"Ed Bitzer" <ed******@yahoo.comwrote in message
news:uy****************@TK2MSFTNGP04.phx.gbl...
>Appreciate a lead of locating some code to dial phone numbers using
VoIP rather than my modem. Have switched my service from Verizon
to Comcast VoIP and now the utility I wrote to dial my personal
phone book using MSCommLib and AxMSCommLib procedures (Term code)
of course no longer works. Found nothing with my Google search but
not exactly sure of necessary key words. I am getting to old to
enter 10 digits without error<g>

Ed


Aug 21 '06 #3
Is the modem connected through a standard phone line to your VoIP gateway?
If so there should be no difference at all... unless you had a computer
based VoIP (software solution going through the computer only) which would
be the only reason this would not work, but if its just a standard phone
connection to a VoIP gateway, then sould work just like it did on a standard
copper land line
"Ed Bitzer" <ed******@yahoo.comwrote in message
news:uu**************@TK2MSFTNGP06.phx.gbl...
Neither the small dialer program I wrote or a shareware Fax program
(MightyFax) can access the modem. My program fails on the line
AxMsComm3..portopen = true and reports Err=8012 for which I have not found
an explaination.

Ed

"Smokey Grindel" <no****@nospam.comwrote in message
news:u3**************@TK2MSFTNGP02.phx.gbl...
>would would it no longer work? Comcast VoIP just uses standard phone
lines to get back to the residential gateway device... it should work
exactly like a normal phone does
"Ed Bitzer" <ed******@yahoo.comwrote in message
news:uy****************@TK2MSFTNGP04.phx.gbl...
>>Appreciate a lead of locating some code to dial phone numbers using VoIP
rather than my modem. Have switched my service from Verizon to Comcast
VoIP and now the utility I wrote to dial my personal phone book using
MSCommLib and AxMSCommLib procedures (Term code) of course no longer
works. Found nothing with my Google search but not exactly sure of
necessary key words. I am getting to old to enter 10 digits without
error<g>

Ed



Aug 21 '06 #4
Smokey,

My telephones, along with my modem, connect directly to the Comcast
VoIP box (actaully they go out to the NIB and simply return to the
VoIP box where that line was severed from the Verizon phone line. So
my modem is talking to the VoIP box which in turn sends its
information out through the cable and somewhere down the road at a
Comcast site it "miraculously" feeds into the telephone system so I
can talk to the rest of the world. How is that for a non-technical
description.

If I work my way to the Properties tab for the Modem it tests out
fine - I think, here is the log:
08-21-2006 07:57:50.625 - TSP(0000): Making Call
08-21-2006 07:57:50.640 - Passthrough On
08-21-2006 07:57:50.656 - TSP Completing Async Operation(0x00010011)
Status 0x00000000
08-21-2006 07:57:50.656 - TSP(0000): LINEEVENT:
LINECALLSTATE_CONNECTED
08-21-2006 07:57:55.687 - TSP(0000): Dropping Call
08-21-2006 07:57:55.687 - Passthrough Off
08-21-2006 07:57:55.687 - 115200,8,N,1, ctsfl=1, rtsctl=2
08-21-2006 07:57:55.687 - Initializing modem.
08-21-2006 07:57:55.703 - Send: AT<cr>
08-21-2006 07:57:55.859 - Recv: <cr><lf>OK<cr><lf>
08-21-2006 07:57:55.859 - Interpreted response: OK
08-21-2006 07:57:55.875 - Send: AT&F E0 Q0 X4 S0=0 &D2 &C1 &S0 V1
W4<cr>
08-21-2006 07:57:56.093 - Recv: <cr><lf>OK<cr><lf>
08-21-2006 07:57:56.093 - Interpreted response: OK
08-21-2006 07:57:56.109 - Send:
ATS7=60S30=0L3M1+ES=3,0,2;%C1+DS=3,0;+DS44=3,0;&K3 X4<cr>
08-21-2006 07:57:56.343 - Recv: <cr><lf>OK<cr><lf>
08-21-2006 07:57:56.343 - Interpreted response: OK
08-21-2006 07:57:56.343 - Waiting for a call.
08-21-2006 07:57:56.359 - Send: at+vcid=1<cr>
08-21-2006 07:57:56.531 - Recv: <cr><lf>OK<cr><lf>
08-21-2006 07:57:56.531 - Interpreted response: OK
08-21-2006 07:57:56.546 - Send: ATS0=0<cr>
08-21-2006 07:57:56.718 - Recv: <cr><lf>OK<cr><lf>
08-21-2006 07:57:56.718 - Interpreted response: OK
08-21-2006 07:57:56.718 - TSP(0000): LINEEVENT:
LINECALLSTATE_DISCONNECTED(0x1)
08-21-2006 07:57:56.718 - TSP(0000): LINEEVENT: LINECALLSTATE_IDLE
08-21-2006 07:57:56.718 - TSP Completing Async Operation(0x000103bc)
Status 0x00000000
08-21-2006 07:57:56.796 - TSP(0000): Closing Call

Ed

"Smokey Grindel" <no****@nospam.comwrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
Is the modem connected through a standard phone line to your VoIP
gateway? If so there should be no difference at all... unless you
had a computer based VoIP (software solution going through the
computer only) which would be the only reason this would not work,
but if its just a standard phone connection to a VoIP gateway, then
sould work just like it did on a standard copper land line
"Ed Bitzer" <ed******@yahoo.comwrote in message
news:uu**************@TK2MSFTNGP06.phx.gbl...
>Neither the small dialer program I wrote or a shareware Fax program
(MightyFax) can access the modem. My program fails on the line
AxMsComm3..portopen = true and reports Err=8012 for which I have
not found an explaination.

Ed

"Smokey Grindel" <no****@nospam.comwrote in message
news:u3**************@TK2MSFTNGP02.phx.gbl...
>>would would it no longer work? Comcast VoIP just uses standard
phone lines to get back to the residential gateway device... it
should work exactly like a normal phone does
"Ed Bitzer" <ed******@yahoo.comwrote in message
news:uy****************@TK2MSFTNGP04.phx.gbl.. .
Appreciate a lead of locating some code to dial phone numbers
using VoIP rather than my modem. Have switched my service from
Verizon to Comcast VoIP and now the utility I wrote to dial my
personal phone book using MSCommLib and AxMSCommLib procedures
(Term code) of course no longer works. Found nothing with my
Google search but not exactly sure of necessary key words. I am
getting to old to enter 10 digits without error<g>

Ed

Aug 21 '06 #5
Hi,

Error 8012 is "Application-defined or object-defined error." This error
(generally) comes from the driver for the device, and is relayed up by
MSComm32.ocx. What is the physical device? Is is a USB adapter? Can you
open it successfully using HyperTerminal?

BTW, if you are using VS 2003, you might prefer to download
DesktopSerialIO.dll from my homepage. This is simpler to use than MSComm,
though its use won't solve this particular problem, perhaps. For VS 2005,
you can use the built-in System.IO.Ports namespace.

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
Aug 21 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: erika_angella | last post by:
Hi, I would like to introduce a new VoIP(Voice Over Internet Protocol) Usergroup to you. The link is: http://www.techieindex.com/ug/voip/index.jsp Voice Over Internet Protocol (VoIP) Portal...
0
by: erika_angella | last post by:
Hi Friends, I found a new VOIP forum, where there is a good syndication of VOIP technical white papers. It is really worth checking out - http://www.techieindex.com/ug/voip/index.jsp
2
by: JT | last post by:
I may be at the totally wrong spot to ask this, but can anyone point me in the direction of either a product or some VB7 or VC# code for a component that would be able to dial a phone number and...
0
by: jheising | last post by:
All, I'm writing this message in search of a few good developers interested in testing a .NET SDK for VOIP/SoftPhone applications. Works Out Software, Inc. (http://www.worksoutsoft.com) has...
0
by: conaito VoIP | last post by:
conaito VoIP ActiveX library for developers of VoIP audio applications, such as voice chat, conference, VoIP, providing real-time low latency multi-client audio streaming over UDP/IP networks....
2
by: deko | last post by:
The below code dials a phone number using C:\Program Files\Windows NT\dialer.exe. The problem is that dialing rules are ignored. MS Knowledge Base Article 266253 suggests that entering the phone...
1
by: Saju | last post by:
Hi, I am interested in developing a small VOIP program using C#. I am very new to this area. Like to know where to start with and what are the facilities available in C# & .NET to support voip. ...
2
by: John | last post by:
Any VOIP SDK's that work with C#? THANKS! John
0
by: ajeetg | last post by:
I am developing a menu extension for Dialer screen for WM6 ( the screen that comes after we press call button on a contact ) Has any one tried that before ? I am aware of Menu extension for...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.