註冊
登錄
論壇
搜索
幫助
導航
默認風格
默認風格_熄燈
默認風格_農曆新年
私人消息 (0)
公共消息 (0)
系統消息 (0)
好友消息 (0)
帖子消息 (0)
電訊茶室
»
VoIP 研究室
»
Asterisk
» 【Raspberry Pi】——Asterisk + Asterisk-GUI using SVN method
 
1
2
返回列表
發帖
角色
發短消息
加為好友
角色
當前離線
UID
6
帖子
13756
精華
5
積分
131
閱讀權限
20
在線時間
4484 小時
註冊時間
2010-4-24
最後登錄
2024-11-18
註冊會員
16
#
跳轉到
»
發表於 2013-9-15 07:44
|
只看該作者
core show translation的结果,如下:
ulaw->alaw都要9ms,看来有些慢。我的QNAP TS-269 PRO是1ms以内。
下載
(29.95 KB)
2013-9-15 07:43
TOP
orangelau
發短消息
加為好友
orangelau
當前離線
UID
32309
帖子
249
精華
0
積分
0
閱讀權限
10
在線時間
125 小時
註冊時間
2013-4-24
最後登錄
2017-9-7
新手上路
17
#
發表於 2014-1-6 00:08
|
只看該作者
入左“make“指令後,就一直出現問題,請問係咩事?
root@raspberrypi:/usr/src/asterisk/asterisk11# make
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory `/usr/src/asterisk/asterisk11/menuselect'
make[1]: `makeopts' is up to date.
make[1]: Leaving directory `/usr/src/asterisk/asterisk11/menuselect'
Generating embedded module rules ...
[CC] astcanary.c -> astcanary.o
[LD] astcanary.o -> astcanary
[CC] astdb2sqlite3.c -> astdb2sqlite3.o
[CC] hash/hash.c -> hash/hash.o
[CC] hash/hash_bigkey.c -> hash/hash_bigkey.o
[CC] hash/hash_buf.c -> hash/hash_buf.o
[CC] hash/hash_func.c -> hash/hash_func.o
[CC] hash/hash_log2.c -> hash/hash_log2.o
[CC] hash/hash_page.c -> hash/hash_page.o
[CC] hash/ndbm.c -> hash/ndbm.o
[CC] btree/bt_close.c -> btree/bt_close.o
[CC] btree/bt_conv.c -> btree/bt_conv.o
[CC] btree/bt_debug.c -> btree/bt_debug.o
[CC] btree/bt_delete.c -> btree/bt_delete.o
[CC] btree/bt_get.c -> btree/bt_get.o
[CC] btree/bt_open.c -> btree/bt_open.o
[CC] btree/bt_overflow.c -> btree/bt_overflow.o
[CC] btree/bt_page.c -> btree/bt_page.o
[CC] btree/bt_put.c -> btree/bt_put.o
[CC] btree/bt_search.c -> btree/bt_search.o
[CC] btree/bt_seq.c -> btree/bt_seq.o
[CC] btree/bt_split.c -> btree/bt_split.o
[CC] btree/bt_utils.c -> btree/bt_utils.o
[CC] db/db.c -> db/db.o
[CC] mpool/mpool.c -> mpool/mpool.o
[CC] recno/rec_close.c -> recno/rec_close.o
[CC] recno/rec_delete.c -> recno/rec_delete.o
[CC] recno/rec_get.c -> recno/rec_get.o
[CC] recno/rec_open.c -> recno/rec_open.o
[CC] recno/rec_put.c -> recno/rec_put.o
[CC] recno/rec_search.c -> recno/rec_search.o
[CC] recno/rec_seq.c -> recno/rec_seq.o
[CC] recno/rec_utils.c -> recno/rec_utils.o
[AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o mpool/mpool.o recno/rec_close.o recno/rec_delete.o recno/rec_get.o recno/rec_open.o recno/rec_put.o recno/rec_search.o recno/rec_seq.o recno/rec_utils.o -> libdb1.a
[LD] astdb2sqlite3.o db1-ast/libdb1.a -> astdb2sqlite3
[CC] astdb2bdb.c -> astdb2bdb.o
[LD] astdb2bdb.o db1-ast/libdb1.a -> astdb2bdb
[CP] res/ael/ael_lex.c -> aelparse.c
[CC] aelparse.c -> aelparse.o
[CP] res/ael/ael.tab.c -> aelbison.c
[CC] aelbison.c -> aelbison.o
[CP] pbx/pbx_ael.c -> pbx_ael.c
[CC] pbx_ael.c -> pbx_ael.o
[CP] main/hashtab.c -> hashtab.c
[CC] hashtab.c -> hashtab.o
[CP] main/lock.c -> lock.c
[CC] lock.c -> lock.o
lock.c: In function ‘__ast_pthread_mutex_lock’:
lock.c:186:17: warning: variable ‘bt’ set but not used [-Wunused-but-set-variable]
lock.c: In function ‘__ast_pthread_mutex_trylock’:
lock.c:326:17: warning: variable ‘bt’ set but not used [-Wunused-but-set-variable]
lock.c: In function ‘__ast_pthread_mutex_unlock’:
lock.c:408:17: warning: variable ‘bt’ set but not used [-Wunused-but-set-variable]
lock.c: In function ‘__ast_rwlock_unlock’:
lock.c:754:17: warning: variable ‘bt’ set but not used [-Wunused-but-set-variable]
lock.c: In function ‘__ast_rwlock_rdlock’:
lock.c:840:17: warning: variable ‘bt’ set but not used [-Wunused-but-set-variable]
lock.c: In function ‘__ast_rwlock_wrlock’:
lock.c:967:17: warning: variable ‘bt’ set but not used [-Wunused-but-set-variable]
lock.c: In function ‘__ast_rwlock_timedrdlock’:
lock.c:1098:17: warning: variable ‘bt’ set but not used [-Wunused-but-set-variable]
lock.c: In function ‘__ast_rwlock_timedwrlock’:
lock.c:1209:17: warning: variable ‘bt’ set but not used [-Wunused-but-set-variable]
lock.c: In function ‘__ast_rwlock_tryrdlock’:
lock.c:1322:17: warning: variable ‘bt’ set but not used [-Wunused-but-set-variable]
lock.c: In function ‘__ast_rwlock_trywrlock’:
lock.c:1400:17: warning: variable ‘bt’ set but not used [-Wunused-but-set-variable]
[CC] ael_main.c -> ael_main.o
[CP] main/ast_expr2f.c -> ast_expr2f.c
[CC] ast_expr2f.c -> ast_expr2f.o
[CP] main/ast_expr2.c -> ast_expr2.c
[CC] ast_expr2.c -> ast_expr2.o
[CP] main/strcompat.c -> strcompat.c
[CC] strcompat.c -> strcompat.o
[CP] res/ael/pval.c -> pval.c
[CC] pval.c -> pval.o
[CC] extconf.c -> extconf.o
[LD] aelparse.o aelbison.o pbx_ael.o hashtab.o lock.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o pval.o extconf.o -> aelparse
lock.o: In function `__ast_pthread_mutex_lock':
/usr/src/asterisk/asterisk11/utils/lock.c:216: undefined reference to `ast_bt_get_addresses'
lock.o: In function `__ast_pthread_mutex_trylock':
/usr/src/asterisk/asterisk11/utils/lock.c:356: undefined reference to `ast_bt_get_addresses'
lock.o: In function `__ast_rwlock_rdlock':
/usr/src/asterisk/asterisk11/utils/lock.c:870: undefined reference to `ast_bt_get_addresses'
lock.o: In function `__ast_rwlock_wrlock':
/usr/src/asterisk/asterisk11/utils/lock.c:997: undefined reference to `ast_bt_get_addresses'
lock.o: In function `__ast_rwlock_timedrdlock':
/usr/src/asterisk/asterisk11/utils/lock.c:1128: undefined reference to `ast_bt_get_addresses'
lock.o:/usr/src/asterisk/asterisk11/utils/lock.c:1239: more undefined references to `ast_bt_get_addresses' follow
collect2: ld returned 1 exit status
make[1]: *** [aelparse] Error 1
make: *** [utils] Error 2
TOP
orangelau
發短消息
加為好友
orangelau
當前離線
UID
32309
帖子
249
精華
0
積分
0
閱讀權限
10
在線時間
125 小時
註冊時間
2013-4-24
最後登錄
2017-9-7
新手上路
18
#
發表於 2014-1-6 00:08
|
只看該作者
root@raspberrypi:/usr/src/asterisk/asterisk11# make install
CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory `/usr/src/asterisk/asterisk11/menuselect'
make[1]: `makeopts' is up to date.
make[1]: Leaving directory `/usr/src/asterisk/asterisk11/menuselect'
[LD] aelparse.o aelbison.o pbx_ael.o hashtab.o lock.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o pval.o extconf.o -> aelparse
lock.o: In function `__ast_pthread_mutex_lock':
/usr/src/asterisk/asterisk11/utils/lock.c:216: undefined reference to `ast_bt_get_addresses'
lock.o: In function `__ast_pthread_mutex_trylock':
/usr/src/asterisk/asterisk11/utils/lock.c:356: undefined reference to `ast_bt_get_addresses'
lock.o: In function `__ast_rwlock_rdlock':
/usr/src/asterisk/asterisk11/utils/lock.c:870: undefined reference to `ast_bt_get_addresses'
lock.o: In function `__ast_rwlock_wrlock':
/usr/src/asterisk/asterisk11/utils/lock.c:997: undefined reference to `ast_bt_get_addresses'
lock.o: In function `__ast_rwlock_timedrdlock':
/usr/src/asterisk/asterisk11/utils/lock.c:1128: undefined reference to `ast_bt_get_addresses'
lock.o:/usr/src/asterisk/asterisk11/utils/lock.c:1239: more undefined references to `ast_bt_get_addresses' follow
collect2: ld returned 1 exit status
make[1]: *** [aelparse] Error 1
make: *** [utils] Error 2
root@raspberrypi:/usr/src/asterisk/asterisk11# make samples
Installing adsi config files...
/usr/bin/install -c -d "/etc/asterisk"
Installing configs/asterisk.adsi
Installing configs/telcordia-1.adsi
Installing other config files...
Installing file configs/acl.conf.sample
Installing file configs/adsi.conf.sample
Installing file configs/agents.conf.sample
Installing file configs/alarmreceiver.conf.sample
Installing file configs/alsa.conf.sample
Installing file configs/amd.conf.sample
Installing file configs/app_mysql.conf.sample
Installing file configs/app_skel.conf.sample
Installing file configs/asterisk.conf.sample
Installing file configs/calendar.conf.sample
Installing file configs/ccss.conf.sample
Installing file configs/cdr_adaptive_odbc.conf.sample
Installing file configs/cdr.conf.sample
Installing file configs/cdr_custom.conf.sample
Installing file configs/cdr_manager.conf.sample
Installing file configs/cdr_mysql.conf.sample
Installing file configs/cdr_odbc.conf.sample
Installing file configs/cdr_pgsql.conf.sample
Installing file configs/cdr_sqlite3_custom.conf.sample
Installing file configs/cdr_syslog.conf.sample
Installing file configs/cdr_tds.conf.sample
Installing file configs/cel.conf.sample
Installing file configs/cel_custom.conf.sample
Installing file configs/cel_odbc.conf.sample
Installing file configs/cel_pgsql.conf.sample
Installing file configs/cel_sqlite3_custom.conf.sample
Installing file configs/cel_tds.conf.sample
Installing file configs/chan_dahdi.conf.sample
Installing file configs/chan_mobile.conf.sample
Installing file configs/cli_aliases.conf.sample
Installing file configs/cli.conf.sample
Installing file configs/cli_permissions.conf.sample
Installing file configs/codecs.conf.sample
Installing file configs/confbridge.conf.sample
Installing file configs/config_test.conf.sample
Installing file configs/console.conf.sample
Installing file configs/dbsep.conf.sample
Installing file configs/dnsmgr.conf.sample
Installing file configs/dsp.conf.sample
Installing file configs/dundi.conf.sample
Installing file configs/enum.conf.sample
Installing file configs/extconfig.conf.sample
Installing file configs/extensions.ael.sample
Installing file configs/extensions.conf.sample
Installing file configs/extensions.lua.sample
Installing file configs/extensions_minivm.conf.sample
Installing file configs/features.conf.sample
Installing file configs/festival.conf.sample
Installing file configs/followme.conf.sample
Installing file configs/func_odbc.conf.sample
Installing file configs/gtalk.conf.sample
Installing file configs/h323.conf.sample
Installing file configs/http.conf.sample
Installing file configs/iax.conf.sample
Installing file configs/iaxprov.conf.sample
Installing file configs/indications.conf.sample
Installing file configs/jabber.conf.sample
Installing file configs/jingle.conf.sample
Installing file configs/logger.conf.sample
Installing file configs/manager.conf.sample
Installing file configs/meetme.conf.sample
Installing file configs/mgcp.conf.sample
Installing file configs/minivm.conf.sample
Installing file configs/misdn.conf.sample
Installing file configs/modules.conf.sample
Installing file configs/motif.conf.sample
Installing file configs/musiconhold.conf.sample
Installing file configs/muted.conf.sample
Installing file configs/ooh323.conf.sample
Installing file configs/osp.conf.sample
Installing file configs/oss.conf.sample
Installing file configs/phone.conf.sample
Installing file configs/phoneprov.conf.sample
Installing file configs/queuerules.conf.sample
Installing file configs/queues.conf.sample
Installing file configs/res_config_mysql.conf.sample
Installing file configs/res_config_sqlite3.conf.sample
Installing file configs/res_config_sqlite.conf.sample
Installing file configs/res_corosync.conf.sample
Installing file configs/res_curl.conf.sample
Installing file configs/res_fax.conf.sample
Installing file configs/res_ldap.conf.sample
Installing file configs/res_odbc.conf.sample
Installing file configs/res_pgsql.conf.sample
Installing file configs/res_pktccops.conf.sample
Installing file configs/res_snmp.conf.sample
Installing file configs/res_stun_monitor.conf.sample
Installing file configs/rtp.conf.sample
Installing file configs/say.conf.sample
Installing file configs/sip.conf.sample
Installing file configs/sip_notify.conf.sample
Installing file configs/skinny.conf.sample
Installing file configs/sla.conf.sample
Installing file configs/smdi.conf.sample
Installing file configs/udptl.conf.sample
Installing file configs/unistim.conf.sample
Installing file configs/users.conf.sample
Installing file configs/voicemail.conf.sample
Installing file configs/vpb.conf.sample
Installing file configs/xmpp.conf.sample
if [ "y" = "y" ]; then \
echo "Updating asterisk.conf" ; \
sed -e 's|^astetcdir.*$|astetcdir => /etc/asterisk|' \
-e 's|^astmoddir.*$|astmoddir => /usr/lib/asterisk/modules|' \
-e 's|^astvarlibdir.*$|astvarlibdir => /var/lib/asterisk|' \
-e 's|^astdbdir.*$|astdbdir => /var/lib/asterisk|' \
-e 's|^astkeydir.*$|astkeydir => /var/lib/asterisk|' \
-e 's|^astdatadir.*$|astdatadir => /var/lib/asterisk|' \
-e 's|^astagidir.*$|astagidir => /var/lib/asterisk/agi-bin|' \
-e 's|^astspooldir.*$|astspooldir => /var/spool/asterisk|' \
-e 's|^astrundir.*$|astrundir => /var/run/asterisk|' \
-e 's|^astlogdir.*$|astlogdir => /var/log/asterisk|' \
-e 's|^astsbindir.*$|astsbindir => /usr/sbin|' \
"/etc/asterisk/asterisk.conf" > "/etc/asterisk/asterisk.conf.tmp" ; \
/usr/bin/install -c -m 644 "/etc/asterisk/asterisk.conf.tmp" "/etc/asterisk/asterisk.conf" ; \
rm -f "/etc/asterisk/asterisk.conf.tmp" ; \
fi ; \
/usr/bin/install -c -d "/var/spool/asterisk/voicemail/default/1234/INBOX"
Updating asterisk.conf
build_tools/make_sample_voicemail "//var/lib/asterisk" "//var/spool/asterisk"
Installing file phoneprov/000000000000.cfg
/usr/bin/install: cannot create regular file `/var/lib/asterisk/phoneprov/000000000000.cfg': No such file or directory
Installing file phoneprov/000000000000-directory.xml
/usr/bin/install: cannot create regular file `/var/lib/asterisk/phoneprov/000000000000-directory.xml': No such file or directory
Installing file phoneprov/000000000000-phone.cfg
/usr/bin/install: cannot create regular file `/var/lib/asterisk/phoneprov/000000000000-phone.cfg': No such file or directory
Installing file phoneprov/polycom_line.xml
/usr/bin/install: cannot create regular file `/var/lib/asterisk/phoneprov/polycom_line.xml': No such file or directory
Installing file phoneprov/polycom.xml
/usr/bin/install: cannot create regular file `/var/lib/asterisk/phoneprov/polycom.xml': No such file or directory
Installing file phoneprov/snom-mac.xml
/usr/bin/install: cannot create regular file `/var/lib/asterisk/phoneprov/snom-mac.xml': No such file or directory
make: *** [samples] Error 1
root@raspberrypi:/usr/src/asterisk/asterisk11# /usr/sbin/asterisk
-bash: /usr/sbin/asterisk: No such file or directory
root@raspberrypi:/usr/src/asterisk/asterisk11# /usr/sbin/asterisk
-bash: /usr/sbin/asterisk: No such file or directory
root@raspberrypi:/usr/src/asterisk/asterisk11# cd..
-bash: cd..: command not found
root@raspberrypi:/usr/src/asterisk/asterisk11# cd..
-bash: cd..: command not found
root@raspberrypi:/usr/src/asterisk/asterisk11# cd/
-bash: cd/: No such file or directory
root@raspberrypi:/usr/src/asterisk/asterisk11# cd
root@raspberrypi:~# /usr/sbin/asterisk
-bash: /usr/sbin/asterisk: No such file or directory
root@raspberrypi:~#
TOP
 
1
2
返回列表
VoIP研究室(VoIP Lab)
VoIP 研究室
Asterisk
Elastix
FreeSWITCH
OBi
Linksys ATA
Other ATA
Hard/Soft Phone
VOIP Provider/Service
VOIP News
Others
網絡/寬頻及固網討論
VPN 研究室
網絡及寬頻討論
路由器討論 (Router)
MikroTik / RouterOS
DD-WRT
OpenWRT
Gargoyle
pfSense
ClearOS
Others
固網電話討論
流動通訊應用
視像通訊
流動寬頻/流動數據
網絡商討論
手機網絡商
Wi-Fi
手機討論
iPhone/iPad
Android系統
Symbian系統
手機討論
吹水閒聊
吹水茶座
合法集會
Project 0
新手報到
新手報到區
茶室董事廳
公告欄
意見收集站
[收藏此主題]
[關注此主題的新回復]
[通過 QQ、MSN 分享給朋友]