You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: The parameters that are not specified in CLI will taken be from the configuration file.
7. Now the script will compile the java files and start will the SIP Speaker and the Web Server
automatically on the specified IP and port
8. At this point you should be able to see
The Parameters that SIP Server and Web Server uses.
“The SIP Server is running on :<sip_port> …”
“Starting HTTP serv er on :<http_port> …”
9. To access Web Portal, open a web browser and type
“http://:”
10. For the clients UA, open any SIP Softphones, preferably Linphone or SJPhone and call to
the SIP Speaker/Server using the foloowing URI syntax
“sip:<server_username>@<ip/domain>:”
Note: Sometimes JMF requires to add the interfaces IP address (through which the communication happens) to the file "/etc/hosts"
Eg.
192.168.3.110 Your_Username <like Bob, Joe>
About
In this project, we have developed a SIP Server/Speaker (SIP UA) using JAVA, which can be considered as a robot which automatically answers to the incoming SIP calls. The SIP speaker will waits for the incoming call and answers when call is received from the Client. When the call is answered, a pre-configured voice message will be played out to …