sksushilkumar / red5phone

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

Separate registration from the connection in flex red5phone #111

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I'm using flex red5phone and I need to separate the registration (to 
asterisk) from the connection (to red5 server) as it happens in openlaszlo 
red5phone. 
Can you help me or can you explain me how is structured the "login" button?

I'm creating a call-center and I don't need the registration (i use the 
asterisk's "insecure" property).
I've also tried to use the asterisk's "autocreatepeer" property (with wich 
I would not need to modificate flex red5phone) but this property doesn't 
allowed to make call.
Thanks

Original issue reported on code.google.com by ramashan...@gmail.com on 14 May 2010 at 10:15

GoogleCodeExporter commented 9 years ago
You must let flex/javascript way login to your SIP server first. Then red5 
server provides or arrange the port mapping. Thats they idea, you can't just 
avoid doing this!

1. Check out the file <red5_path>/webapps/sip/flex/config.xml

Original comment by shamun.toha@gmail.com on 31 Jul 2010 at 9:56