|
From: Dan A. <Dan...@Ph...> - 2010-02-17 18:24:09
|
Joern wrote: >>> - since svn 258 I have to enter username/password twice to login into >>> the web interface >> Are you using LDAP or SQL for the user accounts? I normally develop >> against LDAP, with a test against SQL before checking in. >I'm using SQL with the default database scheme I confirmed and resolved this. It was a result of a minor code restructure that did not work out as planned. I have not committed it yet while I work on the remaining issues. >>> - the "Announce" function within the "Add Conference" context only works >>> when a Conference PIN is given. >> At one point this was by design, but I thought I fixed it. Which version of >> Asterisk and are you using app_cbmysql? > Asterisk 1.6.2.0-1 without app_cbmysql. I'm using ODBC to access the > database That means the issue is in the app_meetme code. This may take longer to get Applied even if I find and fix it. >>> - the "(un)check all" button (i.e. within in "Delete Conferences" >>> context) does not work >> I'll look into that one. > :o) It works for me, so I have more questions? Which browser do you use? Does it have a javascript blocker? If yes, can you disable it and try again? >>> - could not place outgoing calls with the "Invite" button (got internal >>> server error and nothing happens on the asterisk console) >> Did you define an outgoing CHAN_TYPE and friends in lib/defines.php ? > I tried CHAN_TYPE LOCAL and SIP and expected to see some kind of logging > messages on the console interface that guides me to a proper > configuration. I also changed the context "default" to an existing one. I see an obvious bug in call_operator.php where I force the channeltype to OOH323 if it is not a local channel, but this does not explain the lack of output. What permissions have you set in /etc/asterisk/manager.conf for the Web-MeetMe user? |