<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks for the clarification <br>
<br>
Brian West wrote:
<blockquote
 cite="mid:B2BD0190-17B4-464B-A6A2-6D2A7920ADDA@freeswitch.org"
 type="cite">
  <pre wrap="">The external profile is setup to parse the gateways... internal is  
setup to parse the domains and apply an alias to the internal profile  
for all domains in the directory.

On internal you have:

   &lt;domains&gt;
     &lt;!-- indicator to parse the directory for domains with  
parse="true" to get gateways--&gt;
     &lt;!--&lt;domain name="$${domain}" parse="true"/&gt;--&gt;
     &lt;!-- indicator to parse the directory for domains with  
parse="true" to get gateways and alias every domain to this profile --&gt;
     &lt;!--&lt;domain name="all" alias="true" parse="true"/&gt;--&gt;
     &lt;domain name="all" alias="true" parse="false"/&gt;
   &lt;/domains&gt;

Then on external you have:

   &lt;domains&gt;
     &lt;domain name="all" alias="false" parse="true"/&gt;
   &lt;/domains&gt;

Notice this tells internal to add an alias for every domain to  
internal, while external is told to parse for gateways.

/b
        
On Jan 17, 2009, at 9:29 AM, Apostolos Pantsiopoulos wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Yes, I am aware of that fact : insteaad of the pre-configured
internal/external profiles I coulf have myprofile1/myprofile2.
But since I am using the pre-configured profiles (without changing  
the ports)
and since the internal profile initiated the parsing I would expect
that all the gateways defined in my directory user's xml files would
belong to the internal profile (which is preconfigured to use port  
5060).
But when I am capturing the packets sent to that gateway I can see  
that
the port used from FS is 5080 (which is the preconfigured port of  
the internal profile).
    </pre>
  </blockquote>
  <pre wrap=""><!---->

_______________________________________________
Freeswitch-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
-------------------------------------------
Apostolos Pantsiopoulos
Kinetix Tele.com R &amp; D
email: <a class="moz-txt-link-abbreviated" href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>
------------------------------------------- </pre>
</body>
</html>