You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that sndfiledump module event has NULLbevent_get_call(event) so app cannot associate the event to a call. This info would be useful when there is more than one simultaneous call.
Would it be possible to add non-NULL ua and call arguments to sending of the event?
lacks information to which call it applies to. It is so that sndfile module has not been designed to support multiple simultaneous calls and there is nothing that can be done about it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that
sndfiledumpmodule event hasNULLbevent_get_call(event)so app cannot associate the event to a call. This info would be useful when there is more than one simultaneous call.Would it be possible to add non-NULL
uaandcallarguments to sending of the event?I tried to look, but could not figure out if stream knows to whom it belongs to.
Edit: I noticed that also call
lacks information to which call it applies to. It is so that
sndfilemodule has not been designed to support multiple simultaneous calls and there is nothing that can be done about it?Beta Was this translation helpful? Give feedback.
All reactions