2023/02/25 09:00
Youtubeに新しい動画を公開しました。
[Asterisk] Setting up pjsip.conf to connect to Rakuten OpenGate / 楽天OpenGateへ接続するためのpjsip.conf設定
前回の動画 の続きになります。
楽天コミュニケーションズ IP電話 B2BUA OpenGate サービス へ接続するために、Asteriskを設定していきます。
変更後のpjsip.conf 一部抜粋
[rakuten-trunk]
type = registration
outbound_auth = rakuten-trunk-auth
server_uri = sip:okj.sip.0038.net
client_uri = sip:55362941@okj.sip.0038.net
retry_interval = 60
[rakuten-trunk-auth]
type = auth
auth_type = userpass
username = 55362941
password = RINGINGPASSWORD
; Endpoint for Digium Cloud Services account
[rakuten-endpoint]
type=endpoint
context = DCS-Incoming
allow = !all,g722,ulaw
outbound_auth = rakuten-auth
aors = rakuten-aor
direct_media = no
from_domain = okj.sip.0038.net
[rakuten-auth]
type = auth
auth_type = userpass
username = 55362941
password = RINGINGPASSWORD
realm = okj.sip.0038.net
[rakuten-aor]
type = aor
contact = sip:okj.sip.0038.net
[rakuten-identify]
type=identify
endpoint = rakuten-endpoint
match = 61.213.230.145
※ 2023/02/25に掲載した記事になります(Home | Ringing Inc.から記事を移動しました)