[asterisk-bugs] [JIRA] (ASTERISK-28919) we have been able to setup asterisk webrtc video call on both the endpoints but there is no audio from caller end but audio at receiver's end is working fine

Joshua C. Colp (JIRA) noreply at issues.asterisk.org
Thu May 28 06:02:25 CDT 2020


     [ https://issues.asterisk.org/jira/browse/ASTERISK-28919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joshua C. Colp closed ASTERISK-28919.
-------------------------------------

    Resolution: Not A Bug

> we have been able to setup asterisk webrtc video call on both the endpoints but there is no audio from caller end but audio at receiver's end is working fine
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-28919
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28919
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: . I did not set the category correctly.
>    Affects Versions: 16.10.0
>            Reporter: kushagra bubna
>              Labels: webrtc
>
> [May 28 10:38:16] WARNING[27703]: pjproject: <?>:                        sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY)
> [May 28 10:38:16] WARNING[27703]: pjproject: <?>:                        sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY)
> [May 28 10:38:16] WARNING[27703]: pjproject: <?>:                        sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY)
> [May 28 10:38:16] WARNING[27703]: pjproject: <?>:                        sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY)
> [May 28 10:38:16] WARNING[27703]: pjproject: <?>:                        sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY)
> [May 28 10:38:16] WARNING[27703]: pjproject: <?>:                        sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY)
>   == Setting global variable 'SIPDOMAIN' to 'asterisk.org'
>     -- Executing [7001 at webrtc:1] Answer("PJSIP/101-00000010", "") in new stack
> [May 28 10:38:17] ERROR[5418]: pjproject: <?>:     icess0x7f1c68042bf8 ..Error sending STUN request: Network is unreachable
> [May 28 10:38:17] ERROR[5418]: pjproject: <?>:     icess0x7f1c68042bf8 ..Error sending STUN request: Network is unreachable
>     -- Executing [7001 at webrtc:2] Dial("PJSIP/101-00000010", "PJSIP/102") in new stack
> here's my pjsip.conf file:
> [101]
> type=aor
> max_contacts=5
> remove_existing=yes
> [101]
> type=auth
> auth_type=userpass
> username=101
> password=101
> [101]
> type=endpoint
> aors=101
> auth=101
> dtls_auto_generate_cert=yes
> webrtc=yes
> ; Setting webrtc=yes is a shortcut for setting the following options:
> ; use_avpf=yes
> ; media_encryption=dtls
> ; dtls_verify=fingerprint
> ; dtls_setup=actpass
> ; ice_support=yes
> ; media_use_received_transport=yes
> ; rtcp_mux=yes
> context=webrtc
> disallow=all
> allow=opus,h264,g729,ulaw,vp8,vp9



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list