Calls to SIP without invoking SIP REGISTER

HelloWorld

New Member
I'm trying to setup calls without SIP registration. I have a SIP-trunk and want to run calls using some Click-To-Call scanario. Can I diable SIP-REGISTER somehow?
I suppose there should be a possibility to do this for example, if the sIP trunk doesn't support REGISTER or registratin is not required, like if outgoing calls are all permitted from the given network (office).
 

Max

Administrator
Staff member
Simply edit the flashphoner.xml file and set register_required to false, then it should work.
 

HelloWorld

New Member
Seems working indeed. But it also seems like the call goes after the second attempt only. Parameters specified in flashphoner.properties on the server and in flashphoner.xml are correct.
 

Max

Administrator
Staff member
Most likely, connection is not yet established when you try to cal for the first time. You should make a call when the connection to the server is established and the notifyConnected invocation comes from the server.
 
Top