G&#39;day,<div><br></div><div>Yes, uaCSTA is the CSTA over SIP thing.  And this is one goal of the project, to communicate with OCS because commercially I guess people want it.  Both on the asterisk and Siemens and XXXX  side of the fence.</div>
<div><br></div><div>The CSTA spec is 1000+ pages in a several PDFs.  There&#39;s a reason it hasn&#39;t been implemented in open source stuff - it&#39;s not easy!</div><div>However, with the code and data structures that are available at opencsta, someone could use a blackbox and reverse engineer the stuff to work.</div>
<div><br></div><div>I&#39;m not a C coder, so don&#39;t look at me (for the moment) :)   The first goal is to make development across PBXs a little easier by using the same CSTA API.  If you write an application using it and it works on Siemens or Asterisk, it aims to work similarly on the other system.</div>
<div><br></div><div>E.g. 3PCC agent app on Siemens will work on Asterisk and vice versa.  Better for the developers!</div><div><br></div><div><br></div><div>Let&#39;s see how early 2010 pans out, but maybe it can be done in two or three stages over the next year or two.  If AMI can be configured to talk to a 3rd party CSTA Server like opencsta&#39;s, then before it writes out the SIP message, it could query the CSTA server over a socket for some additional uaCSTA stuff to inject.  Probably the fastest way to implement something for a stage I implementation.  (Plus you won&#39;t annoy me by railroading my efforts straight away ;)</div>
<div><br></div><div><br></div><div>Cheers</div><div>Chris</div><div><br><br><div class="gmail_quote">On Fri, Jan 8, 2010 at 12:49 AM, Klaus Darilion <span dir="ltr">&lt;<a href="mailto:klaus.mailinglists@pernau.at">klaus.mailinglists@pernau.at</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi!<br>
<br>
AFAIK Microsoft&#39;s OCS uses CSTA over SIP. Would <a href="http://opencsta.org" target="_blank">opencsta.org</a> be useful<br>
for sending CSTA over SIP too?<br>
<br>
Maybe in this case it would be easier to implement CSTA server directly<br>
in Asterisk and use chan_sip as transport for CSTA.<br>
<br>
regards<br>
klaus<br>
<br>
Chris Mylonas schrieb:<br>
&gt; Hi Dev List,<br>
&gt;<br>
&gt; I&#39;m Chris from Sydney.  CSTA Chris!<br>
&gt;<br>
&gt; In response to the below email - there is now an LGPL csta stack which<br>
&gt; works for the Siemens Hipath 3000 series PBX with limited support for<br>
&gt; the 4000 series released 15 November 2009.<br>
&gt;<br>
&gt; The project itself has been alive for years.  As an open source project,<br>
&gt; it&#39;s early days.  I have just cut-over a new website with a support<br>
&gt; forum and some vids of how to set up java on linux and some other basic<br>
&gt; functions.  The vids will be reproduced to raise the quality of them<br>
&gt; after receiving some helpful feedback.<br>
&gt;<br>
&gt; There is also an accompanying LGPL nurse call integration project at<br>
&gt; <a href="http://www.nursepaging.com" target="_blank">http://www.nursepaging.com</a> - by receiving nurse call messages, you are<br>
&gt; able to send text messages to cordless DECT phones on a Siemens.  8 or 9<br>
&gt; years ago this was a big enough deal - one less piece of equipment for<br>
&gt; carers/nurses to carry.<br>
&gt;<br>
&gt; This same functionality would work with asterisk/SIP handsets, except<br>
&gt; the SendMessage/SendText message only sets the display until a button is<br>
&gt; pressed (tested with snom m3).  If it could persist button presses, it<br>
&gt; would be an effective nurse call integration platform.<br>
&gt;<br>
&gt; I wouldn&#39;t advise spending too much time trying to work out how<br>
&gt; everything works at this stage.  At least let me provide some pre-build<br>
&gt; JARs (yes java) which will be made available by the end of this month at<br>
&gt; the latest.<br>
&gt;<br>
&gt; The data structures are sound - have a look around here<br>
&gt; <a href="http://stack.trac.opencsta.org/browser/trunk/src/org/opencsta/servicedescription/callcontrol/events" target="_blank">http://stack.trac.opencsta.org/browser/trunk/src/org/opencsta/servicedescription/callcontrol/events</a><br>

&gt;<br>
&gt; The project talks ASN.1 at the moment with hexadecimal characters.<br>
&gt; At some stage during 2010, an XML outputter will be done.<br>
&gt;<br>
&gt; There is a handy utility I&#39;ve used in the past simply called blackbox.<br>
&gt; It sits between CTI servers if you fancy seeing what traffic is passed<br>
&gt; around - there&#39;s a network version and a serial port version.  You can<br>
&gt; view the source at<br>
&gt; <a href="http://utils.trac.opencsta.org/browser/trunk/src/org/opencsta/utils/blackbox/network" target="_blank">http://utils.trac.opencsta.org/browser/trunk/src/org/opencsta/utils/blackbox/network</a><br>
&gt;<br>
&gt; You&#39;ll have to excuse my webserver at the moment.  After installing<br>
&gt; mod_python and trac, it&#39;s been running a bit doggish.  This will change<br>
&gt; sooner or later as well.<br>
&gt;<br>
&gt;<br>
&gt; In order to get asterisk csta integration working, the events just have<br>
&gt; to be mapped to each other - CSTA events vs AMI events.  It&#39;s a pretty<br>
&gt; simple process now that the bulk of the other stuff is out of the way.<br>
<div class="im">&gt;<br>
&gt; I would like to request an AMI command for placing a call on hold.  I<br>
&gt; understand that &quot;Hold&quot; is done with SIP messages, but if we could get an<br>
&gt; AMI command to do something similar (without having to transfer calls to<br>
&gt; a queue or to a park extension, and keep the call on the handset) that<br>
&gt; would be awesome!!<br>
&gt;<br>
&gt;<br>
</div>&gt; Kind Regards  &amp;  Happy New Year!<br>
&gt;<br>
&gt; Chris<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Hy,<br>
&gt;<br>
&gt; Currently i studing ECMA 269 for implement a parser PROPRIETARY/CSTA im my<br>
&gt; company.<br>
&gt; the module/project for asterisk csta has started?<br>
&gt;<br>
&gt; i would like to help...<br>
&gt;<br>
&gt; tnks and sorry of english errors.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Guilherme BR {<br>
&gt;      Linux ID: #437053<br>
&gt;      <a href="http://www.guilhermerezende.com" target="_blank">www.guilhermerezende.com</a> &lt;<a href="http://www.guilhermerezende.com" target="_blank">http://www.guilhermerezende.com</a>&gt;<br>
&gt; }<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------<br>
<div><div></div><div class="h5">&gt;<br>
&gt; _______________________________________________<br>
&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
&gt;<br>
&gt; asterisk-dev mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;    <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
<br>
_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
</div></div></blockquote></div><br></div>