[Asterisk-Users] Record inbound and outbound calls to and from one
number.
David Shaw
asterisk at ke6upi.com
Fri Jan 28 14:30:24 MST 2005
Hello All,
I would like to record inbound and outbound calls to and from one
number.
I tried to add lines to my extensions.conf:
DAY=`date "+%m-%d-%y_%H:%m"`
;outbound
exten => 5555551212,1,Record(${DAY}:gsm)
exten => 5555551212,2,Dial(${TRUNKL3}/${EXTEN})
;Inbound
[line2]
exten => 5555551212,1,Record(${DAY}:gsm)
exten => 5555551212,2,Dial(SIP/101,20)
exten => 5555551212,3,Hangup
--
David Shaw <asterisk at ke6upi.com>
More information about the asterisk-users
mailing list