Project

General

Profile

how to setup carrier with ip authentication.

Added by george lagardo almost 11 years ago

Hi,

i have been using goautodial for quite some time without any problem until lately i had to change my SIP provider, the new Provider works only with IP authentication , they do not have any user name or password as we have in registration string in goautodial carrier setup ,

please help me with configuring the SIP account and setup the carrier working with IP authentication.

_
_An extra bit of info about my new SIP account : i configured xlite with the new account and it works , here it is how i did, ++

Display name : 1234 (dummy)
Username : 1234 (dummy)
Authorization user name: 1234 (dummy)
Domain : xxx.xxx.xxx.xxx ( sip Provier server IP )
Domain proxy : ( unchecked)
set outbound via : target domain._
_

please help me.


Replies (1)

RE: how to setup carrier with ip authentication. - Added by striker 247 almost 11 years ago

hi just create a sip trunk without username and passwork as below

[voiptrunk]
host=provider ip address
fromdomain= provider ip address
disallow=all
allow=g729,ulaw
type=friend
context=trunkinbound
qualify=yes
dtmfmode=auto
port=5060

then dialplan

exten => _9NXXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9NXXXXXXXXXX,2,Dial(SIP/voiptrunk/${EXTEN:1},,To)
exten => _9NXXXXXXXXXX,3,Hangup

Note:
you need to put externip=youpublicip address under sip.conf

br
striker
striker24x7.blogspot.com

    (1-1/1)
    Go to top