chan-sccp: update to latest commit
authorSebastian Kemper <sebastian_ml@gmx.net>
Thu, 23 Nov 2017 17:01:02 +0000 (18:01 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Thu, 23 Nov 2017 17:08:36 +0000 (18:08 +0100)
commit8fc851f0d5d4a06365fb4b38d8d77ad2a191ba3a
tree3b450c6f257f753c90ecdfa9934a1a1afbf9d2db
parent0f39076796fd9ea6754c1b49f41de9259509c5e0
chan-sccp: update to latest commit

- Update to latest commit to get support for Asterisk 15
- Upstream renamed the project from chan-sccp-b to chan-sccp. This
  commit updates the OpenWrt Makefile accordingly.
- Move the directory from chan-sccp-b to asterisk-chan-sccp (follow the
  naming of the other channel drivers' directories).
- OpenWrt Asterisk13 is mistaken for Asterisk15 because it has the
  iostream patch applied, fix this with workaround in autoconf script.
- Update upstream URL to the github page.
- Update description of the package.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
14 files changed:
net/asterisk-chan-sccp/Makefile [new file with mode: 0644]
net/asterisk-chan-sccp/files/extconfig.conf.sccp_sample [new file with mode: 0644]
net/asterisk-chan-sccp/files/res_config_sqlite3.conf.sccp_sample [new file with mode: 0644]
net/asterisk-chan-sccp/files/sccp.conf [new file with mode: 0644]
net/asterisk-chan-sccp/files/sccp.conf.realtime_sample [new file with mode: 0644]
net/asterisk-chan-sccp/files/sccp_sqlite3.sql [new file with mode: 0644]
net/asterisk-chan-sccp/patches/01-prevent-extra-optimization.patch [new file with mode: 0644]
net/chan-sccp-b/Makefile [deleted file]
net/chan-sccp-b/files/extconfig.conf.sccp_sample [deleted file]
net/chan-sccp-b/files/res_config_sqlite3.conf.sccp_sample [deleted file]
net/chan-sccp-b/files/sccp.conf [deleted file]
net/chan-sccp-b/files/sccp.conf.realtime_sample [deleted file]
net/chan-sccp-b/files/sccp_sqlite3.sql [deleted file]
net/chan-sccp-b/patches/01-prevent-extra-optimization.patch [deleted file]