|
Revision 1760, 38 bytes
(checked in by rcourtna, 7 years ago)
|
addition of a "Pin Sets" module. This module provides the ability to manage lists of PINs that can be used to authenticate for Outbound Routes. The entered pin can optionally be added to the CDR. This is also a working example of a module that takes full advantage of FreePBX's module hooking system.
|
- Property svn:mime-type set to
text/plain
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 2 |
|
|---|
| 3 |
sql('DROP TABLE pinsets'); |
|---|
| 4 |
|
|---|
| 5 |
?> |
|---|