pgaval / red5phone

Automatically exported from code.google.com/p/red5phone
0 stars 0 forks source link

sip peers show same ip number #152

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Asterisk
2. Red5
3. red5phone

What is the expected output? What do you see instead?
I created two user at sip.conf.I activate this two user using red5phone at two 
different ip number.
When I checked at asterisk using CLI->sip show peers, it showed same ip number.
Name/username              Host            Dyn Nat ACL Port     Status    
717/717                    10.151.32.26     D   N      38841    OK (173 ms)
1922/1922                  10.151.32.26    D          5060     OK (17 ms)

I expected it will show different ip number.

What version of the product are you using? On what operating system?
Asterisk v0.66
Red5 v0.8

Please provide any additional information below.

Original issue reported on code.google.com by frenalfa...@gmail.com on 10 May 2011 at 7:06

GoogleCodeExporter commented 9 years ago
SIP client is on the Red5 server and NOT inside Flex. All clients WILl have the 
same ip address of the Red5 server but on different ports 507x

Original comment by olajide....@gmail.com on 13 May 2011 at 10:53

GoogleCodeExporter commented 9 years ago
oh, I see. The user identification is port number. Is it right that SIP client 
is MJSip?

Original comment by frenalfa...@gmail.com on 17 May 2011 at 10:04

GoogleCodeExporter commented 9 years ago
yes, SIP client is MjSIP

Original comment by olajide....@gmail.com on 18 May 2011 at 3:49

GoogleCodeExporter commented 9 years ago
at method presetup, I find
var tempConfig:Object = ExternalInterface.call("red5phone_getConfig");
May red5phone_getConfig is javascript function?

Original comment by frenalfa...@gmail.com on 23 May 2011 at 2:09