FYI,
After some tests found, that function "*is_audio_on_hold()*" (textops) *supports only rfc 254*3, where "hold" is indicated by setting the "c" destination addresses for the media streams to zero (0.0.0.0). The newest *rfc3264*, where "hold" is indicated by a=sendonly/inactive, *is not supported*. Kamailio version 4.4.6.
Best regards, Julia
On Tuesday, October 24, 2017 8:52:28 AM CDT Julia Boudniatsky wrote:
You may want to add a feature request ticket at https://github.com/kamailio/kamailio/issues so it can be tracked.
I updated the documentation to reflect this. If you need support for RFC3264, please open a ticket.
Regards, Ovidiu Sas
On Tue, Oct 24, 2017 at 9:52 AM, Julia Boudniatsky juliabo@gmail.com wrote:
Hello,
I opened the ticket #1292.
Thank you, Julia
On Tue, Oct 31, 2017 at 7:17 PM, Ovidiu Sas osas@voipembedded.com wrote:
Hello,
for the moment maybe you can combine the condition of is_audio_on_hold() with sdp_with_active_media("audio"):
- https://www.kamailio.org/docs/modules/5.1.x/modules/sdpops.html#sdpops.f.sdp...
Otherwise I agree that the is_audio_on_hold() should be fixed to support both rfcs.
Cheers, Daniel
On 01.11.17 09:38, Julia Boudniatsky wrote:
Hello,
Thank you, Daniel.
But with both is_audio_on_hold() and sdp_with_active_media("audio") I can't recognize a=sendonly. I combine sdp_with_active_media("audio") with sdp_get_line_startswith("$avp(a)", "a=sendonly"). However, it would be nice to use only one function.
Best regards, Julia
On Wed, Nov 1, 2017 at 12:44 PM, Daniel-Constantin Mierla <miconda@gmail.com
wrote:
Hello,
maybe someone with the specs fresh in mind can list here all the cases when audio (or other media) is on hold. That may speed up getting it implemented, helping developer by saving the time to go to the RFCs...
Cheers, Daniel
On 01.11.17 12:51, Julia Boudniatsky wrote:
According to the code, both rfc2543 and rfc3264 are handled. Just tested this out with jitsi and it's working fine. Can you provide a sample of your tests?
Regards, Ovidiu Sas
On Tue, Oct 24, 2017 at 9:52 AM, Julia Boudniatsky juliabo@gmail.com wrote:
Hello,
Thank you for implementation. Our lab equipment is busy now, later i will check it out and get back to you. Does this fixed applicable for version 4.4?
Best regards, Julia
On Fri, Feb 2, 2018 at 6:41 PM, Ovidiu Sas osas@voipembedded.com wrote: