Files
voicebot/asterisk/templates/pjsip-base.conf.template
2026-07-18 01:25:01 +03:30

31 lines
473 B
Plaintext

[global]
type=global
user_agent=Pline-AI
[transport-udp]
type=transport
protocol=udp
bind=0.0.0.0:5060
; ======================
; Test Extension
; ======================
[${TEST_USER_EXTEN}]
type=endpoint
context=from-internal
disallow=all
allow=ulaw,alaw
auth=${TEST_USER_EXTEN}-auth
aors=${TEST_USER_EXTEN}
[${TEST_USER_EXTEN}-auth]
type=auth
auth_type=userpass
username=${TEST_USER_EXTEN}
password=${TEST_USER_PASSWORD}
[${TEST_USER_EXTEN}]
type=aor
max_contacts=5