<div>Eric thats really a nice idea to communicate between two or more of &quot;our&quot; servers.</div><div><br></div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span style>Make the call to the remote system and send the digits in the &quot;encoded string&quot;, you will need something on the other end to decode the text.</span> </blockquote><div><br></div>But the other end is not our&#39;s but could be any solution which requires to feed alphanumeric DTMF that something on the other end could be a propriety solution like CISCO as I mentioned about its alphanumeric relay. SO, I can&#39;t ask the other end to change. <div>
<br></div><div>I&#39;m having a strong feeling that I shouldn&#39;t push further into this as Asterisk has its DTMF methods defined and those don&#39;t send Alpha-numeric. that&#39;s it - end of line. :(<div><br></div><div>
<br></div><div><br><div class="gmail_quote">On Tue, Feb 28, 2012 at 9:27 PM, Eric Wieling <span dir="ltr">&lt;<a href="mailto:EWieling@nyigc.com">EWieling@nyigc.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Just for fun I did something similar at one point.<br>
<br>
0-9 A-D and * and # make a character set of 16 characters, perfect for encoding as hex.<br>
<br>
Take your string, get the ASCII value of each character, convert it to hex, and add it to the &quot;encoded&quot; string.<br>
Just before dialing, replace all &quot;e&quot; with # and all &quot;f&quot; with * in your encoded string<br>
<br>
Make the call to the remote system and send the digits in the &quot;encoded string&quot;, you will need something on the other end to decode the text.<br>
<br>
Took about 30 seconds to send &quot;Hello World!&quot; because of limitations in Asterisk&#39;s maximum digits on Read (about 40 digits) and needing to ACK &quot;packets&quot; of 32 characters each and timeouts, etc.  I think I used CRC8 to validate the received &quot;packets&quot;.<br>

<br>
Overall it was a cool hack and totally impractical in the real world.<br>
<div class="HOEnZb"><div class="h5"><br>
-----Original Message-----<br>
From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a> [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Sammy Govind<br>

Sent: Tuesday, February 28, 2012 2:53 AM<br>
To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
Subject: Re: [asterisk-users] Alphanumeric DTMF !?<br>
<br>
Yeah I know about A-D but can we send more than those !? I&#39;ve read about h245-alphanum thing but that is definitely not in asterisk, so what other options are there is I&#39;ve to send more than just A-D ?<br>
<br>
<br>
On Tue, Feb 28, 2012 at 12:42 PM, Matt Darnell &lt;<a href="mailto:mattdarnell@gmail.com">mattdarnell@gmail.com</a>&gt; wrote:<br>
<br>
<br>
        On Mon, Feb 27, 2012 at 8:23 PM, Sammy Govind &lt;<a href="mailto:govoiper@gmail.com">govoiper@gmail.com</a>&gt; wrote:<br>
        &gt; Hi list,<br>
        &gt;<br>
        &gt; What possibilities are there in asterisk to send an alphanumeric DTMF<br>
        &gt; from/to  asterisk !?<br>
        &gt;<br>
        &gt; Regards,<br>
        &gt; Sammy<br>
<br>
<br>
<br>
        Do you mean A-D?  You send those just like 0-9*#<br>
<br>
        -Matt<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>
<br>
<br>
<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>
</div></div></blockquote></div><br></div></div>