[asterisk-users] bug in 1.2.24

Anton Krall akrall at intruder.com.mx
Wed Sep 12 23:08:59 CDT 2007


Thank Isaac, Ill try it this way.. Im currently using this before entering
the queue so calls from the queue are recorded:

exten =>
s,n,SetVar(MONITOR_FILENAME=/var/spool/asterisk/${TIMESTAMP}-${UNIQUEID}-${C
ALLERIDNUM}-Queue-Ventas)
exten => s,n,SetVar(TRANSFER_CONTEXT=internalphones)

So I could just run mixmonitor instead of those lines and that’s it? Queue
call will be recorded and everything that happens afterwards if it is
transferred?
 
Saludos
 



-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Isaac Xiao
Sent: martes, 11 de septiembre de 2007 06:24 p.m.
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] bug in 1.2.24

It is not a bug. attended Transfer is using Local channel, if you have a
look the debug log from CLI, you will see why it fails. To solve this
problem, enable recording before the calls go into the queue. 

Exten => 8888,1,MixMonitor(.......)
Exten => 8888,2,Goto(ext-queue, 7777, 1)

This will ensure you to record the customer/caller's channel instead of
exten's channel. So no matter where you transfer the call and as long as
the caller not hangup the call, it will be always recorded.

By the way, 1.2.24 stable, we got problem with 1.2.21. 1.2.17 seems
stable.

Good luck,
Isaac Xiao
WARNING - This e-mail and any attachments may be CONFIDENTIAL and are for
the intended addressee only.  If received in error, please delete and inform
us by returning an email.
Any unauthorized copying, disclosure or distribution of the material in this
email is strictly prohibited.  
E-mail transmission cannot be guaranteed to be secure, error-free or
virus-free.  
The sender therefore does not accept liability for any errors, omissions or
consequences which arise as a result of e-mail transmission.
This e-mail and its attachments are not intended to constitute financial
advice or recommendation of, or an offer to buy or sell, any securities or
other financial products.  
We recommend that you seek your own independent legal or financial advice
before proceeding with any investment decision.

_______________________________________________

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/


--Bandwidth and Colocation Provided by http://www.api-digital.com--

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




More information about the asterisk-users mailing list