GSM Gateway 32 Port (SIP)
Xenon 4 Core 8 GB Server
hi all , currently everything is working with Vicidial VERSION: 2.12-524a + GSM gateway 32 Port linked using sip.conf
- Code: Select all
exten => _91X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91X.,n,Dial(sip/gsmtrunk/${EXTEN:2},,tTo)
exten => _91X.,n,Hangup()
[gsmtrunk]
disallow=all
allow=gsm
allow=ulaw
type=friend
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very
nat=yes
host=192.168.0.210
we are planning to get 1 more gateway 16 Port and link to same server , kindly guide me how to link second gateway also to same server ?
I Just add 2 host ? like below ?
host=192.168.0.210
host=192.168.0.211
2) How will server know can send 32 calls to first gateway and Only 16 calls to second gateway
usingadmin > server setting we can limit overall calls but not how many calls per carrier ,kindly enlighten me