<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>That looks like exactly what I want, we
are currently on 1.2, ill see if i can hack similar functionality into it, if
not ill have to upgrade to 1.4 (probably best anyway)<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Thanks for the pointers.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] <b><span style='font-weight:
bold'>On Behalf Of </span></b>James FitzGibbon<br>
<b><span style='font-weight:bold'>Sent:</span></b> 11 May 2007 15:15<br>
<b><span style='font-weight:bold'>To:</span></b> Asterisk Users Mailing List -
Non-Commercial Discussion<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [asterisk-users] Log
CODECS in CDR's</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>On 5/11/07, <b><span style='font-weight:bold'>Morgan Gilroy</span></b>
&lt;<a href="mailto:morgan@telappliant.com">morgan@telappliant.com</a>&gt;
wrote:<o:p></o:p></span></font></p>

<div>

<blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;
margin-left:4.8pt;margin-right:0cm'>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>At the moment to find the codecs used I have to look though the sip<br>
trace or show channels/show channel (annoying when you have 50+<br>
channels).<br>
Im just trying to find an easier and quicker way to keep track of the <br>
codecs used to help with debug etc.<br>
<br>
The closest variable iv found is, &quot;${SIP_CODEC} Set the SIP codec for a<br>
call&quot;<br>
Ill see if NoOp (${SIP_CODEC}) shows the codec that was used without me<br>
setting it though I don't think it will. <br>
<br>
Iv looked all over and I cant find anything so it looks like I may have<br>
to hack a ast_set_var into app_dial or chan_sip<o:p></o:p></span></font></p>

</blockquote>

<div>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'><br>
<br>
1.4 has the CHANNEL function:<br>
<br>
pbxlab-01*CLI&gt; show function CHANNEL <br>
pbxlab-01*CLI&gt;<br>
&nbsp; -= Info about function 'CHANNEL' =-<br>
<br>
[Syntax]<br>
CHANNEL(item)<br>
<br>
[Synopsis]<br>
Gets/sets various pieces of information about the channel.<br>
<br>
[Description]<br>
Gets/set various pieces of information about the channel. <br>
Standard items (provided by all channel technologies) are:<br>
R/O&nbsp;&nbsp;&nbsp;&nbsp; audioreadformat&nbsp;&nbsp;&nbsp; format currently
being read<br>
R/O&nbsp;&nbsp;&nbsp;&nbsp; audionativeformat&nbsp; format used natively for
audio<br>
R/O&nbsp;&nbsp;&nbsp;&nbsp; audiowriteformat&nbsp;&nbsp; format currently being
written <br>
R/W&nbsp;&nbsp;&nbsp;&nbsp;
callgroup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; call groups for
call pickup<br>
R/O&nbsp;&nbsp;&nbsp;&nbsp;
channeltype&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; technology used for
channel<br>
R/W&nbsp;&nbsp;&nbsp;&nbsp;
language&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; language
for sounds played<br>
R/W&nbsp;&nbsp;&nbsp;&nbsp;
musicclass&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class (from
musiconhold.conf ) for hold music<br>
R/W&nbsp;&nbsp;&nbsp;&nbsp; rxgain&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
set rxgain level on channel drivers that support it<br>
R/O&nbsp;&nbsp;&nbsp;&nbsp;
state&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
state for channel<br>
R/W&nbsp;&nbsp;&nbsp;&nbsp;
tonezone&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; zone for
indications played<br>
R/W&nbsp;&nbsp;&nbsp;&nbsp;
txgain&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
set txgain level on channel drivers that support it <br>
R/O&nbsp;&nbsp;&nbsp;&nbsp; videonativeformat&nbsp; format used natively for
video<br>
<br>
When I put this in a dialplan with NoOps and called channel macros, I can kind
of get what you're describing:<br>
<br>
[from-external-pbxtel]<br>
exten&nbsp;&nbsp; =&gt; 491,1,NoOp(${CHANNEL(audioreadformat)}) <br>
exten&nbsp;&nbsp; =&gt; 491,n,NoOp(${CHANNEL(audiowriteformat)})<br>
exten&nbsp;&nbsp; =&gt; 491,n,NoOp(${CHANNEL(audionativeformat)})<br>
exten&nbsp;&nbsp; =&gt; 491,n,Dial(SIP/491,20,M(logcodec))<br>
exten&nbsp;&nbsp; =&gt; 491,n,Hangup<br>
<br>
[macro-logcodec] <br>
exten =&gt; s,1,NoOp(${CHANNEL(audioreadformat)})<br>
exten =&gt; s,n,NoOp(${CHANNEL(audiowriteformat)})<br>
exten =&gt; s,n,NoOp(${CHANNEL(audionativeformat)})<o:p></o:p></span></font></p>

</div>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Console output is:<br>
<br>
&nbsp;&nbsp;&nbsp; -- Executing [ 491@from-external-pbxtel:1]
NoOp(&quot;IAX2/pbxtel-01-5&quot;, &quot;ulaw&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing [491@from-external-pbxtel:2]
NoOp(&quot;IAX2/pbxtel-01-5&quot;, &quot;ulaw&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing [ 491@from-external-pbxtel:3]
NoOp(&quot;IAX2/pbxtel-01-5&quot;, &quot;ulaw&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing [491@from-external-pbxtel:4]
Dial(&quot;IAX2/pbxtel-01-5&quot;, &quot;SIP/491|20|M(logcodec)&quot;) in new
stack <br>
&nbsp;&nbsp;&nbsp; -- Called 491<br>
&nbsp;&nbsp;&nbsp; -- SIP/491-0a16d1c0 is ringing<br>
&nbsp;&nbsp;&nbsp; -- SIP/491-0a16d1c0 answered IAX2/pbxtel-01-5<br>
&nbsp;&nbsp;&nbsp; -- Executing [s@macro-logcodec:1]
NoOp(&quot;SIP/491-0a16d1c0&quot;, &quot;slin&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing [s@macro-logcodec:2]
NoOp(&quot;SIP/491-0a16d1c0&quot;, &quot;slin&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing [s@macro-logcodec:3]
NoOp(&quot;SIP/491-0a16d1c0&quot;, &quot;gsm&quot;) in new stack<br>
&nbsp; == Spawn extension (from-external-pbxtel, 491, 4) exited non-zero on
'IAX2/pbxtel-01-5' <br>
&nbsp;&nbsp;&nbsp; -- Hungup 'IAX2/pbxtel-01-5'<br>
<br>
This is a call coming in as ulaw over IAX2, then going to a SIP softphone
configured for only gsm.<br>
<br>
Hope that helps.<br>
<br>
-- <br>
j. <br>
______________________________________________________________________<br>
This email has been scanned by the MessageLabs Email Security System.<br>
For more information please visit http://www.messagelabs.com/email <br>
______________________________________________________________________<o:p></o:p></span></font></p>

</div>

</body>

</html>