On 6/4/06, Attilla De Groot <[EMAIL PROTECTED]> wrote:
Hi all,


I'm trying to make a context that will monitor a call and when it's
completed it would e-mail the wav to a specified mail adres.

So I made a standard context that records a call, like this:

exten => _*31*00[1-9].,1,Setvar(CALLFILENAME=CALL-${EXTEN:4}-$
{TIMESTAMP})
exten => _*31*00[1-9].,2,Monitor(wav,${CALLFILENAME},m})
[..snip..]

Not sure if this is the problem or if you made a typo when sending the
list email, but you seem to have put an extra } by accident:

exten => _*31*00[1-9].,2,Monitor(wav,${CALLFILENAME},m})

.. should be:

exten => _*31*00[1-9].,2,Monitor(wav,${CALLFILENAME},m)

Regards,
Gonzalo
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to