CentOS 6でアスタリスク13を使用しています。次のように2人のユーザーを追加しpjsip.conf
ました。
[transport-udp]
type=transport
protocol=udp ;udp,tcp,tls,ws,wss
bind=0.0.0.0
[6001]
type=endpoint
transport=transport-udp
context=from-internal
disallow=all
allow=ulaw
allow=gsm
auth=6001
aors=6001
[6001]
type=auth
auth_type=userpass
password=************
username=6001
[6001]
type=aor
max_contacts=1
[7001]
type=endpoint
transport=transport-udp
context=from-internal
disallow=all
allow=ulaw
allow=gsm
auth=7001
aors=7001
[7001]
type=auth
auth_type=userpass
password=************
username=7001
[7001]
type=aor
max_contacts=1
そして、6001と7001をzoiperからアスタリスクサーバーに正常に登録できます。しかし、6001と7001を互いに対話させるにはどうすればよいですか?6001アカウントを登録しているモバイルから7001をダイヤルすると、404エラーが返されます。
編集する必要があるかもしれextensions.conf
ませんが、それを終了する方法がわかりませんか?
PS:この行をに追加しましたextensions.conf
が、機能しません:
[from-internal]
exten => 7001,1,Dial(7001)