BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

sending sound files over telephone lines?

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (Native API)
View previous topic :: View next topic  
Author Message
Maurice
Guest





PostPosted: Sat Mar 31, 2007 6:41 pm    Post subject: sending sound files over telephone lines? Reply with quote



Hello:

is it poosible to send sound files (wav, mp3 or others) by modem over
telephone line after communication has been established? and how?
Thanks
Maurice
Back to top
Hans Galema
Guest





PostPosted: Sun Apr 01, 2007 1:52 pm    Post subject: Re: sending sound files over telephone lines? Reply with quote



Maurice wrote:

Quote:
is it poosible to send sound files (wav, mp3 or others) by modem over
telephone line after communication has been established?

Of course that is possible.

Look at all those peaple that surf with a dialup connection.

Quote:
and how?

That depends on the protocol you want to use.

Please be more specific.

Hans.
Back to top
Colin B Maharaj
Guest





PostPosted: Mon Apr 02, 2007 6:13 am    Post subject: Re: sending sound files over telephone lines? Reply with quote



Maurice wrote:
Quote:
Hello:

is it poosible to send sound files (wav, mp3 or others) by modem over
telephone line after communication has been established? and how?
Thanks
Maurice


You are asking an incorrect question in some sorts.

There are two ways of establishing communications between
two points.
1. Serially -> Directly or via dial-up.
2. TCP/IP -> Directly or via dial-up (and others).

The point is you have serial and TCP/IP.

If you are using serial, you will need to use a terminal emulator with
file transfer support e.g. X-Modem, Y-Modem, Z-modem, Kermit.....etc...

If you are using TCP/IP - well you know http, ftp.
Back to top
Bob Gonder
Guest





PostPosted: Mon Apr 02, 2007 7:57 am    Post subject: Re: sending sound files over telephone lines? Reply with quote

Hans Galema wrote:

Quote:
Maurice wrote:

is it poosible to send sound files (wav, mp3 or others) by modem over
telephone line after communication has been established?

Of course that is possible.

Look at all those peaple that surf with a dialup connection.

Ummm, I think he is asking for telmarketing voice over POTS, rather
than VOIP or FTP.
Back to top
Maurice
Guest





PostPosted: Tue Apr 03, 2007 4:41 pm    Post subject: Re: sending sound files over telephone lines? Reply with quote

"Hans Galema" <notused (AT) notused (DOT) nl> wrote in message
news:460f73d6$1 (AT) newsgroups (DOT) borland.com...
Quote:
Maurice wrote:

is it poosible to send sound files (wav, mp3 or others) by modem over
telephone line after communication has been established?

Of course that is possible.

Look at all those peaple that surf with a dialup connection.

and how?

That depends on the protocol you want to use.

Please be more specific.

Hans.

In fact I made a small program in C that dial a phone number, it's quite
simple. Now after establishing connection I need to send some wav files over
the phone lines using the modem. I don't use the internet at all.
Any idea?

Maurice
Back to top
Bruce Salzman
Guest





PostPosted: Tue Apr 03, 2007 7:40 pm    Post subject: Re: sending sound files over telephone lines? Reply with quote

"Maurice" <morisaab (AT) yahoo (DOT) fr> wrote in message
news:46123dc9 (AT) newsgroups (DOT) borland.com...
Quote:
In fact I made a small program in C that dial a phone number, it's
quite simple. Now after establishing connection I need to send some
wav files over the phone lines using the modem. I don't use the
internet at all.
Any idea?


Just to be clear, do you want to play sounds so that someone answering
the phone hears a recorded message, or do you want to transfer these
files to another computer?

--
Bruce
Back to top
Maurice
Guest





PostPosted: Wed Apr 04, 2007 4:56 pm    Post subject: Re: sending sound files over telephone lines? Reply with quote

" Bruce Salzman" <bruce (AT) nospam (DOT) org> wrote in message
news:46126714$1 (AT) newsgroups (DOT) borland.com...
Quote:

