Forum Replies Created
-
Raman,
Windows authentication is supported “out of the box” with SQL server so you shouldn’t need to do anything for that. What version of MSSQL server are you using? Is your IS server on the same network as your MSSQL server? Have you configured TCP/IP connectivity in the SQL Manager? Depending on the version this is disabled during a normal install and may need to be enabled. Take a look at the below web pages and see if they help at all.http://support.microsoft.com/kb/914277
http://support.microsoft.com/kb/265808
http://msdn.microsoft.com/en-us/library/ms191260.aspxHopefully one of these might help. You should definitely get some books/reference materials on working with SQL Server since it is a fairly complex database.
Kevin
Hi Kevin,
I watched your movies and tried to apply your tips but unfortunately without success.
I don’t know what is the problem?
Maybe something on the MS SQL server side needs to be properly configured to allow that connection?
I’m new at MS SQL and any help would be appreciated.Raman,
Here is the video for connecting to MSSQL using mixed mode authentication in IS.
Connect to MSSQL using mixed mode authentication(external link) Screencast:
http://www.screencast.com/t/MWIxNjllOWConnect to MSSQL using mixed mode authentication(external link) Youtube:
Hope these help
Kevin
Raman,
Here is a link to my video on setting up IS to connect to MSSQL using windows auth. It is video only, future ones will include audio. 😉
Connecting to MSSQL using Win auth in IS:
http://www.screencast.com/t/ZWFjMmQzNjILet me know if this helps. I will also put one up for using mixed mode authentication, as well as connecting to other DB systems in the future.
Kevin
Raman,
Just as an FYI, you can connect to mssql using either method. I will post 2 videos shortly that show how to connect with and without using windows auth.Kevin
Hi Kevin,
I tried with sa username and my password but it’s giving me error message again.
Is there maybe some tutorial of how to setup IS with MSSQL?Thanks.
Raman,
I’ll double check but using windows authentication with a jdbc provider probably isn’t supported. Try enabling mixed mode support on sql server, create a user and password (or use the ‘sa’ user that’s built in) and use that user name and password as the credentials in IS and try again. Let me know how you make out.Kevin
Hello there,
We are sorry for missing to include this bug fix in the latest produce release.
I ensure this will be fixed with one of the coming minor product releases.
Sorry for the delay.
Best regards,
Daniel MinitchApstel support team
http://www.Apstel.comThis bug is still not corrected in the latest release Version: 3.3.02
Please correct itThanks.
Any ETA on the next product release?
Hello,
Thank you for submitting this bug.
The bug fix will be available with the next product release.
Please use the Custom code component (General sheet) until then.
Best regards,
Daniel MinitchApstel support team
http://www.Apstel.com-
This reply was modified 10 years, 6 months ago by
Migrated from old forum.
yes, of course.
i connect to my asterisk server by putty. First time i receive rsa public key server, then enter login and password and get console.
PasswordAuthentication yes/no do nothing
ChallengeResponseAuthentication no/yes do nothing
UsePAM yes/no do nothingDid you restert sshd service?
service sshd restart— Mike
Free PBX (elastix) has its own implementation of queues and you should follow free pbx process of sending a call to a queue.
Simply use the goto block in VDP to send the call to the queue instead of queue block (which works good for plain Asterisk but has some conflict with free pbx queue structure).
Here is how I work with queues (elastix and vdp):
1. create queue in elastix and manage queue in elastix (like you usually do without vdp)
2. create call flow logic in vdp but do not change/manage queue in VDP, do not use queue block in vdp, and when you want to send the call to the queue use the goto block in vdp and send the call to ext-queues context and for extension number use the number of the queue created in elastix.This works fine for me and completely follows free pbx process of working with queue.
Skyrun,
I’m not so experienced with Queues and FollowMe, however I would like to help.
Have you tried to add Queue agent with AddQueueMember block in Visual Dialplan? In this way maybe you can workaround the issue with FollowMe application (I just guessing).Raman
-
This reply was modified 10 years, 6 months ago by