<div dir="ltr"><pre style="white-space:pre-wrap;color:rgb(0,0,0)">>Hello,

>>On 04/02/15 13:12, Uri Shacked wrote:
>><i> Hi,
</i>>><i>
</i>>><i> I need to create some kind of check with an application outside of
</i>>> <i>kamailio every X seconds.
</i>>><i> The check is per call, to get its status or something and according to
</i>>><i> the result do something with the call (transfer, send info or hangup...).
</i>>><i>
</i>>><i> I read about call_control and cnxcc modules.
</i>>><i>
</i>>><i> It seems these last ones are to much to do in order to get what i need. 
</i>>><i>
</i>>><i>
</i>>><i> Is there a simpler module to use?
</i></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">>dialog module is the one that keeps the state and routing details for
>the calls. It can be used to terminate calls as well. cnxcc and the
>other modules rely on it. Perhaps cnxcc offers a more flexible interface
>to set limits on time and credit, but at the end it uses dialog to
>terminate the call.</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">>Cheers,
>Daniel

>><i>
</i>>><i> BR,
</i>>><i> Uri</i></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><i><br></i></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><pre style="white-space:pre-wrap">Thanks Daniel,</pre><pre style="white-space:pre-wrap">but, other then using loop with dialog timeout without sending bye to check the call status every period. How can i check the call status?</pre><pre style="white-space:pre-wrap">or another method will be to send http or something else from an external server to kamailio and to "get into" a specific call and do something.</pre><pre style="white-space:pre-wrap">this second option is great. can i send an http to kamailio with a callid and "enter" a spesific call and disconnect it for example?</pre><pre style="white-space:pre-wrap">both cases, the idea is to control the call with the regular modules </pre><pre style="white-space:pre-wrap"><span style="font-family:arial,sans-serif">hope i was clear.</span></pre><pre style="white-space:pre-wrap"><span style="font-family:arial,sans-serif">thanks,</span></pre><pre style="white-space:pre-wrap"><span style="font-family:arial,sans-serif">Uri   </span></pre></pre></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 4, 2015 at 2:12 PM, Uri Shacked <span dir="ltr"><<a href="mailto:ushacked@gmail.com" target="_blank">ushacked@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I need to create some kind of check with an application outside of kamailio every X seconds.</div><div>The check is per call, to get its status or something and according to the result do something with the call (transfer, send info or hangup...).</div><div><br></div><div>I read about call_control and cnxcc modules.</div><div><br></div><div>It seems these last ones are to much to do in order to get what i need. </div><div><br></div><div><br></div><div>Is there a simpler module to use?</div><div><br></div><div>BR,</div><div>Uri</div></div>
</blockquote></div><br></div>