[asterisk-users] SIP INFO messages with Content-Type: application/media_control+xml

2021-10-13 Thread Floimair Florian
Hi all!

We have a WebRTC user-agent (using sip.js) that is giving me headache.

When a different user-agent calls this user-agent, we frequently see Asterisk 
generating SIP INFO messages with

Content-Type: application/media_control+xml
Content-Length: 178



  
   

  



In the payload, that is sent from Asterisk to the caller UA (the WebRTC client 
is the callee).

While this does not do any harm usually, I have no clue yet what causes 
Asterisk to generate these INFO messages.
I do know what they are for (https://datatracker.ietf.org/doc/html/rfc5168), 
but not why Asterisk is generating those or what might be the trigger.

Anyone have any hint?

Thanks and best regards


FLORIAN FLOIMAIR
Symphony Cloud Services (1568)

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] SIP INFO messages with Content-Type: application/media_control+xml

2021-10-13 Thread Joshua C. Colp
On Wed, Oct 13, 2021 at 10:05 AM Floimair Florian 
wrote:

> Hi all!
>
>
>
> We have a WebRTC user-agent (using sip.js) that is giving me headache.
>
>
>
> When a different user-agent calls this user-agent, we frequently see
> Asterisk generating SIP INFO messages with
>
>
>
> Content-Type: application/media_control+xml
>
> Content-Length: 178
>
>
>
> 
>
> 
>
>   
>
>
>
> 
>
>   
>
> 
>
> 
>
>
>
> In the payload, that is sent from Asterisk to the caller UA (the WebRTC
> client is the callee).
>
>
>
> While this does not do any harm usually, I have no clue yet what causes
> Asterisk to generate these INFO messages.
> I do know what they are for (https://datatracker.ietf.org/doc/html/rfc5168),
> but not why Asterisk is generating those or what might be the trigger.
>
>
>
> Anyone have any hint?
>

They will occur as a result of a video client requesting a full frame, and
there's a few places in Asterisk where it will generate one in certain
scenarios. Generally it comes from another client though. It can be
received either using an incoming INFO request, or via RTCP through a PLI
or FIR. If using PJSIP then the INFO request is only used for the H.264
codec if the WebRTC option is not enabled.

-- 
Joshua C. Colp
Asterisk Technical Lead
Sangoma Technologies
Check us out at www.sangoma.com and www.asterisk.org
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users