FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour 3CX PBX interface
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
3CX PBX interface
Posted: Mon Dec 02, 2013 08:46 PM

Hi all,
just to know if someone already made a connector for that PBX (www.3cx.com)

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: 3CX PBX interface
Posted: Tue Dec 03, 2013 08:38 AM

Marco,
What exactly do you do?
Making a call from your application?
Let me know
bye marco

Marco Boschi
info@marcoboschi.it
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
Re: 3CX PBX interface
Posted: Tue Dec 03, 2013 11:10 AM

I would like to make calls from my application and also show a pop-up with the name of the caller (I should check the calling number with those in my customers database to get the name)

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: 3CX PBX interface
Posted: Wed Dec 04, 2013 04:15 PM
Marco,
IF you try this
Code (fw): Select all Collapse
http://<pbx>:5000/ivr/PbxAPI.aspx?func=make_call&from=<ext>&to=<dest>&pin=<ext_pin>

maybe everything is easier.

For incoming calls it all depends on which phone you have to use: real phone or softphone.

I use innovaphone PBX systems. You can use 3 kind of directories:

1 - local to pbx (not reccomanded)
2 - local to every signle phone ( loaded into phone memory, line cell phones)
3 - ldap server (very expensive and difficult to manage)

In Innovaphone If you have less than 1000 entries the solution #2 is the best (it's free and is very fast)
Marco Boschi
info@marcoboschi.it

Continue the discussion