<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hi,<br><br></div>please, consider the scenario:<br><br></div>We have a call management gateway connected to a Freeswitch (1.4.7-1~64bit) box. When we get a call from +15301111234 we receive a CHANNEL_CREATE event we answer it with something like:<br>
<br>uuid_answer 2edbc62c-1ef9-11e4-8e8e-0f7c1a2ea61<br><br></div>On the gateway we create an outgoing call to +15301115678 and also bridge the previously received call with this new call created using a broadcast command (since we still don&#39;t have the new call switchID):<br>
<br>uid_broadcast 2edbc62c-1ef9-11e4-8e8e-0f7c1a2ea61c bridge::{origination_caller_id_number=+15301111234,origination_channel_name=c-yzdyzyk45zy6x62zutc6goq}sofia/external/+<a href="mailto:15301115678@66.111.222.3">15301115678@66.111.222.3</a><br>
<br></div>On the first call I hear ringback tone and the second phone rings. When the second call is answered both calls are bridged and I have two way audio.<br><br></div>I then tried to play an audio to the first call using:<br>
<br>uuid_broadcast 2edbc62c-1ef9-11e4-8e8e-0f7c1a2ea61c <a href="http://myserver/audio.mp3">http://myserver/audio.mp3</a> aleg<br><br></div>I does NOT work. I simply get this debug message:<br><br>[DEBUG] switch_core_session.c:1133 Send signal sofia/internal/+<a href="mailto:15301111234@66.111.222.3">15301111234@66.111.222.3</a> [BREAK]<br>
<br></div>If I try playing the audio on bleg it works:<br><br>[DEBUG] switch_ivr_play_say.c:1693 done playing file <a href="http://myserver/audio.mp3">http://myserver/audio.mp3</a><br><br></div>I also works if I use the second call callId pointing to the aleg but fails if I use the second callID pointing to bleg.<br>
<br></div>Am I doing something wrong or could we have a bug on Freeswitch?<br><br></div>Regards,<br>Douglas<br></div>