sksushilkumar / red5phone

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

Is it possible to dial without registering on SIP server? #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have asterisk that allows incoming calls without registration (so anyone 
can dial into it). Is it possible to dial by red5phone into those 
extensions without having user/password on asterisk?

Original issue reported on code.google.com by lessa...@gmail.com on 9 Feb 2010 at 7:31

GoogleCodeExporter commented 9 years ago
I don't think so, I have been trying to get it to work and I got it to make 
calls, 
it does connect to asterik and connects to another asterisk extension, the 
called 
extension rings but once I pick up I can't hear anythin on either side. On the 
PC 
running the Red5Phone client on web I can't hear the ring tones. 

I use the extensions number and extension's password. 

Original comment by e.chong...@gmail.com on 18 Feb 2010 at 10:46

GoogleCodeExporter commented 9 years ago
hi
it is possible to dial without registartion, but you need do your own flex 
application that call to the correct function on the server.
if you call the "open" function its do registration if you call "login" 
function it 
will not register. still you will need provide all the account details and 
domain so 
if your asterisk challenge invite with 407 the flash will use the provided data 
to 
authenticate the call.
if your asterisk do not authenticate nothing you still need some "fake" data to 
give 
in the flash phone to built correct sip message like what you want to be show 
on the 
FROM: header and offcourse to wat Asterisk domain to send the Invite.
i have been doing click 2 talk components usnig this projects when it do not 
register.
as menetioned above you will need create your own flex and compile it for this 
to 
work.

Lior

Original comment by lior.her...@gmail.com on 3 Mar 2010 at 5:13