@@ -1298,18 +1298,19 @@ install_wanpipe() {
1298
1298
tar xvfz ${WANPIPE_SOURCE_NAME} .tgz
1299
1299
rm ${WANPIPE_SOURCE_NAME} .tgz
1300
1300
cd ${WANPIPE_SOURCE_NAME}
1301
- phreak_fuzzy_patch " af_wanpipe.diff"
1301
+ # phreak_fuzzy_patch "af_wanpipe.diff"
1302
1302
1303
- if [ " $MYSOURCEDIRORIG " != " $MYSOURCEDIR " ]; then
1304
- echoerr " Your system uses recursive Makefile includes, which wanpipe doesn't yet support... specifying the proper directory explicitly for you"
1303
+ # if [ "$MYSOURCEDIRORIG" != "$MYSOURCEDIR" ]; then
1304
+ # echoerr "Your system uses recursive Makefile includes, which wanpipe doesn't yet support... specifying the proper directory explicitly for you"
1305
1305
# ## XXX Currently an issue on Debian (see issue #3 on GitHub). Sangoma is supposedly working on this currently as well.
1306
1306
# ## BUGBUG This makes it get further than before, but doesn't fully work yet.
1307
- ./Setup dahdi --silent --with-linux=$MYSOURCEDIR
1308
- else
1307
+ # ./Setup dahdi --silent --with-linux=$MYSOURCEDIR
1308
+ # else
1309
1309
./Setup dahdi --silent
1310
- fi
1310
+ # fi
1311
1311
1312
1312
if [ $? -ne 0 ]; then
1313
+ # XXX Should have an option to fail here forcibly, for testing.
1313
1314
echoerr " wanpipe install failed: unsupported kernel?"
1314
1315
sleep 1
1315
1316
# exit 2
@@ -1500,6 +1501,7 @@ phreak_patches() { # $1 = $PATCH_DIR, $2 = $AST_SRC_DIR
1500
1501
gerrit_patch 19600 " https://gerrit.asterisk.org/changes/asterisk~19600/revisions/1/patch?download" # callerid: Allow specifying timezone.
1501
1502
gerrit_patch 19712 " https://gerrit.asterisk.org/changes/asterisk~19712/revisions/7/patch?download" # chan_iax2: Fix stalled jitterbuffer
1502
1503
gerrit_patch 19744 " https://gerrit.asterisk.org/changes/asterisk~19744/revisions/1/patch?download" # config.c: fix template inheritance/overrides
1504
+ gerrit_patch 19927 " https://gerrit.asterisk.org/changes/asterisk~19927/revisions/1/patch?download" # app_senddtmf: Add SendFlash AMI action
1503
1505
1504
1506
if [ " $EXTERNAL_CODECS " = " 1" ]; then
1505
1507
phreak_nontree_patch " main/translate.c" " translate.diff" " https://issues.asterisk.org/jira/secure/attachment/60464/translate.diff" # Bug fix to translation code
0 commit comments