"Maurice" <morisaab (AT) yahoo (DOT) fr> wrote in message
news:46123dc9 (AT) newsgroups (DOT) borland.com...
In fact I made a small program in C that dial a phone number, it's quite
simple. Now after establishing connection I need to send some wav files
over the phone lines using the modem. I don't use the internet at all.
Any idea?


Just to be clear, do you want to play sounds so that someone answering the
phone hears a recorded message, or do you want to transfer these files to
another computer?

--
Bruce


Yes I like to play sounds not sending them

Thanks
Maurice
Back to top
Mark Guerrieri
Guest





PostPosted: Wed Apr 04, 2007 7:34 pm    Post subject: Re: sending sound files over telephone lines? Reply with quote

Quote:
Yes I like to play sounds not sending them

You would need to investigate using TAPI as a software only solution or use
telephony boards (Intel Dialogic, etc.) as a hardware/software solution.

Mark
Back to top
Bruce Salzman
Guest





PostPosted: Thu Apr 05, 2007 1:50 am    Post subject: Re: sending sound files over telephone lines? Reply with quote

"Maurice" <morisaab (AT) yahoo (DOT) fr> wrote in message
news:4613925d (AT) newsgroups (DOT) borland.com...
Quote:

" Bruce Salzman" <bruce (AT) nospam (DOT) org> wrote in message
news:46126714$1 (AT) newsgroups (DOT) borland.com...

"Maurice" <morisaab (AT) yahoo (DOT) fr> wrote in message
news:46123dc9 (AT) newsgroups (DOT) borland.com...
In fact I made a small program in C that dial a phone number, it's
quite simple. Now after establishing connection I need to send
some wav files over the phone lines using the modem. I don't use
the internet at all.
Any idea?


Just to be clear, do you want to play sounds so that someone
answering the phone hears a recorded message, or do you want to
transfer these files to another computer?

--
Bruce


Yes I like to play sounds not sending them


This link might help:

http://www.geocities.com/sfrare/vbtapi3.html

--
Bruce
Back to top
Mark Jacobs
Guest





PostPosted: Thu Apr 05, 2007 4:57 pm    Post subject: Re: sending sound files over telephone lines? Reply with quote

"Maurice" <morisaab (AT) yahoo (DOT) fr> wrote in message
news:460e659a (AT) newsgroups (DOT) borland.com...
Quote:
is it poosible to send sound files (wav, mp3 or others) by modem over
telephone line after communication has been established? and how?

The best I've seen for doing this kind of thing is AsyncPro over at
SourceForge URL http://sourceforge.net/projects/tpapro/ - it is a bit of a
steep learning curve though.

I wrote a TAPI app to record and play sound down phone lines, and it works
well. It uses a paid-for version 3.06 of AsyncPro (no longer available). I
posted a screen shot of it (TapiServe) in the attachments newsgroup.

Contact us if you're interested in acquiring it.

--
Mark Jacobs
DK Computing
http://www.dkcomputing.co.uk
Back to top
Maurice
Guest





PostPosted: Thu Apr 05, 2007 6:54 pm    Post subject: Re: sending sound files over telephone lines? Reply with quote

" Bruce Salzman" <bruce (AT) nospam (DOT) org> wrote in message
news:46140f51$1 (AT) newsgroups (DOT) borland.com...
Quote:

"Maurice" <morisaab (AT) yahoo (DOT) fr> wrote in message
news:4613925d (AT) newsgroups (DOT) borland.com...

" Bruce Salzman" <bruce (AT) nospam (DOT) org> wrote in message
news:46126714$1 (AT) newsgroups (DOT) borland.com...

"Maurice" <morisaab (AT) yahoo (DOT) fr> wrote in message
news:46123dc9 (AT) newsgroups (DOT) borland.com...
In fact I made a small program in C that dial a phone number, it's
quite simple. Now after establishing connection I need to send some wav
files over the phone lines using the modem. I don't use the internet at
all.
Any idea?


Just to be clear, do you want to play sounds so that someone answering
the phone hears a recorded message, or do you want to transfer these
files to another computer?

--
Bruce


Yes I like to play sounds not sending them


This link might help:

http://www.geocities.com/sfrare/vbtapi3.html

--
Bruce


Thanks too much
Maurice
Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (Native API) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.