Commit Graph

8 Commits

Author SHA1 Message Date
Brian West
e87ea1790e FS-8553 [config] include verto_contact into the dial-string in the samples 2015-11-18 11:23:59 -06:00
Brian
d3a5605ab6 FS-7471 improve configs for video 2015-05-28 12:47:25 -05:00
Travis Cross
5a209a9680 Remove misleading tport example from configs
As an example of using mod_sofia's gateway parameter `contact-params`
we'd used the value `tport=tcp`.  Looking around, it's clear this has
misled people into believing you can specify `tport=tcp` to make the
gateway use TCP or `tport=tls` to make the gateway use TLS.  This does
not work.

The actual contact parameter is named `transport` rather than `tport`,
and you shouldn't use `transport` in `contact-params` because we
automatically add a `transport` to the Contact: based on the value of
`register-transport` (even if the gateway is set to not register).

It's clear why this would be confusing, so we'll just remove this as
an example.
2014-08-27 23:15:45 +00:00
Brian West
bf0f488b99 tweaks 2014-07-25 15:54:40 -05:00
Anthony Minessale
69c3c7d8e2 FS-5257 --resolve you seem to be setting sip_secure_media on an inbound leg, this is not correct. This patch should auto-correct that but also beware that the variable has changed to rtp_secure_media after this commit 2013-04-02 20:05:46 -05:00
Jeff Lenk
b11649123a FS-4658 --resolve 2012-10-25 07:50:14 -05:00
Michael S Collins
0cb64960f1 config: improve default directory's dialstring param to handle registrations from any SIP profile 2012-09-28 09:45:42 -07:00
Ken Rice
ee71daa1f6 conf: mv conf/* -> conf/vanilla/* 2012-03-24 03:19:32 +00:00