[asterisk-bugs] [JIRA] (ASTERISK-27883) No voice while using sipml5 in IPv6 environment
mohit dhiman (JIRA)
noreply at issues.asterisk.org
Wed May 30 05:51:54 CDT 2018
mohit dhiman created ASTERISK-27883:
---------------------------------------
Summary: No voice while using sipml5 in IPv6 environment
Key: ASTERISK-27883
URL: https://issues.asterisk.org/jira/browse/ASTERISK-27883
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Channels/chan_rtp, Channels/chan_sip/IPv6
Affects Versions: 13.16.0
Environment: Centos 7
IPv6
Reporter: mohit dhiman
while using sipml5 along with asterisk 13 in an IPv6 environment i am not able to hear the playback that is configured in extensions.conf.
i did all the required configuration for IPv6 as:
;sip.conf
[general]
bindport=5060
bindaddr=[::]
rtptimeout=300
rtpholdtimeout=600
transport=udp
disallow=all
allow=alaw,ulaw
[1060]
type=friend
username=1060
secret=1060
host=dynamic
encryption=yes
avpf=yes
icesupport=yes
context=sipjs
directmedia=no
transport=udp,ws,wss
force_avp=yes
dtlsenable=yes
dtlsverify=fingerprint
dtlscertfile=/etc/asterisk/keys/asterisk.pem
dtlssetup=actpass
rtcp_mux=yes
disallow=all
allow=alaw,ulaw
;extensions.conf
exten => 1061,1,Playback(demo-congrats)
;http.conf
[general]
enabled=yes
bindaddr=[::]
bindport=8088
tlsenable=yes
tlsbindaddr=[::]:8089
tlscertfile=/etc/asterisk/keys/asterisk.pem
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list