Displaying 3 results from an estimated 3 matches for "recordcall".
2009 Oct 26
1
DAHDI not detecting RINGING Status on the Channel
...settings. I live in Argentina BTW
Console output.
[Oct 22 23:42:03] -- Attempting call on
Local/84776114 at outgoing_campaign/n for 501 at queues:2 (Retry 1)
[Oct 22 23:42:03] -- Executing [84776114 at outgoing_campaign:1]
Macro("Local/84776114 at outgoing_campaign-d2c3,2",
"recordcall|501|84776114")in new stack
[Oct 22 23:42:03] -- Executing [s at macro-recordcall:1]
GotoIf("Local/84776114 at outgoing_campaign-d2c3,2", "1?5:2") in new stack
[Oct 22 23:42:03] -- Goto (macro-recordcall,s,5)
[Oct 22 23:42:03] -- Executing [s at macro-recordcall:...
2010 Jan 30
2
FAX over ISDN PRI
...mbers were changed to preserve privacy)
Channel: Local/99999999 at dial_out/n
CallerID: Fax Test <99999999>
MaxRetries: 0
RetryTime: 300
WaitTime: 60
Archive: yes
Context: dial_go
Extension: s
Priority: 1
Set: Q_NAME=511
Set: ANI=99999999
extension.conf
[dial_out]
;
exten => _X.,1,Macro(recordcall,${Q_NAME},${CALLERID(number)}) ;; this is a
custom macro that I created for personal recording puporse
exten => _X.,n,Dial(DAHDI/g1/${EXTEN:0}) ;; this is en sime truck dial
macro that dial into the SPANS -> I know it is OK for sure
exten => _X.,n,Hangup()
[dial_go]
;
exten => s,1,An...
2005 Oct 18
2
Agent recording and muxmon
I was wanting to use the new MuxMon application to record calls - it
seems to be a "nicer" way of recording than the Monitor application.
However, there is a slight issue with agents - we use the recordcalls
option in agents.conf to record inbound agent calls - and I believe from
looking at the source code that is uses the monitor application.
Is there any way to get chan_agent to use muxmon instead of monitor, or
a) Do I have to patch chan_agent.c
b) Can I modify my dialplan to use muxmon and rem...