From: Kalin D. <dik...@gm...> - 2012-01-07 16:54:41
|
Hi all, I'm using Web-MeetMe_v4.0.2 / Asterisk 1.6.0.26 (res-odbc module). After some manual changes everything works fine, except the "Wait for leader", "Music on Hold" and maybe all the feature that could be set from the web-based interface of Web Meetme when creating a new room. Since the meetme application connects and verifies successfully the room numbers and PINs from the database, I suppose it's an issue in how the parameters from inside the "adminopts" and "opts" columns are being passed to the meetme app. Putting the "wrM" within the asterisk dialplan when invoking Meetme works fine, however it's a static config and I need the Web-Meetme instead. My dialplan is as follows: exten => s,1,Answer exten => s,n,Wait(3) exten => s,n,MeetMe() exten => s,n,Hangup Any ideas??? PS: It looks like no params from within the adminopts and opts columns are being passed to the MeetMe application. For ex. I have "aAs" within adminopts and "swM" within opts, however there isn't any change. If I add "swM" to the dialplan directly /exten => s,n,MeetMe(,Mspw)/, it seems to be working. |