<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello all, <br>
<br>
I am trying to utilize number-alias and ring multiple registrations
to the same endpoint. So far I have the multiple endpoints ringing,
but I cant find a way to incorporate the number-alias into the
dialplan xml "Local_Extension"<br>
<br>
The below works for the multiple endpoint ringing per single
registration/user
(<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org/wiki/Sofia-SIP#Multiple_Registrations">http://wiki.freeswitch.org/wiki/Sofia-SIP#Multiple_Registrations</a>):
<br>
<tt><action application="bridge"
data="${sofia_contact(${dialed_extension}@${domain_name})}"/></tt><br>
<br>
<b>Problem</b>: How can I also incorporate the number-alias feature,
so that both features work?<br>
<br>
Here is the example in wiki
(<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org/wiki/XML_User_Directory_Guide#Alphanumeric_to_numeric_user_mapping">http://wiki.freeswitch.org/wiki/XML_User_Directory_Guide#Alphanumeric_to_numeric_user_mapping</a>):<br>
<tt><action application="bridge"
data="user/${user_data(${destination_number}@${domain_name} attr
id)}"/></tt><br>
<br>
Any help would be much appreciated.<br>
<br>
Thanks,<br>
John<br>
</body>
</html>