amooma / GS5

Gemeinschaft 5. A FreeSWITCH and Ruby on Rails based PBX.
http://amooma.de/gemeinschaft/gs5
MIT License
42 stars 34 forks source link

Documentation Issue Regarding To Sipgate #327

Open ip6li opened 10 years ago

ip6li commented 10 years ago

URL which triggered the bugreport is: /gateways/2 GS5 buildname: 1402200642 (5.2-beta3)

Sipgate st quite picky regarding SIP headers. Assuming your SIP is 123456 and your Sipgate phone number is +496128123456 following headers needs to be set in gateway config:

invite  clir=false  From    "123456" <sip:123456@sipgate.de>
invite  clir=false  P-Asserted-Identity     "+496128123456" <sip:+496128123456@sipgate.de>

If Sipgate sends a 407 to your call request, this notice may help.

This needs to be documented.

swobspace commented 10 years ago

Bingo, that was it. Works for me with a sipgate basic account (no trunk).

ToM-MaS commented 10 years ago

Dear ip6li and swobspace, please update the documentation for Sipgate! I would be very happy! You can do it yourself. You can definitely use English if you prefer. Here is the URL: https://github.com/amooma/GS5/wiki/Sipgate/_edit

Since the configuration for GS5.1+ is not complete, I still can't get it to work. Also I don't understand where/how I can insert the stuff you 've posteted above.