linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] dtmf_received callback bug?


From: Max A. Kiselev
Subject: [Linphone-developers] dtmf_received callback bug?
Date: Thu, 27 Mar 2014 19:28:37 +0400

Hello

 

I think the LinphoneCoreVTable->dtmf_received callback is called with invalid

LinphoneCall pointer.

 

How to reproduce:

1. Make first call (call A) with linphone_core_invite_with_params.

2. Make second call (call B) with linphone_core_invite_with_params.

3. Send a DTMF from the receiver of call A.

 

Expected: LinphoneCoreVTable->dtmf_received callback is called with 'call'

parameter pointing to the call A.

 

Actual: LinphoneCoreVTable->dtmf_received callback is called with 'call'

parameter pointing to the call B.

 

Linphone version: custom build from git tag 3.7.0 built with MinGW

OS: Windows Server 2008 R2

Both call receivers are phone numbers ('tel:' URI schema)

SIP provider: zadarma.com

 

My custom build uses my own patches to support playing a file to a specific

call but it should not affect DTMF functionality. The patches (made with git

format-patch) are included in attachments.

 

Regards,

Max A. Kiselev

Attachment: 0001-Implement-playing-audio-from-a-file-on-a-specific-ca.patch
Description: Binary data

Attachment: 0002-Add-support-to-replaying-sound-from-file-for-a-speci.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]