fix(asterisk): update telecom route and recording fallback
This commit is contained in:
@@ -82,3 +82,55 @@ type=aor
|
||||
max_contacts=1
|
||||
remove_existing=yes
|
||||
support_path=yes
|
||||
|
||||
;========================================================================
|
||||
; Telecom.kz SIP account (REGISTER auth, not IP trunk)
|
||||
; DID: 87273901485
|
||||
; SIP account: 86205414@sip.telecom.kz
|
||||
;========================================================================
|
||||
[telecom-kz-aor]
|
||||
type=aor
|
||||
max_contacts=1
|
||||
remove_existing=yes
|
||||
qualify_frequency=60
|
||||
support_path=yes
|
||||
|
||||
[telecom-kz-auth]
|
||||
type=auth
|
||||
auth_type=userpass
|
||||
username=86205414
|
||||
password=CHANGE_ME_TELECOM_KZ_PASSWORD
|
||||
|
||||
[telecom-kz]
|
||||
type=endpoint
|
||||
transport=transport-udp
|
||||
context=from-telecom
|
||||
disallow=all
|
||||
allow=alaw,ulaw
|
||||
aors=telecom-kz-aor
|
||||
outbound_auth=telecom-kz-auth
|
||||
from_user=86205414
|
||||
from_domain=sip.telecom.kz
|
||||
direct_media=no
|
||||
rtp_symmetric=yes
|
||||
force_rport=yes
|
||||
rewrite_contact=yes
|
||||
trust_id_inbound=yes
|
||||
send_rpid=yes
|
||||
identify_by=username
|
||||
language=ru
|
||||
|
||||
[telecom-kz-registration]
|
||||
type=registration
|
||||
transport=transport-udp
|
||||
outbound_auth=telecom-kz-auth
|
||||
server_uri=sip:sip.telecom.kz:5060
|
||||
client_uri=sip:86205414@sip.telecom.kz
|
||||
contact_user=86205414
|
||||
retry_interval=60
|
||||
forbidden_retry_interval=300
|
||||
expiration=300
|
||||
line=yes
|
||||
endpoint=telecom-kz
|
||||
support_path=yes
|
||||
auth_rejection_permanent=no
|
||||
|
||||
Reference in New Issue
Block a user