<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://docs.yate.ro/wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs.yate.ro/wiki/index.php?action=history&amp;feed=atom&amp;title=SIP_SIPS_URI_Support</id>
		<title>SIP SIPS URI Support - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://docs.yate.ro/wiki/index.php?action=history&amp;feed=atom&amp;title=SIP_SIPS_URI_Support"/>
		<link rel="alternate" type="text/html" href="https://docs.yate.ro/wiki/index.php?title=SIP_SIPS_URI_Support&amp;action=history"/>
		<updated>2026-05-12T21:40:24Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.1</generator>

	<entry>
		<id>https://docs.yate.ro/wiki/index.php?title=SIP_SIPS_URI_Support&amp;diff=8255&amp;oldid=prev</id>
		<title>Marian: Created page with &quot; Notes: * There is no automatic handling for incoming calls using SIPS URI. They must be explicitly forwarded as SIPS URI * When a SIPS URI is used to send a request transport...&quot;</title>
		<link rel="alternate" type="text/html" href="https://docs.yate.ro/wiki/index.php?title=SIP_SIPS_URI_Support&amp;diff=8255&amp;oldid=prev"/>
				<updated>2018-07-06T10:35:18Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; Notes: * There is no automatic handling for incoming calls using SIPS URI. They must be explicitly forwarded as SIPS URI * When a SIPS URI is used to send a request transport...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
Notes:&lt;br /&gt;
* There is no automatic handling for incoming calls using SIPS URI. They must be explicitly forwarded as SIPS URI&lt;br /&gt;
* When a SIPS URI is used to send a request transport defaults to TLS unless explicitly set to another value (UDP/TCP).&lt;br /&gt;
&lt;br /&gt;
== Using with lines (accounts) ==&lt;br /&gt;
&lt;br /&gt;
A line can be configured to register using a SIPS URI by adding a '''sips'''=true parameter.&lt;br /&gt;
accfile.example:&lt;br /&gt;
 [my_sips_line]&lt;br /&gt;
 ; other params ...&lt;br /&gt;
 sips=true&lt;br /&gt;
&lt;br /&gt;
A line can be configured to register using a SIPS URI on non TLS transport.&amp;lt;br&amp;gt;&lt;br /&gt;
This may be used when transport to registrar is already secured (e.g. with IPsec).&lt;br /&gt;
 [my_sips_line]&lt;br /&gt;
 ; other params ...&lt;br /&gt;
 ip_transport=udp&lt;br /&gt;
 sips=true&lt;br /&gt;
&lt;br /&gt;
== Routing ==&lt;br /&gt;
&lt;br /&gt;
Incoming SIPS call sent using SIPS:&lt;br /&gt;
 ${sip_uri}^sips:=sip/sips:${called}@example.com&lt;br /&gt;
Outgoing call sent on a line using SIPS URI. The module will generate a SIPS URI:&lt;br /&gt;
 ^123=line/${called};line=my_sips_line&lt;br /&gt;
Outgoing call sent on a line using SIPS URI but target set to a SIP/TEL URI. The module won't generate a SIPS URI:&lt;br /&gt;
 ^123=sip/sip:${called}@example.com;line=my_sips_line&lt;br /&gt;
 ^123=sip/tel:+${called};line=my_sips_line&lt;br /&gt;
Outgoing call using SIPS URI on non TLS transport:&lt;br /&gt;
 ^123=sip/sips:${called}@example.com;oip_transport=udp&lt;br /&gt;
&lt;br /&gt;
A line's SIPS URI usage may be overridden from routing by a '''sips''' parameter.&amp;lt;br&amp;gt;&lt;br /&gt;
Outgoing call send using some line. Disable SIPS URI usage even if configured for used line:&lt;br /&gt;
 ^123=line/${called};line=my_line;sips=no&lt;/div&gt;</summary>
		<author><name>Marian</name></author>	</entry>

	</feed>