<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.hc-mention-user
        {mso-style-name:hc-mention-user;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=FR link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hello everybody,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’m in trouble with freeswitch, there must be something i didn’t understood but i don’t know what.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I want to add a user (no importance who it is (phone-number, name)) into a conference and this user job is to send sound into the conference (based on the <a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2015-July/114783.html">http://lists.freeswitch.org/pipermail/freeswitch-users/2015-July/114783.html</a>)<o:p></o:p></p><p class=MsoNormal>Another part of his job is to keep the conference alive even if there is nobody inside<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>So I did the following<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>In the internal dialplan i put<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>{{{<o:p></o:p></p><p class=MsoNormal><extension name="playmedia"><br>    <condition field="destination_number" expression="^ playmedia $"><br>            <action application="endless_playback" data="/home/toto/medias/media.mp3" /><br>    </condition><o:p></o:p></p><p class=MsoNormal></extension><o:p></o:p></p><p class=MsoNormal>}}}<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>And then I try in the conference to make a call to this dialplan from a conference<o:p></o:p></p><p class=MsoNormal>{{{<o:p></o:p></p><p class=MsoNormal>conference 146806@[sip_profile_in_use] dial sofia/internal/playmedia<o:p></o:p></p><p class=MsoNormal>}}}<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Normally the default user is used to make the call no ?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The result of my command line is<o:p></o:p></p><p class=MsoNormal>{{{<o:p></o:p></p><p class=MsoNormal>2018-01-23 17:14:49.282641 [DEBUG] switch_ivr_originate.c:2142 Parsing global variables<o:p></o:p></p><p class=MsoNormal>2018-01-23 17:14:49.282641 [WARNING] mod_sofia.c:4664 Cannot locate registered user playmedia@internal<o:p></o:p></p><p class=MsoNormal>2018-01-23 17:14:49.282641 [NOTICE] mod_sofia.c:4918 Close Channel N/A [CS_NEW]<o:p></o:p></p><p class=MsoNormal>2018-01-23 17:14:49.282641 [DEBUG] switch_core_state_machine.c:741 () Running State Change CS_DESTROY (Cur 0 Tot 27)<o:p></o:p></p><p class=MsoNormal>2018-01-23 17:14:49.282641 [DEBUG] switch_core_state_machine.c:751 (N/A) State DESTROY<o:p></o:p></p><p class=MsoNormal>2018-01-23 17:14:49.282641 [DEBUG] mod_sofia.c:343 N/A SOFIA DESTROY<o:p></o:p></p><p class=MsoNormal>2018-01-23 17:14:49.282641 [DEBUG] switch_core_state_machine.c:751 (N/A) State DESTROY going to sleep<o:p></o:p></p><p class=MsoNormal>2018-01-23 17:14:49.282641 [NOTICE] switch_ivr_originate.c:2851 Cannot create outgoing channel of type [sofia] cause: [USER_NOT_REGISTERED]<o:p></o:p></p><p class=MsoNormal>2018-01-23 17:14:49.282641 [DEBUG] switch_ivr_originate.c:3848 Originate Resulted in Error Cause: 606 [USER_NOT_REGISTERED]<o:p></o:p></p><p class=MsoNormal>}}}<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I don’t understand what happen.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thank in advance for your answers.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Cédric Clavier<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>