Hi kevin,<br>
&nbsp;&nbsp;&nbsp; Thanks for your response.<br>
<br>
&nbsp;&nbsp;&nbsp; If I need to add the functionality to handle some
sampling rate other than 8000Hz, what are the things I need to change
in asterisk. At the end I can submit my code chanegs to Asterisk itself.<br>
<br>
&nbsp;&nbsp; Or are there any other libraries which can convert linear
data with sampling rate 48000 to 8000 Hz. I did do googling but didnt
get any good references.<br>
<br>
&nbsp;&nbsp; With your next point I need to clarify my question, what I meant by the following lines is,<br>
<br>
&gt;&gt; is there any other way to send my AFMT_S16_LE at 48KHz over ulaw from<br>
&gt;&gt; asterisk ?<br>
<br>
&gt;Not at this time. The receiving device wouldn't know what to do with it<br>
&gt;anyway, if you are using a standard SIP phone.<br>
<br>
&nbsp;&nbsp; is there a way to convert my AFMT_S16_LE (at 48KHz) ---
&gt; to ulaw ---- and then send this ulaw to the sip phone . In this
case the standard sip phone can understand ulaw. But how do I do my
conversion in Asterisk ?<br>
<br>
Thanks,<br>
voipwala<br><br><div><span class="gmail_quote">On 11/17/05, <b class="gmail_sendername">Kevin P. Fleming</b> &lt;<a href="mailto:kpfleming@digium.com">kpfleming@digium.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
voipwala hindustani wrote:<br><br>&gt; Is there any native format for my channel with will take care of this. some<br>&gt; format like signed 16 bit little endian but at 48000 Hz ?<br><br>No. This is not a different format, it's a different sample rate.
<br>Asterisk currently does not have any support for sample rates other than<br>8,000 per second.<br><br>&gt; is there any other way to send my AFMT_S16_LE at 48KHz over ulaw from<br>&gt; asterisk ?<br><br>Not at this time. The receiving device wouldn't know what to do with it
<br>anyway, if you are using a standard SIP phone.<br>_______________________________________________<br>Asterisk-Dev mailing list<br><a href="mailto:Asterisk-Dev@lists.digium.com">Asterisk-Dev@lists.digium.com</a><br><a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">
http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev
</a><br></blockquote></div><br>