Browser-Phone icon indicating copy to clipboard operation
Browser-Phone copied to clipboard

You tried to make a video call(Bad Request)

Open prathibhacdac opened this issue 2 years ago • 2 comments

sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY) [2023-02-09 10:14:41] WARNING[4365]: pjproject: >: sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY) [2023-02-09 10:14:41] WARNING[4365]: pjproject: >: sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY) [2023-02-09 10:14:41] WARNING[4365]: pjproject: >: sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY) [2023-02-09 10:14:41] WARNING[4365]: pjproject: >: sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY) [2023-02-09 10:14:41] WARNING[4365]: pjproject: >: sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY) [2023-02-09 10:14:41] WARNING[4365]: pjproject: >: sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY) [2023-02-09 10:14:41] WARNING[4365]: pjproject: >: sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY) [2023-02-09 10:14:41] WARNING[4365]: pjproject: >: sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY) [2023-02-09 10:14:41] WARNING[4365]: pjproject: >: sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY) [2023-02-09 10:14:41] WARNING[4365]: pjproject: >: sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY) [2023-02-09 10:14:41] ERROR[4365]: pjproject: <?>: sip_inv.c .Error parsing/validating SDP body: Missing SDP rtpmap for dynamic payload type (PJMEDIA_SDP_EMISSINGRTPMAP)

prathibhacdac avatar Feb 09 '23 04:02 prathibhacdac

The PJ_ETOOMANY and PJMEDIA_SDP_EMISSINGRTPMAP are errors relating to the invite, you will have to capture the SIP message and possibly even debug output to isolate the issue.

InnovateAsterisk avatar Feb 09 '23 13:02 InnovateAsterisk

<--- Transmitting SIP response (424 bytes) to WSS:10.10.10.70:46718 ---> SIP/2.0 400 Bad Request Via: SIP/2.0/WSS 192.0.2.229;rport=46718;received=10.10.10.70;branch=z9hG4bK9361963 Call-ID: d18fks6a4givifd2jm3p From: "prathibhab" sip:[email protected];tag=8155hus5kr To: sip:[email protected];tag=z9hG4bK9361963 CSeq: 2 INVITE Warning: 399 SIP "Missing SDP rtpmap for dynamic payload type (PJMEDIA_SDP_EMISSINGRTPMAP)" Server: Asterisk PBX certified/18.9-cert3 Content-Length: 0

prathibhacdac avatar Feb 10 '23 04:02 prathibhacdac