telephony
telephony copied to clipboard
The telephony packages feed
Maintainer: @jslachta Environment: OpenWRT 23.05.3 on Zyxel NBG6716 ath79 / mips_24kc Description: I Installed OpenWRT 23.05.3 with Asterisk 20 on a Zyxel NBG6716 Router with all my other required modules...
Add paending patch moving package to PCRE2 as PCRE is EOL and won't receive any updates anymore. These patch were run uder the freeswitch CI and were validated with their...
https://github.com/openwrt/telephony/blob/22dd505025e0c39f32a99ba048662133bbeb4bb6/net/siproxd/files/siproxd.init#L45 For interfaces with physical devices like eth0, eth1... the layer 2 device is set even if the interface is down, but for the rest to have a l3_device set,...
Maintainer: @jslachta Environment: x86_64, generic, HEAD Description: Looking at the `conffiles` definition in the `Makefile`, it's not clear it's correct. Instead of enumerating the files in `/etc/asterisk/` it would make...
I am using the stun plugin. On startup, siproxd tries to resolve the stun server address, this fails because my PPP connection takes some seconds to come up. When then...
If I try to add `option registration_file /opt/data/siproxd/siproxd-general.reg` to siproxd config file, the setting is lost and not processed. Without a value for `registration_file` in config file, the generated `siproxd-general.conf`...
…be set siproxd will not work without if_inbound and if_outbound defined in the config file. Tell meaningful error about interface_inbound and interface_outbound Maintainer: @micmac1 Signed-off-by: Azureit [email protected]
Problem on 22.03.rc4&5, did't see it on 21.02.3 After boot my device is registered to my sip provider, according to their website. However, when I try to phone myself I...
Hi everyone, i'm trying build pjproject (2.10) as client without asterisk server in openwrt. i have followed the files contained in the pjproject folder of the openwrt 21.02 github version....
Maintainer: @jslachta Description: I have seen in /etc/init.d/adblock https://github.com/openwrt/packages/blob/19fcff09107ab9b03331e433a1750c826c3747dd/net/adblock/files/adblock.init#L348-L371 you can use ```procd_add_interface_trigger``` to restart the service by status of network interfaces. Works for me with ``` option adb_trigger 'wan'...