<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Ahh, found it: value="" instead of
data="". That's why bridge had empty arguments.<br>
<br>
This came from mistake in the WiKi:<br>
<br>
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org/wiki/Mod_lcr#Integrating_with_Limit">http://wiki.freeswitch.org/wiki/Mod_lcr#Integrating_with_Limit</a><br>
<br>
<<strike>param name</strike>="transfer"<strike> value</strike>="$1
lcr any_custom_profile"/> OR<br>
<<strike>param name</strike>="bridge" <strike>value</strike>="lcr/$1"/>
(You couldn't pass in a profile to bridge)<br>
<<strike>param name</strike>="bridge" <strike>value</strike>="lcr/$profile/$1"/>
-- works as of b70ac96 2013-02-28, but uses default if empty.<br>
<br>
Should be:<br>
<br>
<<b>action application</b>="transfer" <b>data</b>="$1 lcr
any_custom_profile"/> OR<br>
<<b>action application</b>="bridge" <b>data</b>="lcr/$1"/>
(You couldn't pass in a profile to bridge)<br>
<<b>action application</b>="bridge" <b>data</b>="lcr/$profile/$1"/>
-- works as of b70ac96 2013-02-28, but uses default if empty.<br>
<br>
WiKi is fixed now!<br>
<pre class="moz-signature" cols="72">
</pre>
On 13-11-25 02:03 PM, Avi Marcus wrote:<br>
</div>
<blockquote
cite="mid:0000014290a4eb18-54f7e37c-aa1c-403b-ba92-1b588ffb1381-000000@email.amazonses.com"
type="cite">
<div dir="ltr">Yes, but it's not in your log. It should show: <br>
<br>
Dialplan: sofia/test_profile/<a moz-do-not-send="true"
href="http://8888881234@192.168.1.2:5060">8888881234@192.168.1.2:5060</a>
Action bridge(lcr/test_profile/15555551234)<br>
<div><br>
</div>
<div style="">... so it must be that it's not hitting that part
of your dialplan.</div>
<div style="">-Avi</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>
Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>
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>
</body>
</html>