返回列表 發帖
本帖最後由 角色 於 2013-10-6 09:17 編輯

Raspberry + Asterisk-GUI-11.5.1 V1.1 2013-10-06.img 又出事了,连RTP没有工作。
  1. [Oct  6 00:05:54] ERROR[2113][C-0000004a]: rtp_engine.c:259 ast_rtp_instance_new: No RTP engine was found. Do you have one loaded?
  2. [Oct  6 00:05:54] NOTICE[2113][C-0000004a]: chan_sip.c:25282 handle_request_invite: Failed to authenticate device "6001"<sip:6001@192.168.88.252;transport=UDP>;tag=003c331a


  3. agt-get install uuid-dev

  4. ./configure

  5. make menuselect

  6. check rtp_asterisk.so is enabled
複製代碼
现在重新在compile。

TOP

What is toolchain?

TOP

本帖最後由 角色 於 2013-10-6 10:58 編輯

Raspberry + Asterisk-GUI-11.5.1 V1.2 2013-10-06.img

With the following changes/modifications:
1) based on Raspberry + Asterisk-GUI-11.5.1 V1.1 2013-10-06.img

2) agt-get install uuid-dev

3) redo the followings and check res_tcp_asterisk.so is enabled.
  1. ./configure
  2. make menuselect
  3. [code]

  4. 4. Reconfigure the system time
  5. [code]
  6. dpkg-reconfigure tzdata
複製代碼
5. In post #4, setp 1c, remote the line from .profile

TZ='Asia/Hong_Kong'; export TZ

6. In /etc/asterisk/cdr.conf, change the line

From:
usegmtime=yes

To:
usegmtime=no

TOP

回復 17# ttmuskie

The libraries that you need is

apt-get install libncurses5-dev libxml2-dev libsqlite3-dev libssl-dev uuid-dev

TOP

返回列表