VoipInvite Carrier Setting
Posted: Sun Apr 07, 2013 9:05 pm
Hi ,
I am trying to configure a new carrier on my GoAutoDial Server Version 2.4
The carrier is Voip Invite - it work on direct IP connection with no user /pass .My server is dialing in the USA
the carrier gave me only this setting
Signaling IP: 66.228.113.152
Protocol: SIP
Dial Plan: 1+10 digits eg: 12127773456
Codecs: G711u, G729
Tone Detection: RCF 2833
2833 Payload Type: 101
Fax Mode: T.38
SIP Port and Protocol: UDP 5060
from that I created
Account Entry:
[VoipInvite]
disallow=all
allow=g729
allow=gsm
allow=ulaw
type=friend
host=66.228.113.152
dtmfmode=rfc2833
qualify=yes
insecure=very
canreinvite=no
Dialplan Entry:
exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,2,Dial(${66.228.113.152}/${EXTEN:1},,tTor)
exten => _91XXXXXXXXXX,3,Hangup
Of corse it doesn't work and I have no idea what I am doing wrong ( I am sure it the dial plan entry)
when I am doing sip show peers I see the new carrier but I cant dial out
do I need Registration String ? Globals String ?
Please HELP
I am trying to configure a new carrier on my GoAutoDial Server Version 2.4
The carrier is Voip Invite - it work on direct IP connection with no user /pass .My server is dialing in the USA
the carrier gave me only this setting
Signaling IP: 66.228.113.152
Protocol: SIP
Dial Plan: 1+10 digits eg: 12127773456
Codecs: G711u, G729
Tone Detection: RCF 2833
2833 Payload Type: 101
Fax Mode: T.38
SIP Port and Protocol: UDP 5060
from that I created
Account Entry:
[VoipInvite]
disallow=all
allow=g729
allow=gsm
allow=ulaw
type=friend
host=66.228.113.152
dtmfmode=rfc2833
qualify=yes
insecure=very
canreinvite=no
Dialplan Entry:
exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,2,Dial(${66.228.113.152}/${EXTEN:1},,tTor)
exten => _91XXXXXXXXXX,3,Hangup
Of corse it doesn't work and I have no idea what I am doing wrong ( I am sure it the dial plan entry)
when I am doing sip show peers I see the new carrier but I cant dial out
do I need Registration String ? Globals String ?
Please HELP