|
Revision 3228, 448 bytes
(checked in by qldrob, 6 years ago)
|
Update module list
|
- Property svn:mime-type set to
text/html
- Property svn:eol-style set to
native
- Property svn:mime-text set to
text/html
- Property svn:executable set to
*
|
| Line | |
|---|
| 1 |
#!/bin/sh |
|---|
| 2 |
|
|---|
| 3 |
FREEPBX_MODBRANCH=2.2 |
|---|
| 4 |
FREEPBX_MODLIST=" announcement |
|---|
| 5 |
asterisk-cli |
|---|
| 6 |
backup |
|---|
| 7 |
blacklist |
|---|
| 8 |
callback |
|---|
| 9 |
callforward |
|---|
| 10 |
callwaiting |
|---|
| 11 |
cidlookup |
|---|
| 12 |
conferences |
|---|
| 13 |
customerdb |
|---|
| 14 |
dictate |
|---|
| 15 |
disa |
|---|
| 16 |
donotdisturb |
|---|
| 17 |
featurecodeadmin |
|---|
| 18 |
findmefollow |
|---|
| 19 |
gabcast |
|---|
| 20 |
infoservices |
|---|
| 21 |
inventorydb |
|---|
| 22 |
irc |
|---|
| 23 |
ivr |
|---|
| 24 |
javassh |
|---|
| 25 |
logfiles |
|---|
| 26 |
manager |
|---|
| 27 |
miscdests |
|---|
| 28 |
music |
|---|
| 29 |
paging |
|---|
| 30 |
parking |
|---|
| 31 |
pbdirectory |
|---|
| 32 |
phonebook |
|---|
| 33 |
phpagiconf |
|---|
| 34 |
phpinfo |
|---|
| 35 |
pinsets |
|---|
| 36 |
printextensions |
|---|
| 37 |
queues |
|---|
| 38 |
recordings |
|---|
| 39 |
ringgroups |
|---|
| 40 |
speeddial |
|---|
| 41 |
timeconditions |
|---|
| 42 |
voicemail |
|---|
| 43 |
zoip" |
|---|