Koozali.org: home of the SME Server

sipgate with freepbx [resolved]

Offline jameswilson

  • *
  • 795
  • +0/-0
    • Security Warehouse, professional security equipment
sipgate with freepbx [resolved]
« on: April 20, 2010, 05:34:30 PM »
We currently use 3cx, but my love of sme made me investigate this contrib.

All seems to be going well but i cant get a sipgate trunk to work.
i know its me. i have followed this guide

http://www.freepbx.org/support/documentation/howtos/howto-setting-up-voip-provider-trunks/sipgate-u-k

but still no joy.

i probably shouldnt of done this but i have no also updated all modules etc from within freepbx.
Any suggestions please?
« Last Edit: April 21, 2010, 01:50:39 PM by jameswilson »

Offline timn

  • *
  • 62
  • +0/-0
    • Nash CDL
Re: sipgate
« Reply #1 on: April 20, 2010, 08:15:14 PM »
I have sipgate trunk working with the following config

Registration String:   <sipgate_number>:<sipgate_password>@sipgate.co.uk/<sipgate_number>

type=peer
host=sipgate.co.uk
insecure=very
qualify=3000
canreinvite=no
username=<sipgate_number>
fromuser=<sipgate_number>
fromdomain=
secret=<sipgate_password>
disallow=all
allow=alaw
allow=ulaw

Obviously replace <sipgate_number> and <sipgate_password> with your respective values.

This is with asterisk14 and sail-2.4.1-12, but it has been working for many previous versions.

Offline waqasbj

  • 3
  • +0/-0
Re: sipgate
« Reply #2 on: April 20, 2010, 11:34:50 PM »
Hi,

I have setup Sipgate with SME server without a problem. The problem might be with your registration string. You need to add full phone number at the end <sipgate_number> field. so lets say you full sigate number is 0208 999111 where last six digits represent your sipgate username then your registration string should look something like this

Registration String:   999111:<sipgate_password>@sipgate.co.uk/0208999111

I hope that helps. :)
Muhammad

Offline timn

  • *
  • 62
  • +0/-0
    • Nash CDL
Re: sipgate
« Reply #3 on: April 21, 2010, 11:00:05 AM »
Mine registers with out including the STD code at the end of the Reg string. I just use the main last six digits for <sipgate_number> in all locations and have no problem. I do have an 0845 number however, not that it should make any difference. Its obviously worth trying with and without STD if you have problems

Offline jameswilson

  • *
  • 795
  • +0/-0
    • Security Warehouse, professional security equipment
Re: sipgate
« Reply #4 on: April 21, 2010, 01:50:05 PM »
Timn
Thats sorted it.
Many thanks