fix(asterisk): update telecom route and recording fallback
This commit is contained in:
@@ -117,3 +117,16 @@ exten => h,1,StopMixMonitor()
|
||||
[mvpcc-operators]
|
||||
exten => _X.,1,Dial(PJSIP/${EXTEN},30)
|
||||
same => n,Hangup()
|
||||
|
||||
[from-telecom]
|
||||
; Incoming calls from Telecom.kz SIP account 86205414 / DID 87273901485.
|
||||
; Route them directly to the AI-first entrypoint 7100.
|
||||
exten => 86205414,1,NoOp(Incoming from telecom.kz DID 87273901485 -> AI)
|
||||
same => n,Set(CALLERID(dnid)=87273901485)
|
||||
same => n,Goto(from-softphones,7100,1)
|
||||
|
||||
exten => 87273901485,1,NoOp(Incoming from telecom.kz DID 87273901485 -> AI)
|
||||
same => n,Goto(from-softphones,7100,1)
|
||||
|
||||
exten => _X.,1,NoOp(Incoming from telecom.kz, DID=${EXTEN})
|
||||
same => n,Goto(from-softphones,7100,1)
|
||||
|
||||
Reference in New Issue
Block a user