ladendirekt / pjsip4net

A wrapper library exposing the pjsip library to the .NET world in a OO-friendly way.
71 stars 42 forks source link

DTMF Received Event not working properly in More then one call #79

Closed makwanaa closed 6 years ago

makwanaa commented 7 years ago

Hi I registered user agent and add event handler for DTMF received event and made two calls simultaneously. calls connected successfully . Then pressed number digit form both calls but only from second call dtmf received, DTMF of first call not received.

siniypin commented 6 years ago

Hey @makwanaa, did you figure the problem out?

makwanaa commented 6 years ago

Hello siniypin No I m not able to solve it. DTMF received only in one call.

siniypin commented 6 years ago

Can you collect SIP trace and post it here? You need to set a high log level in configuration in order to trace SIP messages in your log: https://gist.github.com/siniypin/7860029#file-app-config-L6