What&#39;s the user_id of &quot;<a href="mailto:User1@example.com">User1@example.com</a>&quot;? Is it &quot;User1&quot; or &quot;user1&quot;? (BTW, this is a classic example of why alphanumeric usernames are a bad idea in a telephony environment.)<br>
<br>I would recommend that you enforce some policy, like always use all lower case. (I&#39;ve poked around in the source code and I don&#39;t see any easy way to make alpha usernames be case insensitive.)<br><br>-MC<br><br>
<div class="gmail_quote">On Fri, Oct 1, 2010 at 2:50 PM, Peter Hinman <span dir="ltr">&lt;<a href="mailto:Peter.Hinman@parcelpool.com">Peter.Hinman@parcelpool.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
  I&#39;m trying to get FS working with alphanumeric UserIDs.  I&#39;m running<br>
into a problem when user1 registers using mixed case (<a href="mailto:User1@example.com">User1@example.com</a>)<br>
and then user2 tries to reach user1 by dialing &quot;user1&quot; instead of &quot;User1&quot;.<br>
<br>
FS fails to make the connection between the two extensions and reports:<br>
[ERR] switch_ivr_originate.c:2648 Cannot create outgoing channel of type<br>
[error] cause: [USER_NOT_REGISTERED]<br>
<br>
The dial plan string for bridging my internal users is:<br>
&lt;action application=&quot;bridge&quot;<br>
data=&quot;user/${dialed_extension}@${domain_name}&quot;/&gt;<br>
<br>
Is there a way to use alphanumeric UserIDs and bridge calls between<br>
internal extensions when the dialing user doesn&#39;t know exactly how<br>
(upper, lower, mixed case) the destination user/extension registered<br>
with FS?<br>
<br>
--<br>
Peter Hinman<br>
ParcelPool.com<br>
Office: 801-434-7400<br>
Cell: 801-830-8292<br>
<br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>