Forum Replies Created

Viewing 15 posts - 301 through 315 (of 327 total)
  • Migrated from old forum
    Participant
    Post count: 327
    in reply to: IS and MS SQL problem #5688 |

    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.aspx

    Hopefully 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

    Migrated from old forum
    Participant
    Post count: 327
    in reply to: IS and MS SQL problem #5687 |

    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.

    Migrated from old forum
    Participant
    Post count: 327
    in reply to: IS and MS SQL problem #5686 |

    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/MWIxNjllOW

    Connect to MSSQL using mixed mode authentication(external link) Youtube:

    Hope these help

    Kevin

    Migrated from old forum
    Participant
    Post count: 327
    in reply to: IS and MS SQL problem #5685 |

    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/ZWFjMmQzNjI

    Let 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

    Migrated from old forum
    Participant
    Post count: 327
    in reply to: IS and MS SQL problem #5684 |

    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

    Migrated from old forum
    Participant
    Post count: 327
    in reply to: IS and MS SQL problem #5683 |

    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.

    Migrated from old forum
    Participant
    Post count: 327
    in reply to: IS and MS SQL problem #5682 |

    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

    Migrated from old forum
    Participant
    Post count: 327

    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 Minitch

    Apstel support team
    http://www.Apstel.com

    Migrated from old forum
    Participant
    Post count: 327

    This bug is still not corrected in the latest release Version: 3.3.02
    Please correct it

    Migrated from old forum
    Participant
    Post count: 327

    Thanks.

    Any ETA on the next product release?

    Migrated from old forum
    Participant
    Post count: 327

    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 Minitch

    Apstel support team
    http://www.Apstel.com

    Migrated from old forum
    Participant
    Post count: 327
    in reply to: No SSH connect #5673 |

    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 nothing

    Migrated from old forum
    Participant
    Post count: 327
    in reply to: No SSH connect #5672 |

    Did you restert sshd service?
    service sshd restart

    — Mike

    Migrated from old forum
    Participant
    Post count: 327
    in reply to: queue bug(?) #5669 |

    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.

    Migrated from old forum
    Participant
    Post count: 327
    in reply to: queue bug(?) #5668 |

    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

Viewing 15 posts - 301 through 315 (of 327 total)