Hello!
I'm trying to create a Multifon trunk for Asterisk via FreePBX. However, whatever settings you use, in the end, the report (sip show registry (in the console) or Reports-> Asterisk Info-> Chan_SIP Info (in FreePBX)) goes "state: Request Sent". The basic settings were:
Peers Details :
username = 792 <number>
type = peer
secret = <password>
qualify = yes
notransfer = no
insecure = port invite
host = 193.201.229.35
fromuser = 792 <number>
fromdomain = multifon.ru
disallow = all
allow = ulaw
dtmfmode = inband
User Details :
type = user
context = from-pstn
dtmfmode = inband
disallow = all
allow = ulaw
Register String :
792 <number>: <password>: 792 <number> @ 193.201.229.35 / 792 <number>
They were taken from http://trustore.ru/article/asterisk/213-multifon-in-freepbx
From the softphone, calls through the Multiphone are available, on the website https://sm.megafon.ru/sm/client/routing set status 2 (for receiving calls through the softphone).
Please help me, what is wrong?
Register String: 792<номер>:пароль>:792<пароль>@193.201.229.35/792<номер>lineRegister String: 792<номер>:пароль>:792<пароль>@193.201.229.35/792<номер>you probably have a typo. It should be something like this:792<номер>:<пароль>:792<номер>@193.201.229.35/792<номер>Otherwise, check the NAT settings,sip set debug onin the asterisk console and see what happens there. - StuxForce