first commit
This commit is contained in:
30
asterisk/templates/pjsip-base.conf.template
Normal file
30
asterisk/templates/pjsip-base.conf.template
Normal file
@@ -0,0 +1,30 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user