mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-11 11:38:41 +01:00
Domain name "sip-proxy.iopsys.eu" is used for URI and proxy instead of IP address. In order to make it work, the proxy server's configuration needs to be updated for accepting sip-proxy.iopsys.eu as domain instead of IP address by default for kamailio example. $ diff /etc/kamailio/kamailio.cfg.orig /etc/kamailio/kamailio.cfg 176c176 < # alias="sip.mydomain.com" --- > alias="sip-proxy.iopsys.eu" On the DUT, run the following to add a domain name entry in dnsmasq for sip-proxy.iopsys.eu. uci add dhcp domain uci set dhcp.@domain[-1].name='sip-proxy.iopsys.eu' uci set dhcp.@domain[-1].ip="10.100.1.254" # Replace 10.100.1.254 with the actual IP in your environment uci commit dhcp /etc/init.d/dnsmasq restart Then restart evoice at the last step. |
||
|---|---|---|
| .. | ||
| files/etc | ||
| Makefile | ||