|
Revision 1081, 211 bytes
(checked in by mheydon1973, 7 years ago)
|
Added Joining message, from System Recordings, to conference. Also dialplan for ext-meetme now generated totally by the code, removed meetme macro
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
CREATE TABLE IF NOT EXISTS `meetme` ( `exten` VARCHAR( 50 ) NOT NULL , `options` VARCHAR( 15 ) , `userpin` VARCHAR( 50 ) , `adminpin` VARCHAR( 50 ) , `description` VARCHAR( 50 ) , `joinmsg` VARCHAR( 255 ) ); |
|---|
| 3 |
|
|---|
| 4 |
|
|---|