<div>Your are right, I dont have to invent the wheel again, and I'm getting cleverer by looking at other peoples code.</div>
<div>&nbsp;</div>
<div>But this does not solve my problems, I have worked in the PABX business as a software developer for about 8 years, and coming to * is not all that easy. </div>
<div>&nbsp;</div>
<div>For instance, * does not give you very good information of the state of extensions (like we are used to in the &quot;old-fashioned&quot; PABX business), or maybe I'm not good at finding the information.</div>
<div>&nbsp;</div>
<div>I'm trying to port an existing Windows application to *, its a dialer, used to dial and se information about received calls.</div>
<div>&nbsp;</div>
<div>I know how to dial new calls, by using ORIGINATE on the AMI.</div>
<div>I can receive some status information via the AMI, but consider this example:</div>
<div>&nbsp;</div>
<div>I receive a call, which I accept. I get an event from the&nbsp;AMI,&nbsp;that the call is now in the UP state.</div>
<div>I receive another call, I get en event from the AMI, that the new call is in the RINGING state.</div>
<div>&nbsp;</div>
<div>So far, so good.</div>
<div>&nbsp;</div>
<div>I now answer the other call (for instance by the line button on my phone).</div>
<div>Both calls are now in the UP state, who am I talking to?</div>
<div>&nbsp;</div>
<div>This, and many other questions, are currently making me even more thin haired than normal :-)</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Michael&nbsp;&nbsp;&nbsp;<br><br>&nbsp;</div>
<div><span class="gmail_quote">2006/8/25, C F &lt;<a href="mailto:shmaltz@gmail.com">shmaltz@gmail.com</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">So how about inventing a car? The auto industry is much more profitable.<br><br>The point; there is no point in reinventing the wheel, why are you
<br>writing this from scratch?<br><br>On 8/24/06, Mir &lt;<a href="mailto:michael.sysdba@gmail.com">michael.sysdba@gmail.com</a>&gt; wrote:<br>&gt;<br>&gt; What do you mean?<br>&gt;<br>&gt; I'm not looking for someone elses work, I'm developing an application from
<br>&gt; scratch.<br>&gt;<br>&gt; Michael<br>&gt;<br>&gt;<br>&gt; 2006/8/24, Andrew Kirch &lt;<a href="mailto:AKirch@allthingsit.com">AKirch@allthingsit.com</a>&gt;:<br>&gt; &gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>
&gt; Umm… Flash operator panel?<br>&gt;<br>&gt;<br>&gt;<br>&gt; Andrew<br>&gt;<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;________________________________<br>&gt;<br>&gt;<br>&gt; From: <a href="mailto:asterisk-dev-bounces@lists.digium.com">
asterisk-dev-bounces@lists.digium.com</a><br>&gt; [mailto:<a href="mailto:asterisk-dev-bounces@lists.digium.com">asterisk-dev-bounces@lists.digium.com</a>] On Behalf Of<br>&gt; Mir<br>&gt; Sent: Thursday, August 24, 2006 2:18 PM
<br>&gt; To: <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>; <a href="mailto:asterisk-dev@lists.digium.com">asterisk-dev@lists.digium.com</a><br>&gt;&nbsp;&nbsp;Subject: [asterisk-dev] Phone status
<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; Hi<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; I'm working on a project, where I need the status of every telephone on the<br>&gt; system. (Idle,ringing,busy)<br>&gt;<br>
&gt;<br>&gt; If a phone is busy, I also need to know the callerid of the other end.<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; I have made a deamon, which query Asterisk every second for active calls,<br>&gt; this works by issuing a &quot;Status&quot; to the manager-interface, and processing
<br>&gt; the return data and then put the result into a MySQL table.<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; The clients will query the MySQL table every second for the state of their<br>&gt; phone, if there are no records with their numbers in it, they are considered
<br>&gt; idle.<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; This works fine for calls from one SIP-phone to the other, this is for<br>&gt; instance what it look like when extension 310 is connected to extension 311:<br>
&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; Event: Status<br>&gt; Privilege: Call<br>&gt; Channel: SIP/310-08697fb8<br>&gt; CallerID: 310<br>&gt; CallerIDName: &lt;unknown&gt;<br>&gt; Account:<br>&gt; State: Up<br>&gt; Link: SIP/311-0868fd98
<br>&gt; Uniqueid: 1156442804.74<br>&gt;<br>&gt;<br>&gt; Event: Status<br>&gt; Privilege: Call<br>&gt; Channel: SIP/311-0868fd98<br>&gt; CallerID: 311<br>&gt; CallerIDName: Snom<br>&gt; Account:<br>&gt; State: Up<br>&gt; Context: macro-vm
<br>&gt; Extension: s<br>&gt; Priority: 5<br>&gt; Seconds: 13<br>&gt; Link: SIP/310-08697fb8<br>&gt; Uniqueid: 1156442804.73<br>&gt;<br>&gt; That is pretty easy to decode.<br>&gt;<br>&gt; However when an external call is made to a SIP-phone, the result is
<br>&gt; different, this is a call from another Asterisk via an IAX trunk:<br>&gt;<br>&gt; Event: Status<br>&gt; Privilege: Call<br>&gt; Channel: SIP/311-08695698<br>&gt; CallerID: 35254390<br>&gt; CallerIDName: &lt;unknown&gt;
<br>&gt; Account:<br>&gt; State: Up<br>&gt; Link: IAX2/MR-1<br>&gt; Uniqueid: 1156442974.76<br>&gt;<br>&gt;<br>&gt; Event: Status<br>&gt; Privilege: Call<br>&gt; Channel: IAX2/MR-1<br>&gt; CallerID: 35436121<br>&gt; CallerIDName: &lt;unknown&gt;
<br>&gt; Account:<br>&gt; State: Up<br>&gt; Context: macro-vm<br>&gt; Extension: s<br>&gt; Priority: 5<br>&gt; Seconds: 9<br>&gt; Link: SIP/311-08695698<br>&gt; Uniqueid: 1156442974.75<br>&gt;<br>&gt; The actual callerid of the caller is 3536121, 35254390 is the called number.
<br>&gt;<br>&gt; How do I get the information, that 35436121 is connected to 311?<br>&gt;<br>&gt; Am I doing it in a stupid way, I'm aware that the Manager can give me<br>&gt; realtime events, but I'm under the impression, that it is not very stable in
<br>&gt; a high traffic environment?<br>&gt;<br>&gt; Any help or good ideas would be appriceated.<br>&gt;<br>&gt; Michael<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________
<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>&gt;<br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;<br>&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">
Easynews.com</a> --<br>&gt;<br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;<br>&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br>&gt;<br>&gt;<br>&gt;<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:
<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>