Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Anyone using Sipgate.de + FreePBX ?

  • 13-09-2013 9:34am
    #1
    Registered Users, Registered Users 2 Posts: 9,208 ✭✭✭


    Hey,

    Been using FreePBX on my Raspberry Pi for a few weeks my other providers work fine for incoming and outgoing.

    Using a combination of different providers but for the life of me cannot get sipgate.de to work.

    It registers fine but when you call it just says it engaged.

    Nothing registers in the logs on FreePBX when I ring the German number.

    My other providers (Betamax and Blueface work fine)

    Heres my config:

    Peer Details
    username=**removed**
    type=peer
    trustrpid=no
    sendrpid=pai
    secret=**removed**
    registertimeout=600
    qualify=yes
    port=5060
    outboundproxy=sipconnect.sipgate.de
    insecure=port,invite
    host=sipconnect.sipgate.de
    fromuser=**removed**
    fromdomain=sipconnect.sipgate.de
    dtmfmode=rfc2833
    disallow=all
    canreinvite=no
    allow=alaw

    User details:
    username=**removed**
    type=peer
    secret=**removed**
    qualify=yes
    nat=yes
    insecure=very
    host=217.10.79.9
    fromuser=1335533
    fromdomain=**removed**
    dtmfmode=rfc2833
    disallow=all
    context=from-trunk
    canreinvite=no
    authuser=**removed
    allow=ulaw

    Using NAT but not using port forwarding :)


Comments

  • Moderators, Technology & Internet Moderators Posts: 4,621 Mod ✭✭✭✭Mr. G


    Hey,

    Been using FreePBX on my Raspberry Pi for a few weeks my other providers work fine for incoming and outgoing.

    Using a combination of different providers but for the life of me cannot get sipgate.de to work.

    It registers fine but when you call it just says it engaged.

    Nothing registers in the logs on FreePBX when I ring the German number.

    My other providers (Betamax and Blueface work fine)

    Heres my config:

    Peer Details



    User details:



    Using NAT but not using port forwarding :)

    To define a trunk for sipgate.co.uk (I'm sure sipgate.de is similar, this works fine for me on my Pi anyway) in FreePBX follow the steps below

    Browse to:
    Settings
    Asterisk SIP Settings
    Set "SRV Lookup" to "Enable"
    Browse to:
    Connectivity
    Trunks
    Add SIP Trunk
    Outgoing Settings
    Trunk Name = sipgate-trunk
    PEER Details

    1. username=(username)
    2. type=peer
    3. secret=(password)
    4. qualify=yes
    5. nat=never
    6. insecure=very
    7. host=sipgate.co.uk
    8. fromuser=(username)
    9. dtmfmode=rfc2833
    10. disallow=all
    11. context=from-trunk
    12. canreinvite=yes
    13. authuser=(username)
    14. allow=ulaw

    Incoming Settings
    Delete everything from this definition
    Registration
    Register String

    sipaccount:sipaccountpassword@sipgate.co.uk/
    Click 'Submit Changes'

    271638.png

    Under Inbound Routes, add a new route with the DID number as your username and select destination, then click Submit Changes.

    Click Apply Config and it should register (Check Reports > Asterisk Info).

    I think you may have forgotten to add an inbound route, leave the DID blank and setup a default destination, and you shouldn't get a busy tone. Let me know how you get on.


  • Moderators, Technology & Internet Moderators Posts: 4,621 Mod ✭✭✭✭Mr. G


    Hey,

    Using NAT but not using port forwarding :)

    You should not need to use port forwarding as you are registering with sipgate. Make sure you have NAT set to yes in Advanced SIP Settings

    Hope this helps


  • Registered Users, Registered Users 2 Posts: 9,208 ✭✭✭keithclancy


    Many thanks, will try this.


Advertisement