Dear friends:
For a call center is there a class or lib to read the telephone number from which they make the call ?
Regards
To read the telephone number
- Armando
- Posts: 3271
- Joined: Fri Oct 07, 2005 8:20 pm
- Location: Toluca, México
- Been thanked: 2 times
- Contact:
To read the telephone number
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
Phone number
Hello Armando,
for a customer of mine, i included a function for this.
I will have to look at the source how it works,
because i have done this a few month ago.
As far i can remember, it was impossible to connect
directly. The provider offered some c-functions for the connection.
I would say, ask the telefon-provider at first
for functions, to include in your software.
Best regards
uwe![Laughing :lol:](./images/smilies/icon_lol.gif)
for a customer of mine, i included a function for this.
I will have to look at the source how it works,
because i have done this a few month ago.
As far i can remember, it was impossible to connect
directly. The provider offered some c-functions for the connection.
I would say, ask the telefon-provider at first
for functions, to include in your software.
Best regards
uwe
![Laughing :lol:](./images/smilies/icon_lol.gif)
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Armando
- Posts: 3271
- Joined: Fri Oct 07, 2005 8:20 pm
- Location: Toluca, México
- Been thanked: 2 times
- Contact:
Ukoenig:
Thanks for your reply
Ok, I will
Very well, I'll be waiting for your sample.
Best regards
Thanks for your reply
I would say, ask the telefon-provider at first
for functions, to include in your software.
Ok, I will
for a customer of mine, i included a function for this.
I will have to look at the source how it works,
because i have done this a few month ago.
Very well, I'll be waiting for your sample.
Best regards
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
Read the telefon number
Hello Armando,
I had a look at the source, as i told you.
The customer of mine owns a extra hardware for
his telefon. Together comes a software, handling
all incomming and outgoing calls.
There is a switch in the software, that at start it is possible,
to read from memory a telefon-number.
To do telefon-calls with my software, i just needed to store the
telefon-number in memory and call the telefon-software.
It reads the memory at start and connects to the telefon-number.
That was for the call.
For the incomming there is a C-function, that must be included
in a extern program.
To read telefon-numbers seems to be the bigger problem.
In the FWH-samples, i found a directory < /Comm >.
Just have a look at it ( but it seems only for calling ) .
In my software-collection there is a telefon-sample.
I had a look at it.
It was the same : only to dial per modem.
You want to read the numer.
Maybe somebody in the forum found a other solution.
I'm sorry, but for the moment i have no other ideas to help you
with the problem.
Best Regard
Uwe![Laughing :lol:](./images/smilies/icon_lol.gif)
I had a look at the source, as i told you.
The customer of mine owns a extra hardware for
his telefon. Together comes a software, handling
all incomming and outgoing calls.
There is a switch in the software, that at start it is possible,
to read from memory a telefon-number.
To do telefon-calls with my software, i just needed to store the
telefon-number in memory and call the telefon-software.
It reads the memory at start and connects to the telefon-number.
That was for the call.
For the incomming there is a C-function, that must be included
in a extern program.
To read telefon-numbers seems to be the bigger problem.
In the FWH-samples, i found a directory < /Comm >.
Just have a look at it ( but it seems only for calling ) .
In my software-collection there is a telefon-sample.
I had a look at it.
It was the same : only to dial per modem.
You want to read the numer.
Maybe somebody in the forum found a other solution.
I'm sorry, but for the moment i have no other ideas to help you
with the problem.
Best Regard
Uwe
![Laughing :lol:](./images/smilies/icon_lol.gif)
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Otto
- Posts: 6403
- Joined: Fri Oct 07, 2005 7:07 pm
- Has thanked: 24 times
- Been thanked: 2 times
- Contact:
Armando,
I think in your case it will be an ISDN telephone.
We in our office have a FRITZ card (FRITZ xPC) from AVM (www.avm.de). There is a phone answering software included. This software writes into a dbf-file and we use this shared.
Otherwise I think you have to try with TAPI .
Please post more details about your hardware.
Regards,
Otto
I think in your case it will be an ISDN telephone.
We in our office have a FRITZ card (FRITZ xPC) from AVM (www.avm.de). There is a phone answering software included. This software writes into a dbf-file and we use this shared.
Otherwise I think you have to try with TAPI .
Please post more details about your hardware.
Regards,
Otto
- Armando
- Posts: 3271
- Joined: Fri Oct 07, 2005 8:20 pm
- Location: Toluca, México
- Been thanked: 2 times
- Contact:
Uwe:
Thank you very much by your investigation, it is much more than I hoped.
and yes, it seems that I need a piece of hardware, I will investigate in these way
Otto:
Thanks for the information, I have no hardware yet, just I am starting the investigation of what I will to need.
I will keep you informed.
Best regards
Thank you very much by your investigation, it is much more than I hoped.
and yes, it seems that I need a piece of hardware, I will investigate in these way
Otto:
Thanks for the information, I have no hardware yet, just I am starting the investigation of what I will to need.
I will keep you informed.
Best regards
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
Hardware for telefon-marketing
Hello Armando,
The hardware comes together with software.
Have a look at the software and be sure,
that there is a easy support in both directions for you.
With my customer, i didn't have the choice.
Regards
Uwe![Laughing :lol:](./images/smilies/icon_lol.gif)
The hardware comes together with software.
Have a look at the software and be sure,
that there is a easy support in both directions for you.
With my customer, i didn't have the choice.
Regards
Uwe
![Laughing :lol:](./images/smilies/icon_lol.gif)
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Armando
- Posts: 3271
- Joined: Fri Oct 07, 2005 8:20 pm
- Location: Toluca, México
- Been thanked: 2 times
- Contact:
Uwe:
Thanks by the tip, I understand
Regards
Thanks by the tip, I understand
Regards
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero