[Pkg-voip-commits] r10120 - /asterisk/trunk/debian/README.Debian

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Wed Mar 27 09:43:40 UTC 2013


Author: tzafrir
Date: Wed Mar 27 09:43:40 2013
New Revision: 10120

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10120
Log:
testsuite: fixed datadir and voicemail file location

Modified:
    asterisk/trunk/debian/README.Debian

Modified: asterisk/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/README.Debian?rev=10120&op=diff
==============================================================================
--- asterisk/trunk/debian/README.Debian (original)
+++ asterisk/trunk/debian/README.Debian Wed Mar 27 09:43:40 2013
@@ -307,13 +307,15 @@
 ==========
 # Required packages: sipp >= 3.2-2, python-starpy, python-yaml
 ./debian/rules build
+sed -i -e 's|^ASTDATADIR = .*|ASTDATADIR = /usr/share/asterisk|' makeopts
 git clone <url> testsuite
 cd testsuite
 ./run-local setup
-# edit generated modules.conf to disable voicemail_{imap|odbc}storage.so
-sed -i -e '/^astdatadir/s|/var/lib|/usr/share|' astroot/etc/asterisk/asterisk.conf
+(for type in imap odbc; do echo "noload => app_voicemail_${type}storage.so"; done) >>astroot/etc/asterisk/modules.conf
 dget asterisk-core-sounds-en-gsm
 dpkg -x asterisk-core-sounds-en-gsm_*_all.deb astroot
+# ln -s en_US_f_Allison astroot/usr/share/asterisk/sounds/en # ASTERISK-21322
+mv astroot/usr/share/asterisk/sounds/en_US_f_Allison astroot/usr/share/asterisk/sounds/en
 ./run-local run -v 1.8.13
 
 Printing all tests:
@@ -453,31 +455,11 @@
 tests/redirecting/macro
 
 Failed tests:
-tests/cdr/cdr_fork_end_time
 tests/channels/SIP/sip_channel_params
-tests/channels/SIP/sip_tls_call
 tests/channels/SIP/sip_tls_register
 tests/channels/SIP/noload_res_srtp_attempt_srtp
-tests/channels/SIP/secure_bridge_media
 tests/channels/SIP/sip_hold
 tests/channels/SIP/rfc2833_dtmf_detect
-tests/feature_blonde_transfer
-tests/feature_attended_transfer
-tests/callparking
-tests/fastagi/stream-file
-tests/fastagi/control-stream-file
-tests/fastagi/get-data
-tests/fastagi/say-alpha
-tests/fastagi/say-date
-tests/fastagi/say-datetime
-tests/fastagi/say-time
-tests/fastagi/say-digits
-tests/fastagi/say-number
-tests/fastagi/say-phonetic
-tests/pbx/pbx_lua_background
-tests/apps/directory_operator_exit
-tests/apps/directory_context_operator_exit
-tests/apps/directory_attendant_exit
 tests/apps/voicemail/leave_voicemail_nominal
 tests/apps/voicemail/leave_voicemail_priority
 tests/apps/voicemail/leave_voicemail_forwarding
@@ -500,7 +482,4 @@
 tests/apps/voicemail/check_voicemail_dialout
 tests/apps/voicemail/check_voicemail_reply
 tests/apps/queues/queue_baseline
-tests/apps/directed_pickup
-tests/apps/control_playback/nominal
-tests/apps/playback/nominal
-
+




More information about the Pkg-voip-commits mailing list