cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
422
Views
0
Helpful
0
Replies

Invite/SDP: remove m=application

j-ackermann
Level 1
Level 1

On a CUBE running IOS 15.4 is it possible to remove attibutes from the SDP Section of an outgoing SIP Re)INVITE like the example below?

I can successfully remove/edit m=audio and to some extent m=video parameters with

voice class sip-profiles xy
 request INVITE sdp-header Audio-Media modify "xyz" "z"
 request INVITE sdp-header Audio-Attribute remove
 request INVITE sdp-header Video-Media modify "m=video(.*)" ""
 request INVITE sdp-header Video-Attribute remove
 etc.

but I would appreciate some support on how ti  remove especially the  m=application attributes, since it is not mentioned in the Command Help

Thank you in advance,

    J.

Sample SDP Content:

    Media Description, name and address (m): video 19724 RTP/AVP 118 119 99   Connection Information (c): IN IP4 192.44.32.85
    Bandwidth Information (b): TIAS:85000
    Media Attribute (a): rtpmap:118 H263-1998/90000
    Media Attribute (a): fmtp:118 CIF=1;MAXBR=850;CUSTOM=1280,720,2;CUSTOM=1024,768,2;CUSTOM=1024,576,2;CUSTOM=848,480,1;CUSTOM=800,600,2;CUSTOM=768,448,1;CUSTOM=640,480,1;CUSTOM=512,288,1
    Media Attribute (a): rtpmap:119 H264/90000
    Media Attribute (a): fmtp:119 profile-level-id=42E014;packetization-mode=1;max-mbps=27000;max-fs=3600;max-dpb=1350;max-fps=6000
    Media Attribute (a): rtpmap:99 H264/90000
    Media Attribute (a): fmtp:99 profile-level-id=42E014;max-mbps=27000;max-fs=3600;max-dpb=1350;max-fps=6000
    Media Attribute (a): label:12
    Media Attribute (a): content:slides

    Media Description, name and address (m): application 19726 UDP/BFCP *
    Connection Information (c): IN IP4 192.44.32.85
    Media Attribute (a): connection:new
    Media Attribute (a): floorctrl:s-only
    Media Attribute (a): confid:64295
    Media Attribute (a): userid:5121
    Media Attribute (a): floorid:2 mstrm:12

0 Replies 0