Peter den Hartog
2010-Feb-01 13:55 UTC
[asterisk-users] Problems with recordings of call using Monitor
Hi,
I'm using the default Asterisk function Monitor to record calls, but i have
some issue's with this, the problem is when a call is finished, it never mix
in & out together, bellow you can see my call configuration:
exten => _8.,1,Monitor(wav,${EXTEN},m)
exten => _8.,n,Dial(SIP/${EXTEN:1}@${EXTEN:1})
(the 8 prefix is due to testing of the system)
The reason you see the exten at exten is because of OpenSips, it's connected
to
Asterisk, and some of my users i would like to record are behind opensips
and reachable by dialing <ext>@<domain> but in sip.conf i defined
the host,
that's why i'm using exten at exten.
Even on a normal Asterisk machine, i have issue's with recording, i'm
using
Asterisk 1.6.2.
Anybody got any tips on this?
Thanks,
Peter
--
Groet // Kind regards,
Peter den Hartog
Sent from Amsterdam, NH, Netherlands
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20100201/925d91e9/attachment.htm
David Backeberg
2010-Feb-01 19:39 UTC
[asterisk-users] Problems with recordings of call using Monitor
On Mon, Feb 1, 2010 at 8:55 AM, Peter den Hartog <peterdenhartog at gmail.com> wrote:> I'm using the default Asterisk function Monitor to record calls, but i have > some issue's with this, the problem is when a call is finished, it never mix > in & out together, bellow you can see my call configuration:Perhaps you would prefer to use MixMonitor() rather than Monitor()