Setup Trunk for Provider fonial.de

Dearall,

currently I`m trying to setup a new SIP-Trunk for provider fonial.de.

They have posted general Asterisk-Settings on their page:
https://www.fonial.de/hilfe/trunking/konfiguration-der-telefonanlagen/asterisk/

Register-String: SIP-User:[email protected]/SIP-User

For sip.conf the suggest the following settings:
; SIP-User for Registration at fonial-Trunk

[fo279XXXtr24XXXtr_01]
  type=friend
  qualify=yes
  nat=force_rport,comedia
  dtmfmode=RFC2833
  insecure=port,invite
  canreinvite=no
  secret=passwort
  username= fo279XXXtr24XXXtr_01
  fromdomain=sip.solucon.com
  outboundproxy=proxy01.sip.solucon.com
  host=sip.solucon.com
  disallow=all
  allow=ulaw
  allow=alaw 

For the phone they suggest:
; For any phone that is registred on your Asterisk:
[phone]
type=friend
username=phone ; User, set in the phone.
secret=123456 ; Password should be choosen by yourself
host=dynamic
context=dialout ; Change context according to extensions.conf

I have set-up in FreePBX-GUI:



Unfortunately it didn`t work with the settings I have put in the GUI.
Could someone maybe help me converting the general Asterisk-Setting to a FreePBX-Version?

Thanks!

Best regards,
Patrick

The “type=friend” setting should all you need - you can clear out the “USER Content” section.

Once you get that cleared out, try connecting to the provider and post the logs of that few seconds (from ‘/var/log/asterisk/full’) and let us look at the error messages (if there are any).

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.