Installation documentation for version 1.14

I believe the installation documentation for version 1.14 is missing a section on the SEMS configuration.

Within the routing section:

headers {
header(x-yeti-auth)
header(diversion, json, uri_json_array)
header(x-orig-ip, inet)
header(x-orig-port, integer)
header(x-orig-proto, smallint)
header(p-asserted-identity, json, uri_json_array)
header(p-preferred-identity, json, uri_json)
header(privacy)
header(remote-party-id, json, uri_json_array)
header(rpid-privacy)

}

The names of the services are also different in the documentation…

before

yeti-web yeti-delayed-job yeti-scheduler yeti-cdr-billing@cdr_billing yeti-cdr-billing@cdr_stats

now

yeti-web yeti-delayed-job yeti-scheduler yeti-cdr-processor@billing yeti-cdr-processor@stats

Documentation has been updated.