[Freeswitch-users] Trouble bridging to mod_lcr endpoint

Victor Chukalovskiy victor.chukalovskiy at gmail.com
Mon Nov 25 22:41:27 MSK 2013


Ahh, found it: value="" instead of data="". That's why bridge had empty 
arguments.

This came from mistake in the WiKi:

http://wiki.freeswitch.org/wiki/Mod_lcr#Integrating_with_Limit

<param name="transfer"value="$1 lcr any_custom_profile"/> OR
<param name="bridge" value="lcr/$1"/> (You couldn't pass in a profile to 
bridge)
<param name="bridge" value="lcr/$profile/$1"/> -- works as of b70ac96 
2013-02-28, but uses default if empty.

Should be:

  <*action application*="transfer" *data*="$1 lcr any_custom_profile"/> OR
  <*action application*="bridge" *data*="lcr/$1"/> (You couldn't pass in 
a profile to bridge)
  <*action application*="bridge" *data*="lcr/$profile/$1"/> -- works as 
of b70ac96 2013-02-28, but uses default if empty.

WiKi is fixed now!


On 13-11-25 02:03 PM, Avi Marcus wrote:
> Yes, but it's not in your log. It should show:
>
> Dialplan: sofia/test_profile/8888881234 at 192.168.1.2:5060 
> <http://8888881234@192.168.1.2:5060> Action 
> bridge(lcr/test_profile/15555551234)
>
> ... so it must be that it's not hitting that part of your dialplan.
> -Avi
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20131125/23db8b53/attachment.html 


Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users mailing list