Forum Replies Created
-
Lee,
Please note that the license is related to the concurrent call on Asterisk server that use Integration Server functionality.
For example, if you have 20 calls but only 5 of those 20 calls will access MS SQL database, you will need 5 database module licenses.
However, if each call access MS SQL database you will need 20 database module licenses.Michael Denich
Apstel support teamScorpico,
This looks like the Asterisk manager is not configured properly or is unavailable.
Is this new installation?
Did you tried the samples packaged with the visual dialplan?Daniel.
Hi Rikym,
Thank you for trying Integration server.
Integration Server installer is currently available for 32bit Linux distributions only. This installer can not be used for 64bit Linux.New installer that supports 64bit Linux will be available soon. In the meantime we have created tar version of 64bit installer. Please contact us at support@apstel.com for details and download instructions.
Best regards,
Michael DenichApstel support team
http://www.Apstel.comTry these commands as root
service ApstelIntegrationServer start
service ApstelIntegrationServer stop
service ApstelIntegrationServer restart
service ApstelIntegrationServer statusNo, it is a web based gui. The install doesn’t output much. Reboot your server and watch the screen when it comes up and see if you see something like Apstel Integration Server start. If not try starting it from the command line. To access the gui go to http://machine_name_or_ip:9111 (thats the gui port) and see what happens.
Thanks for the reply… I got past that last night (setting the file to executable) but I am running a 64-bit kernal and this is a 32-bit executable. When I run the file, it immediately returns without any error or output. Is this supposed to create text-based gui or is it trying to throw something to x-windows? Anyone have a screen shot of what to expect? Also – will be 64-bit OS affect the success of this install?
Thanks!
Rikym,
Go to the folder where you downloaded IS. Type chmod +x without the carets 😉 This will flag the installer as executable. Then type ./ (again, without the carets>, and hit enter. That should start your install.Kevin
IS embadded database is HSQL databse, not MySQL database.
Use Visual Dialplan GUI to work with embadded database.
Simply open is-db-single-select.vdp or multiselect vdp sample and connection to embadded database will be established (because these samples use embadded database).If you installed IS on another server change localhost with IP of the server and it will work.
In Visual Dialplan you can see all tables, fields, execute SQL queries etc.
That’s the GUI I use to manage database when working with Integration Server, no matter if I work with MS SQL, MySQL or integrated HSQL.Hi,
I managed, I just type my ip instead of localhost.
Bernard,
Also check that IS is running locally. Since I haven’t used hsql within vdp (I use mysql and mssql) I noticed an error when I tried the example and it turned out IS was not running on my machine locally. Go to \Visual Dialplan Professional\IS\bin\ and run ‘queryservice.bat’ and see if IS is installed as a service and running. If the returned info says false to installed and running then run ‘installservice.bat’ then ‘startservice.bat’. After it starts close the console window and run ‘queryservice.bat’ again and make sure installed and running say true. IS will then be installed as a service and start each time you start windows.Kevin
Bernard,
Try with fixed IP instead of localhost (default value when you install IS) for IS server location. I had the same issue on my Windows 7 laptop and had to change localhost with IP number to make it work. While on my WinXP desktop all worked fine like a magic, no need to change anything.
I am not sure if this is due to the OS because I had some other issues with my laptop but this helped. Try it…DC
Bernard,
Ok, I haven’t used that sample before. I’ll take a look at it.Kevin
Hi Kevin,
is-db-single-select.vdp from samples folder, for Elastix.
Bernard,
Which sample are you referring to? I checked the samples page but I’m not sure which one you are referring to so I can take a look.Kevin
Hi Kevin,
Thank you very much for your help, i have finaly menaged to link Integration server and MS SQL server.
I have Developer edition of MS SQL server and I didn’t know that by default remoting is disabled.
I just followed guidelines on http://support.microsoft.com/kb/914277(external link) and set up my MS SQL server properly.
Thanks again 🙂