I have Installed GoAutoDial 2.1 CE. And haven't made any changes in any config files. I followed the guide and added a carrier (trunk) and when I ran 'sip show registry' it return empty. Config are
Carrier ID: MYTESTCARRIER
Carrier Name: mytestcarrier
Carrier Description:
Registration String: <<username>>:<<password>>@<<voip_provider_ip>>
Template ID: -NONE-
Account Entry:
- Code: Select all
[mytestcarrier]
disallow=all
allow=all
type=friend
username=<<username>>
secret=<<password>>
fromuser=<<username>>
host=<<voip_provider_ip>>
dtmfmode=rfc2833
insecure=very
nat=auto
context=from-internal
qualify=yes
canreinvite=no
Protocol: SIP
Globals String: MYTESTCARRIER = SIP/mytestcarrier
Dialplan Entry:
- Code: Select all
exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@mytestcarrier,,tTo)
exten => _91XXXXXXXXXX,3,Hangup
Active: Y
I have also tried using
X.
.
<<empty>>
for Dialplan Entries.
Also tried adding "register => " before the registration string.
Also tried adding/removing
- Code: Select all
nat=auto
context=from-internal
qualify=yes
canreinvite=no
in the account entry. Also tried different values for context like
default
trunkinbound
but after all the possible combinations whenever I ran "SIP show registry" in asterisk console it return empty
go*CLI> sip show registry
Host Username Refresh State Reg.Time
go*CLI>
Plz help.