;*******Auto record Voice call*************

; Authors: DeadMan & rc-flitzer
; big thanx , regards etc to mamaich, BoB aka D.V.A, SiNgle
; selectable through application menu from RizaPN with function number 14
; This patch autostart recording any incoming or outgoing calls
;!!!!!!Uninstall previosly installed patch for recording outgoing calls

4539a0: dae5aa28 DAE0e4C9 ;change calls 0E5h, sub_E528AA on calls 0E0h,C9E0 (jump to patch)
40C9e4: FFFFFFFF dae5aa28 ;start original calls (calls 0E5h, sub_E528AA )
40c9e8: FFFFFFFF 88408850 ;save used registers (R4, R5)
40c9ec: FFFFFFFF dacc4cc6 ;calls 0CCh, IsCallInProgress ( return r4=1 is call in progres or r0=1 is phone in standby mode)
40c9f0: FFFF 4840 ;cmp r4,0 (comprare r4 whith 0)
40c9f2: FFFF 2d08 ;jmpr cc_z,08h (return if r4=0 (phone in standby mode))
40c9f4: FFFFFFFF D7400E00 ;extp #0Eh, #01h
40C9f8: FFFFFFFF F2FC423A ;mov r12, 03A42h
40C9fc: FFFFFFFF 9AFC02D0 ;jnb r12.13, return (return if Func14 is not select)
40ca00: FFFFFFFF dad414f3 ; calls dictRecording (recording voice call)
40ca04: FFFFFFFFFFFF 98509840db00 ;restoring r4,r5 and return to main program