Skip to main content
Version: v4 (Stable)

Setup Without Proxy

In this configuration, ALERT calls SIP phones or softphones directly. Since there is no intermediary (proxy or PBX) for routing calls, ALERT must know the IP addresses of each device.

Network diagram — setup without proxy

SIP Driver

Use the default SIP protocol values. The IP address specified is that of the machine where the devices to contact are located. This same address also allows devices to contact ALERT.

The URI of the user matches the ALERT call number dialed from SIP phones. The URI format is:

"Displayed name"<sip:name@domain>

SIP driver configuration

User Record

For the number to call, you must indicate the complete SIP address (URI) of the correspondent:

sip:username@ipaddress:port

The port is optional if you use the default SIP port: 5060.

User record — SIP address field

Usage Examples

This configuration is used for small installations or for testing. SIP equipment is not managed centrally. It also allows you to have a softphone on the same machine as ALERT.

For example, if ALERT is on machine 192.168.0.1 and a softphone is installed on the same machine:

  • ALERT listens on port 5080: sip:alert@192.168.0.1:5080
  • Softphone listens on the default port 5060: sip:username@192.168.0.1