Hi,
I have successfully established video call on local sip to sip. Has anyone tried it recording? It can be record using mixmonitor or it can be record using other programs. (video+voice) inbound and outbound.
Thanks,
Manny
Hi,
I have successfully established video call on local sip to sip. Has anyone tried it recording? It can be record using mixmonitor or it can be record using other programs. (video+voice) inbound and outbound.
Thanks,
Manny
I’m not sure if there is any support for recording video, but the mix in mixmonitor only makes sense for audio!
[others]
[my-phones]
exten => 2000,1,NoOp()
exten => 2000,2,Macro(automon)
exten => 2000,3,Dial(SIP/${EXTEN}@my-phones,30)
exten => 2000,4,Hangup()
exten => 2000,Dial(SIP/vikas,30)
exten => s,1,set(MONITOR_FILENAME=$(STRFTIME(${EPOCH},%Y%M%D%H%M%S)}-${CALLERID(num)})
exten => s,n,MixMonitor(${MONITOR_FILENAME}.wav,b)
hi,
i am not able to record voice please tel me where I am wrong?? I am new to this … pls guide me