PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → SIP telephone dialling
SIP telephone dialling
Débuté par James Joy, 20 fév. 2008 17:46 - 4 réponses
Posté le 20 février 2008 - 17:46
There is a TAPI phone dialler in Windev. However, most phone systems are now SIP and some (including the one I am using) does not support TAPI anymore.

Has anyone done any work with SIP phones and/or aware of any third party activeX products that may help?
Posté le 20 février 2008 - 23:30
Hi James

Try this http://www.pernau.at/kd/voip/ActXPhone/

It may help you, it may not....

Cheers

Bob

>There is a TAPI phone dialler in Windev. However, most phone systems are now SIP and some (including the one I am using) does not support TAPI anymore.

Has anyone done any work with SIP phones and/or aware of any third party activeX products that may help?
Posté le 20 février 2008 - 23:36
Hi. Maybe you can look at www.sipfoundry.org or http://www.opensipstack.org/

They are Open Source projects, and OpenSipStack has an Activex control to
integrate in your applications.

Other options maybe could be http://sourceforge.net/projects/siptapi/, but
is a very limited implementation of SIP with TAPI.

If your PBX is Asterisk you can look at
http://sourceforge.net/projects/asttapi/.


Rubén Sánchez Peña


"James Joy" <james.joy@colmancoyle.com> escribió en el mensaje de noticias
news:47bc4a15$1@news.pcsoft.fr...

There is a TAPI phone dialler in Windev. However, most phone systems are
now SIP and some (including the one I am using) does not support TAPI
anymore.

Has anyone done any work with SIP phones and/or aware of any third party
activeX products that may help?
Posté le 21 février 2008 - 09:53
>There is a TAPI phone dialler in Windev. However, most phone systems are now SIP and some (including the one I am using) does not support TAPI anymore.

Has anyone done any work with SIP phones and/or aware of any third party activeX products that may help?


Hi,

depending upon your server you can communicate directly with it using a tcp socket. I wrote a piece of software called clip2dial that does exactly that. Its written in Delphi and sits in your icon tray watching the clipboard for phone numbers. If you copy a tel# to the clipboard it dials the number and connects it with your phone.

This is written to communicate with an Asterisk Server. If you're using Asterisk (trixbox etc), then do some searching on asterisk manager API. If I remember correctly it uses port 5038.

Cheers!

Ken
Posté le 21 février 2008 - 12:06
Just thinking about my next project - Have anyone here did some work using the VEGAstream gateways?

>There is a TAPI phone dialler in Windev. However, most phone systems are now SIP and some (including the one I am using) does not support TAPI anymore.

Has anyone done any work with SIP phones and/or aware of any third party activeX products that may help?