yate/modules
Manawyrm 8a6c138dc7 Add new span parameter to zapcard, removing the need for offset calculations
DAHDI has nice readable names for each span, there's no need to do any channel
calculations by hand. This change searches for a span with the specified name
and will use it's offset as the channel offset.

[octoi]
type=E1
offset=279

[auerswald]
type=E1
offset=31

becomes:

[octoi]
type=E1
span=trunkdev/octoi/0

[auerswald]
type=E1
span=TE8/0/2

which should be more reliable and less error-prone in the long run.
2022-10-30 12:52:21 +00:00
..
client Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
jabber Added a helper class SocketRef and use it instead of all ad-hoc similar classes. 2018-02-20 11:58:02 +00:00
qt4 Fixed TokenDict arrays not ending with token and value set to 0. 2019-01-18 09:46:21 +00:00
radio Fixed concatenation of strings to work with modern C++ compilers. 2019-03-13 15:16:40 +00:00
server Add new span parameter to zapcard, removing the need for offset calculations 2022-10-30 12:52:21 +00:00
sig Fixed TokenDict arrays not ending with token and value set to 0. 2019-01-18 09:46:21 +00:00
sip Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
test Added trackname and filter to msgdelay message handler. 2021-09-28 11:05:45 +00:00
.cvsignore Directory reorder #3 2007-11-15 23:06:36 +00:00
Makefile.in Added G.722 codec from the WebRTC code. 2019-11-06 18:31:54 +00:00
amrnbcodec.cpp Removed useless undefined method. 2017-08-10 08:28:22 +00:00
analyzer.cpp Added separate (global) mutex used to protect access to Channel::m_status. Removed unsafe public method used to obtain it. Added methods used to safely obtain a copy of it. 2020-05-29 14:03:35 +00:00
callfork.cpp Fixed bugs. Avoid adding an executed slave which already lost its master, avoid adding a slave to list if it is going to be destroyed (avoid re-entering in call continue). Made ForkMaster and ForkSlave debug enablers, allow setting a debug level in master. Improved debug. 2021-05-28 11:50:18 +00:00
callgen.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
cdrbuild.cpp Lowered default level for untracked channels debug message. 2020-04-24 11:10:50 +00:00
cdrcombine.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
cdrfile.cpp Added setting for new CDR file permissions, defaults to 0640. 2017-03-15 11:09:41 +00:00
conference.cpp Adapt buffer sizes to the sampling rate. 2020-09-28 08:26:42 +00:00
dumbchan.cpp Add option to stop execution of an outgoing call. 2020-04-22 10:59:48 +00:00
efrcodec.cpp Added GSM-EFR codec support and transcoder. 2015-02-26 10:26:51 +00:00
enumroute.cpp Allow overriding from (pre)routing the ENUM domains used. 2019-11-18 16:00:19 +00:00
extmodule.cpp Fixed bug in usually ignored settime operation response. 2021-05-18 18:17:49 +00:00
faxchan.cpp Added Channel parameters list to be set in all Channel messages. Update it from routing and chan.control. 2019-01-14 09:54:04 +00:00
fileinfo.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
filetransfer.cpp Added Channel parameters list to be set in all Channel messages. Update it from routing and chan.control. 2019-01-14 09:54:04 +00:00
g722webrtc.cpp Added G.722 codec from the WebRTC code. 2019-11-06 18:31:54 +00:00
gsmcodec.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
gvoice.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
h323chan.cpp Added Channel parameters list to be set in all Channel messages. Update it from routing and chan.control. 2019-01-14 09:54:04 +00:00
ilbccodec.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
ilbcwebrtc.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
isaccodec.cpp Fixed PLC for the iSAC codec, caused memory corruption and crashes. 2014-10-21 11:56:46 +00:00
javascript.cpp Cleanup created script instances if they failed to run. 2022-03-02 15:32:00 +00:00
moh.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
msgsniff.cpp Bug fix for issue introduced in revision 6510: if filter is not present, match all messages instead of matching none. 2021-08-17 14:47:46 +00:00
mux.cpp Added support for WB and UWB audio formats. 2020-11-03 11:30:40 +00:00
openssl.cpp Invalidate a SSLSocket in constructor if building a new SSL context fails. 2021-06-01 14:00:14 +00:00
pbx.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
regexroute.cpp Initialize global RegexConfig. Release it on plugin destruction to avoid memcheck reporting memory leak. 2022-02-17 09:53:13 +00:00
rmanager.cpp Added rmanager "date" command to show current date / time. 2021-03-12 12:20:02 +00:00
speexcodec.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
tonedetect.cpp Added extra checks for race conditions where CallEndpoint::setEndpoint() may fail. 2017-01-27 11:25:29 +00:00
tonegen.cpp Add option to stop execution of an outgoing call. 2020-04-22 10:59:48 +00:00
wavefile.cpp Fixed the .au header to contain the optional annotation required by some tools. 2020-11-03 16:36:51 +00:00
wiresniff.cpp Added to build and fixed the Wireshark sniffer and the G.722 codec. 2019-11-13 13:00:08 +00:00
yiaxchan.cpp Added G.722 codec from the WebRTC code. 2019-11-06 18:31:54 +00:00
yjinglechan.cpp Added separate (global) mutex used to protect access to Channel::m_status. Removed unsafe public method used to obtain it. Added methods used to safely obtain a copy of it. 2020-05-29 14:03:35 +00:00
yrtpchan.cpp Added 2 channel slin/alaw/mulaw to rtp payloads dictionary. 2021-04-19 09:34:41 +00:00
ysipchan.cpp Allow SIP generated messages via xsip.generate to send ISUP data. 2022-03-03 09:23:10 +00:00
ysockschan.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
ystunchan.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
zlibcompress.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00