Open GoogleCodeExporter opened 8 years ago
This is what sip.log says after pressing "Register":
2010-06-20 22:04:36,154 [NioProcessor-1] INFO
o.r.server.webapp.sip.Application - Red5SIP open creating sipUser for soft on
sip port 5074 audio port 3004 uid soft
2010-06-20 22:04:36,154 [NioProcessor-1] DEBUG
org.red5.server.webapp.sip.SIPUser - Constructor: sip port 5074 rtp port:3004
2010-06-20 22:04:36,155 [NioProcessor-1] DEBUG
org.red5.server.webapp.sip.SIPUser - login
2010-06-20 22:04:36,208 [NioProcessor-1] INFO
o.r.server.webapp.sip.Application - Red5SIP Client leaving app 36
2010-06-20 22:04:36,209 [NioProcessor-1] INFO
o.r.server.webapp.sip.Application - Red5SIP Client closing client soft
2010-06-20 22:04:36,209 [NioProcessor-1] DEBUG
org.red5.server.webapp.sip.SIPUser - close1
2010-06-20 22:04:36,210 [NioProcessor-1] DEBUG
org.red5.server.webapp.sip.SIPUser - hangup
2010-06-20 22:04:36,210 [NioProcessor-1] DEBUG
org.red5.server.webapp.sip.SIPUser - closeStreams
2010-06-20 22:04:36,211 [NioProcessor-1] DEBUG
org.red5.server.webapp.sip.SIPUser - unregister
2010-06-20 22:04:39,214 [NioProcessor-1] DEBUG
org.red5.server.webapp.sip.SIPUser - provider.halt
Original comment by wonde...@gmail.com
on 20 Jun 2010 at 8:05
In my trying of fixing this I firstly fixed the JS-Code to work in Firefox
(File is attached). I added alerts to the script to get the messages that come
back from the script. All i get is a "Phone Ready" on an irregular base.
Still there is no connection to asterisk.
I can see the stuff on the Red5-Console and in sip.conf when loading the Page
in Firefox. The username (soft) i passed with the HTML to the SWF actually
reaches the Red5server (it's in the output) but i still see nothing at all on
the asterisk CLI with high verbosity and sip debugging on.
I tried several versions of Red5 (latest, RC1 and at the moment the proposed
0.8.0)
I tried 0.38 and 0.37 of the Red5Phone.
As i really would love to get this thing to work I am wondering if the
JS-Version is working for anyone else? What's the right setting for "Realm". Do
i have to configure the value for "Realm" in Asterisk?
As i said, the other two versions (Flex, Laszlow) work fine for me, but I need
the JS-Version for my testings, because it's the most flexible one.
Any help?
Tnx.
Original comment by wonde...@gmail.com
on 22 Jun 2010 at 9:39
Attachments:
Correc the DOM access using javascript.
for example:
html:
<input id="phoneno" name="myid" />
javascript:
correct: phoneno.value = "3210000"
error & wrong: myid.value = "222"
Original comment by shamun.toha@gmail.com
on 31 Jul 2010 at 9:51
Original issue reported on code.google.com by
wonde...@gmail.com
on 20 Jun 2010 at 7:35