I am using two SIPml5 demo + asterisk to make a call each other.
I can hear the sound from one end but can't from the other end.
I succeed once and suddenly lost one side after some changes i don't remember at all.
I think I am using the same configuration/setting but can't figure out this issue.
The versions I am using is.. Asterisk: 11.10.0 SIPml5: latest chrome: 33.0.1750.152
I am pretty sure I was using the chrome 33.0.1750.152
rtp.conf
[general]
rtpstart=8000
rtpend=8100
icesupport=yes
stunaddr=stun.l.google.com:19302
sip.conf
[general]
udpbindaddr=0.0.0.0:5060
transport=ws
[4000]
type=friend
host=dynamic
secret=1234
context=sipml5
encryption=yes
avpf=yes
icesupport=yes
allow=ulaw
permit=192.168.1.0/255.255.255.0
[4001]
type=friend
host=dynamic
secret=1234
context=sipml5
encryption=yes
avpf=yes
icesupport=yes
allow=ulaw
permit=192.168.1.0/255.255.255.0
extensions.conf
[sipml5]
exten=>1000,1,Answer()
same=>n,Playback(demo-congrats)
same=>n,Hangup()
exten=>4000,1,Dial(SIP/4000)
exten=>4001,1,Dial(SIP/4001)
two users are 4000 and 4001 and when I dial 1000, I can hear demo-congrats playback for both.
Please do not say "it's highly experimental".. I did it before which means it's possible.