SM-Asterisk - connection and listening mechanism implementation

This commit is contained in:
DanB
2016-09-09 17:34:28 +02:00
parent b74151bb17
commit d65897c2d0
8 changed files with 39 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
[general]
enabled = yes
allowed_origins = http://cgrates.org
[cgrates]
type = user

View File

@@ -1,6 +1,6 @@
[internal]
exten => _1XXX,1,NoOp()
;same => n,Stasis(cgrates_auth)
same => n,Stasis(cgrates_auth)
same => n,Dial(PJSIP/${EXTEN},30)
same => n,Hangup()