Fix bug with calls on hold
commit414c9c7e0d051dd1904b50e6906b0e1fa16db20f
authorjlh <jlh@gmx.ch>
Thu, 22 May 2008 15:54:54 +0000 (22 17:54 +0200)
committerjlh <jlh@gmx.ch>
Thu, 22 May 2008 15:54:54 +0000 (22 17:54 +0200)
treee068857dd798183becc9fb78bad69479a489ece7
parent4914f24058b9eb46bb86919ab0c4deb06522e99d
Fix bug with calls on hold

Previously, when explicitely stopping to record a call on hold, as
soon as the call resumes it would be considered to be recorded
again.  If it's set to auto-record, it would then silently start
recording again.

Now, CallHandler does not decide anymore when to start recording,
it now happens in Call::setStatus().

Also, this now prevents the status to be re-set on every DURATION
line.
call.cpp