blak3r / yaai

SugarCRM Asterisk integration
http://www.sugarforge.org/projects/yaai
GNU General Public License v3.0
84 stars 85 forks source link

Only record calls that have records/accounts #205

Open jacobdevans opened 9 years ago

jacobdevans commented 9 years ago

Is there an option to only log/record calls that have accounts associated once the call is complete.

Process stays the same up until hangup. at hangup, if the related-to was not created (via popup) or the call does not match any record via phone number, the record is deleted.

Thank You,

blak3r commented 9 years ago

No, there is no option for that but it wouldn't be too difficult to add.

In the hangup code, if no matching records, call deleteCall.

On Tue, Dec 16, 2014 at 11:27 AM, jacobdevans notifications@github.com wrote:

Is there an option to only log/record calls that have accounts associated once the call is complete.

Process stays the same up until hangup. at hangup, if the related-to was not created (via popup) or the call does not match any record via phone number, the record is deleted.

Thank You,

— Reply to this email directly or view it on GitHub https://github.com/blak3r/yaai/issues/205.