Choosing between Host Based Routing and SIP Registration: Difference between revisions

From MiRTA PBX documentation
Jump to navigation Jump to search
(Created page with "MiRTA PBX doesn't support natively SIP registration for Providers, but you can manually configure them in sip.conf and then reference them in the Admin/Providers section. Her...")
 
No edit summary
Line 27: Line 27:
In the web interface, you'll reference the tag in square brackets [flowroute]
In the web interface, you'll reference the tag in square brackets [flowroute]


[[file:flowroute.png!400px]]
[[file:flowroute.png|400px]]

Revision as of 07:47, 8 July 2016

MiRTA PBX doesn't support natively SIP registration for Providers, but you can manually configure them in sip.conf and then reference them in the Admin/Providers section.

Here a simple example about a static registration in sip.conf

[general]
...
register => 49088751:cyj74rrjd8gg@sip.flowroute.com

[flowroute]
type=friend
secret=cyj74rrjd8gg
defaultuser=49088751
username=49088751
fromuser=49088751
host=sip.flowroute.com
dtmfmode=rfc2833
context=fromoutside
canreinvite=yes
allow=ulaw
allow=alaw
allow=gsm
insecure=port,invite
fromdomain=sip.flowroute.com

In the web interface, you'll reference the tag in square brackets [flowroute]

Flowroute.png