<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://wiki.integrics.com/index.php?action=history&amp;feed=atom&amp;title=Asterisk_configuration_for_multihomed_Kamailio</id>
	<title>Asterisk configuration for multihomed Kamailio - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.integrics.com/index.php?action=history&amp;feed=atom&amp;title=Asterisk_configuration_for_multihomed_Kamailio"/>
	<link rel="alternate" type="text/html" href="http://wiki.integrics.com/index.php?title=Asterisk_configuration_for_multihomed_Kamailio&amp;action=history"/>
	<updated>2026-05-06T23:24:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.7</generator>
	<entry>
		<id>http://wiki.integrics.com/index.php?title=Asterisk_configuration_for_multihomed_Kamailio&amp;diff=256&amp;oldid=prev</id>
		<title>Vlasis: Created page with &quot;On systems where Kamailio listens on multiple IP addresses each one of those addresses must have an entry in sip.conf on the Asterisk servers.  It is recommended to make a cop...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.integrics.com/index.php?title=Asterisk_configuration_for_multihomed_Kamailio&amp;diff=256&amp;oldid=prev"/>
		<updated>2021-07-27T14:46:56Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;On systems where Kamailio listens on multiple IP addresses each one of those addresses must have an entry in sip.conf on the Asterisk servers.  It is recommended to make a cop...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;On systems where Kamailio listens on multiple IP addresses each one of those addresses must have an entry in sip.conf on the Asterisk servers.&lt;br /&gt;
&lt;br /&gt;
It is recommended to make a copy of the [enswitch-local] stanza in as many stanzas as needed and add a suffix to each stanza's name. &lt;br /&gt;
&lt;br /&gt;
For example, on a system where Kamailio is listening on IP addresses 1.2.3.4 and 5.6.7.8:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[enswitch-local]&lt;br /&gt;
host = 1.2.3.4&lt;br /&gt;
fromdomain = 1.2.3.4&lt;br /&gt;
type = friend&lt;br /&gt;
insecure = port,invite&lt;br /&gt;
context = from-internal&lt;br /&gt;
canreinvite = no&lt;br /&gt;
nat = yes&lt;br /&gt;
t38pt_udptl = no&lt;br /&gt;
&lt;br /&gt;
[enswitch-local-1]&lt;br /&gt;
host = 5.6.7.8&lt;br /&gt;
fromdomain = 5.6.7.8&lt;br /&gt;
type = friend&lt;br /&gt;
insecure = port,invite&lt;br /&gt;
context = from-internal&lt;br /&gt;
canreinvite = no&lt;br /&gt;
nat = yes&lt;br /&gt;
t38pt_udptl = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and so forth. All stanzas must have enswitch-local as a prefix in their name.&lt;/div&gt;</summary>
		<author><name>Vlasis</name></author>
		
	</entry>
</feed>