<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 8, 2008, at 7:22 PM, Lee JJ wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div class="gmail_quote"> <div dir="ltr"> <div dir="ltr" align="left"><font face="Verdana" color="#0000ff" size="2">Dear All Guru :</font></div> <div dir="ltr" align="left"><font face="Verdana" color="#0000ff" size="2"></font>&nbsp;</div> <div dir="ltr" align="left"><font face="Verdana" color="#0000ff" size="2">1.</font></div> <div dir="ltr" align="left"><font face="Verdana" color="#0000ff" size="2">I am curious what's the relation between alias "name", "type" ?</font></div> <div dir="ltr" align="left"><font face="Verdana" color="#0000ff" size="2">Does it affect the dialplan routing call ?</font></div> <div dir="ltr" align="left"><font face="Verdana" color="#0000ff" size="2"></font><br></div></div></div></div></blockquote><div><br></div><div>You have profile, gateway and alias. &nbsp;You can setup profiles with multiple aliases. &nbsp;The default comes out of the box with internal, external. &nbsp;The internal profile has an alias of default and external has one of outbound. &nbsp;You can access a profile via the name or alias.</div><div><br></div><br><blockquote type="cite"><div dir="ltr"><div class="gmail_quote"> <div><font face="Verdana" color="#0000ff" size="2"></font>&nbsp;</div> <div><font face="Verdana" color="#0000ff" size="2">2. </font></div> <div><font face="Verdana" color="#0000ff" size="2">&nbsp;&lt;anti-action application="bridge" data="<a href="mailto:user/$%7Bdialed_ext%7D@$$%7Bdomain%7D%22/" target="_blank">user/${dialed_ext}@$${domain}"/</a>>&nbsp;--- this syntax working<br> &nbsp;&lt;anti-action application="bridge" data="<a href="mailto:sofia/profilename/$%7Bdialed_ext%7D@$$%7Bdomain%7D%22/" target="_blank">sofia/profilename/${dialed_ext}@$${domain}"/</a>>&nbsp; ---- while this not !</font></div></div></div></blockquote><div><br></div><div>user/ is a pseudo channel. &nbsp;That channel grabs the dial-string param off the domain or user to resolve the end users location. &nbsp;So you can normalize your dialplan for everyone. &nbsp;Example bob@domain could really be OpenZap/1/1 but you still call user/bob@domain and it knows that. &nbsp;</div><div><br></div><div>To dial a registered user this is sofia/profile/user%domain (so it knows its local) &nbsp;Or you can also do this: &nbsp;sofia/domain/user &nbsp;(this depends on the profile having an alias of the domain on it so it can find it.)</div><blockquote type="cite"><br></blockquote><br></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Brian West</div><div><a href="sip:brian@freeswitch.org">sip:brian@freeswitch.org</a></div><div><br></div></div></span><br class="Apple-interchange-newline"> </div><br></body></html>