OCX, DLL - Please Help

Status
Not open for further replies.

ghadiri_s

Joined
Mar 15, 2008
Messages
3
Reaction score
0
Hi,
I new member in this site. I programming with VB6, I download 3CXPhoneSystem51.exe and 3CXVoipClient.msi and run it.
It's very good system for Voip. but I have few questions.

1-Are OCX or DLL for VoipClient, until i make a software for connect to PhoneSystem?
2-I want add or delete User to Phone System without "Management console", for exampel with own software, are able?
3-it very good for Voip, are this SIP server support Video (webcam)?
 
hi,
Anyone can not help to me?

I found a ocx for clients and work in vb6, it's very good, but i need change User information, or add new User in 3CX PhoneSystem without Management console, i check "C:\Program Files\3CX PhoneSystem\Data\DB" folder bout i dont know use this database! please help to me until used this.

Thanks
 
There is no programming API available at this point for 3CX. It something we are considering for the future. However it will be web based, definitely not in the form of OCX (thats kind of old). It would allowing management of some features via a web service style API. However that will not be available until second half of this year
 
I found database until used with SIP server, it's PostgreSQL http://www.postgresql.org, i can connect to PostgreSQL on port 5480
Code:
E:\Program Files\3CX PhoneSystem\Bin\Pgsql\bin>psql -p 5480

and i see help for it
Code:
E:\Program Files\3CX PhoneSystem\Bin\Pgsql\bin>psql --help
This is psql 8.1.3, the PostgreSQL interactive terminal.

Usage:
  psql [OPTIONS]... [DBNAME [USERNAME]]

General options:
  -d DBNAME       specify database name to connect to (default: "Saeed")
  -c COMMAND      run only single command (SQL or internal) and exit
  -f FILENAME     execute commands from file, then exit
  -l              list available databases, then exit
  -v NAME=VALUE   set psql variable NAME to VALUE
  -X              do not read startup file (~/.psqlrc)
  --help          show this help, then exit
  --version       output version information, then exit

Input and output options:
  -a              echo all input from script
  -e              echo commands sent to server
  -E              display queries that internal commands generate
  -q              run quietly (no messages, only query output)
  -o FILENAME     send query results to file (or |pipe)
  -n              disable enhanced command line editing (readline)
  -s              single-step mode (confirm each query)
  -S              single-line mode (end of line terminates SQL command)
  -L FILENAME     send session log to file

Output format options:
  -A              unaligned table output mode (-P format=unaligned)
  -H              HTML table output mode (-P format=html)
  -t              print rows only (-P tuples_only)
  -T TEXT         set HTML table tag attributes (width, border) (-P tableattr=)
  -x              turn on expanded table output (-P expanded)
  -P VAR[=ARG]    set printing option VAR to ARG (see \pset command)
  -F STRING       set field separator (default: "|") (-P fieldsep=)
  -R STRING       set record separator (default: newline) (-P recordsep=)

Connection options:
  -h HOSTNAME     database server host or socket directory (default: "local sock
et")
  -p PORT         database server port (default: "5432")
  -U NAME         database user name (default: "Saeed")
  -W              prompt for password (should happen automatically)

For more information, type "\?" (for internal commands) or "\help"
(for SQL commands) from within psql, or consult the psql section in
the PostgreSQL documentation.

Report bugs to <[email protected]>.

i make username 'Saeed' with password 'abc', in help show
Code:
  -U NAME         database user name (default: "Saeed")[code]
[/code]
but when i connect to server it have password of me, but not connect with 'abc'!!!!
Code:
E:\Program Files\3CX PhoneSystem\Bin\Pgsql\bin>psql -p 5480
Password:
psql: FATAL:  password authentication failed for user "Saeed"

Can everybody help to me?
 
Status
Not open for further replies.

Latest Posts

Forum statistics

Threads
111,893
Messages
589,599
Members
164,763
Latest member
Techmansam