is your problem solved or not<br><br><div class="gmail_quote">On Wed, Apr 20, 2011 at 3:20 PM, Deka, Rajib IN MAA SL <span dir="ltr">&lt;<a href="mailto:rajib.deka@siemens.com">rajib.deka@siemens.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Thanks a lot Tony and Dhaval for your much appreciable suggestions.<br>
<br>
Regards,<br>
Rajib<br>
<br>
Rajib Deka<br>
SIEMENS Ltd.<br>
Robert V Chandran Tower, First Floor, West Wing,<br>
#149, Velechery Tambaram Main Road, Pallikaranai, Chennai-100, INDIA.<br>
<a href="http://www.siemens.com" target="_blank">www.siemens.com</a><br>
<br>
Mob: +91-9176780669 | E-Mail: <a href="mailto:rajib.deka@siemens.com">rajib.deka@siemens.com</a><br>
<br>
Date: Wed, 20 Apr 2011 13:55:25 +0530<br>
From: DHAVAL INDRODIYA &lt;<a href="mailto:dhaval.it01034@gmail.com">dhaval.it01034@gmail.com</a>&gt;<br>
Subject: Re: [asterisk-users] No voice in MeetMe for SIP with<br>
        AGI_BACKGROUND<br>
To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
        &lt;<a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>&gt;<br>
Message-ID: &lt;BANLkTikgRHjCVJhBC097S8n9YM66VWp=<a href="mailto:QA@mail.gmail.com">QA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
hey try with app_rpt in asterisk<br>
<br>
regards<br>
dhaval<br>
<br>
On Wed, Apr 20, 2011 at 1:24 PM, Tony Mountifield &lt;<a href="mailto:tony@softins.co.uk">tony@softins.co.uk</a>&gt;wrote:<br>
<br>
&gt; In article &lt;<br>
&gt; <a href="mailto:2658E54B540D284981EA57E6A549EA70ABD1FDF921@INBLRK77M1MSX.in002.siemens.net">2658E54B540D284981EA57E6A549EA70ABD1FDF921@INBLRK77M1MSX.in002.siemens.net</a><br>
&gt; &gt;,<br>
&gt; Deka, Rajib IN MAA SL &lt;<a href="mailto:rajib.deka@siemens.com">rajib.deka@siemens.com</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; The requirement is little complicated as it is H/W specific.<br>
&gt; &gt; Basically we are integrating a radio gateway (SIP) with asterisk. The<br>
&gt; gateway will be<br>
&gt; &gt; connected to a meetme room, so that any operator (with IP phone<br>
&gt; registered as SIP user to<br>
&gt; &gt; asterisk) can login to the room and listen to radio communications and<br>
&gt; talk.<br>
&gt; &gt;<br>
&gt; &gt; Using a PTT button someone can talk on a radio channel. Once someone<br>
&gt; presses the PTT button<br>
&gt; &gt; a SIP MESSAGE is sent to the gateway with a string as payload to enable<br>
&gt; half duplex<br>
&gt; &gt; communication. So, we were planning to run an AGI script with meetme<br>
&gt; (AGI_BACKGROUND) to<br>
&gt; &gt; receive the MESSAGE (using AGI command &#39;RECEIVE TEXT&#39;) from both ends and<br>
&gt; to generate a<br>
&gt; &gt; VarSet AMI event.<br>
&gt; &gt;<br>
&gt; &gt; Operator (wants to talk) -&gt; SIP:MESSAGE -&gt;MeetMe(asterisk)-&gt; SIP:MESSAGE<br>
&gt; -&gt; radio gateway<br>
&gt; &gt; And vise versa.<br>
&gt; &gt;<br>
&gt; &gt; Any suggestions on the above scenario.<br>
&gt;<br>
&gt; I don&#39;t think it can be done without making modifications to Asterisk.<br>
&gt;<br>
&gt; The first thing I would do, if you haven&#39;t done so already, would be to<br>
&gt; try it without MeetMe:<br>
&gt;<br>
&gt; Operator (wants to talk) -&gt; SIP:MESSAGE -&gt;Dial(asterisk) SIP:MESSAGE -&gt;<br>
&gt; radio gateway<br>
&gt;<br>
&gt; If that works, then it would suggest that the SIP MESSAGE is<br>
&gt; successfully getting translated into an ast_frame, which is then getting<br>
&gt; translated back into a SIP MESSAGE. If that is not happening, you might<br>
&gt; need to add some code to chan_sip.c to do those steps.<br>
&gt;<br>
&gt; Once Asterisk is converting the message to and from an ast_frame, the<br>
&gt; next step would be to add some code to app_meetme.c in the conf_run()<br>
&gt; function, to pass those frames through, in the same way as DTMF frames<br>
&gt; get passed through when the F option is enabled.<br>
&gt;<br>
&gt; Presumably the messages represent PTT PRESS and PTT RELEASE. You will<br>
&gt; need to decide what to do if you have two operators connected and they<br>
&gt; both press the PTT.<br>
&gt;<br>
&gt; You might also need to automatically unmute or mute the operator<br>
&gt; channel when their PTT is pressed or released. That could also be done<br>
&gt; within the MeetMe code.<br>
&gt;<br>
&gt; There may be other approaches too...<br>
&gt;<br>
&gt; Hope this helps!<br>
&gt; Tony<br>
&gt; --<br>
&gt; Tony Mountifield<br>
&gt; Work: <a href="mailto:tony@softins.co.uk">tony@softins.co.uk</a> - <a href="http://www.softins.co.uk" target="_blank">http://www.softins.co.uk</a><br>
&gt; Play: <a href="mailto:tony@mountifield.org">tony@mountifield.org</a> - <a href="http://tony.mountifield.org" target="_blank">http://tony.mountifield.org</a><br>
&gt;<br>
&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; New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
&gt;               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
<br>
<br>
Important notice: This e-mail and any attachment there to contains corporate proprietary information. If you have received it by mistake, please notify us immediately by reply e-mail and delete this e-mail and its attachments from your system.<br>

Thank You.<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>