<html 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)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        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:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

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

<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I want to record all phone calls made inbound and outbound.
I'm new so having a hard time getting this started. Here is what I have
so far but isn't working. Can someone help me out? Thanks,<o:p></o:p></span></font></p>

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

<p class=MsoPlainText><font size=2 face="Courier New"><span style='font-size:
10.0pt'>[macro-record-on]<br>
exten =&gt; s,1,SetVar(CALLFILENAME=${DATETIME}-${ARG2}-${ARG1})<br>
exten =&gt; s,2,Monitor(wav,${CALLFILENAME})<br>
</span></font><font face=Arial><span style='font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

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

<p class=MsoPlainText><font size=2 face="Courier New"><span style='font-size:
10.0pt'>[sip]<br>
include =&gt; macro-record-on<br>
include =&gt; iaxtel <br>
exten =&gt; _,1,macro(record-on,${EXTEN},${CALLERIDNUM})<br>
exten =&gt; 1001,1,Dial(SIP/one|20|tr)<br>
exten =&gt; 1001,2,VoiceMail,u1001<br>
exten =&gt; 1001,102,VocieMail,b1001<br>
exten =&gt; 2001,1,Dial,IAX2/guest@24.202.159.205/2001<br>
exten =&gt; 1002,1,Dial(SIP/two|20|mtr)<br>
exten =&gt; 1002,2,VoiceMail,u1002<br>
exten =&gt; 1002,102,VoiceMail,b1002<br>
exten =&gt; 6001,1,Ringing<br>
exten =&gt; 6001,2,Wait(2)<br>
exten =&gt; 6001,3,VoicemailMain<br>
</span></font><font face=Arial><span style='font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>