Closed luisolarte closed 9 years ago
Hi @lcop200685,
can you show your config? Is there anything in logs that suggests the problem?
Cheers
Hi Robert
I'm using my own class config , it only have this data
I'm resolve the problem changing the original RemoteHoldMediaState
to this, It is similar to LocalHoldMediaState
It wokrs but in this moment, i have a problem with the function call.ReleaseHold() when I put local hold, i'm working in that
Hi Robert
The fail of the function call.releaseHold(), is other topic, I'm going to put it in a new Issue,
In this moment the change I've done in the class RemoteHoldMediaState works ok, if you like, i could send you a pull request, in a similar form i've repair other bug with the dispose to the recorder when the remote caller hangup the call
The case of the releaseHold function is a mistake mine, i'm sorry, the functions works ok
I appreciate the work you did, please send your fix and I will merge it.
Cheers
Hi Robert
I'm testing your library and i found a problem when the sip server have the reinvite option active, if I put hold in the remote device, the audio call is in silence, and arrive the MediaState.RemoteHold Event in the change status call, but when i remove the hold, the active event don't work and the audio never active again.
I'm grateful with your opinion about the topic, i'm working to resolve it