|
From: Gabriel H. <gab...@gm...> - 2010-01-20 23:00:35
|
Hi, I'm having the same problem described in 12/14/2009 by trattore_1. I'm using asterisk 1.6.2.0 on ubuntu 9.10. I've installed the web interface and its working perfectly, so I can add new conferences. I'm not using cbmysql and added the following lines to extensions.conf as described in cb-extensions.conf.sample: exten => 1995,1,Answer exten => 1995,n,meetme() exten => 1995,n,Hangup When I call the extension 1995, asterisk answers and ask for the conference number, then I enter the one created on the web interface but it remains saying that the conference number is invalid. I've tried using res_odbc.conf and res_mysql.conf as I have the mysql module installed, both with the same result. Are there anything else that I can do? How to make asterisk get the conference number from the database? Thanks in advance, Gabriel. |