<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">No, the second one would be invalid in all cases.<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 7, 2017, at 6:12 AM, Luis Jimenez <<a href="mailto:ljjimenez@gmail.com" class="">ljjimenez@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Does 'user' exists?<div class=""><br class=""></div><div class="">You are asking for 'user', not '${user}'<div class=""><br class=""></div><div class="">You are doing:</div><div class=""><br class=""></div><div class=""><span style="font-size: 12.800000190734863px;" class="">"bridge </span><span style="font-size:12.800000190734863px" class=""><font color="#ff0000" class="">user</font></span><span style="font-size: 12.800000190734863px;" class="">/${dialed_extension}@${</span><wbr style="font-size: 12.800000190734863px;" class=""><span style="font-size: 12.800000190734863px;" class="">domain_name}" </span><br class=""></div><div class=""><span style="font-size: 12.800000190734863px;" class=""><br class=""></span></div><div class=""><span style="font-size: 12.800000190734863px;" class="">should not be ?</span></div><div class=""><span style="font-size: 12.800000190734863px;" class=""><br class=""></span></div><div class=""><span style="font-size: 12.800000190734863px;" class="">"bridge </span><span style="font-size:12.800000190734863px" class=""><font color="#ff0000" class="">${user}</font></span><span style="font-size: 12.800000190734863px;" class="">/${dialed_extension}@${domain_name}" </span></div><div class=""><span style="font-size: 12.800000190734863px;" class=""><br class=""></span></div><div class=""><span style="font-size: 12.800000190734863px;" class=""><br class=""></span></div></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Mon, Mar 6, 2017 at 8:00 PM, Robert Oldham <span dir="ltr" class=""><<a href="mailto:robert@oldhamtechnology.com" target="_blank" class="">robert@oldhamtechnology.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000" class="">
One of my FreeSWITCH servers is exhibiting an unusual and
challenging problem: if I try to bridge calls to local extensions
with "bridge user/${dialed_extension}@${<wbr class="">domain_name}" I get a 606
USER_NOT_REGISTERED. If I bridge calls to local extensions with
"bridge
${sofia_contact(internal/${<wbr class="">dialed_extension}@${domain_<wbr class="">name})}", the
bridge completes correctly.<br class="">
<br class="">
I have verified that the variables ${dialed_extension} and
${domain_name} are populating correctly by putting an inline set
instruction in the dialplan and then viewing the EXECUTE line in the
log.<br class="">
<br class="">
I have tried to find what is wrong with the registrations to cause
them not to be found. However, they appear fine. I have pasted the
output of "show registrations" and "sofia status profile internal
reg" on pastebin, <a class="m_-5432197718594100191moz-txt-link-freetext" href="http://pastebin.com/TYDUM6mM" target="_blank">http://pastebin.com/TYDUM6mM</a> .<br class="">
<br class="">
I'm running on a fully updated Debian 8 with a standard package
install. Here is my freeswitch "status":<br class="">
UP 0 years, 0 days, 2 hours, 10 minutes, 2 seconds, 930
milliseconds, 261 microseconds<br class="">
FreeSWITCH (Version 1.6.15 -32-bec4538 64bit) is ready<br class="">
58 session(s) since startup<br class="">
1 session(s) - peak 5, last 5min 5 <br class="">
0 session(s) per Sec out of max 30, peak 4, last 5min 4 <br class="">
1000 session(s) max<br class="">
min idle cpu 0.00/72.60<br class="">
Current Stack Size/Max 240K/8192K<br class="">
<br class=""></div></blockquote></div></div></div></blockquote></div><br class=""></div></body></html>