yate/modules/server
Manawyrm 8c8078ca41 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-26 16:26:07 +00:00
..
.cvsignore Directory reorder #3 2007-11-15 23:06:36 +00:00
accfile.cpp Added setting to execute account operations on reload. 2020-07-13 14:27:52 +00:00
analog.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
analogdetect.cpp Fixed a number of unused member variables. 2014-07-31 13:54:23 +00:00
cache.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
callcounters.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
ccongestion.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
ciscosm.cpp Properly check normal/emergency alignment when trying to align. 2014-11-27 14:57:13 +00:00
clustering.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
cpuload.cpp Fixed a GCC 6 build error: C++11 requires a space between literal and string macro. 2016-01-20 10:23:35 +00:00
dbpbx.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
dbwave.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
eventlogs.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
heartbeat.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
lateroute.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
lksctp.cpp Fixed SCTP validity checks for association vs primary peer. 2018-01-25 14:29:16 +00:00
mgcpca.cpp Protect and check the MGCP GW address if changing it. 2020-03-31 16:30:56 +00:00
mgcpgw.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
monitoring.cpp Fixed TokenDict arrays not ending with token and value set to 0. 2019-01-18 09:46:21 +00:00
mrcpspeech.cpp Added extra checks for race conditions where CallEndpoint::setEndpoint() may fail. 2017-01-27 11:25:29 +00:00
mysqldb.cpp Handle possible missing declaration of MySQL type my_bool as its definition was removed in version > 8.0.1. 2021-06-01 14:04:29 +00:00
park.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
pbxassist.cpp Added method for URI escaping an entire list of characters. 2017-02-16 11:24:25 +00:00
pgsqldb.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
presence.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
queues.cpp Fixed a number of unused member variables. 2014-07-31 13:54:23 +00:00
queuesnotify.cpp Fixed bug: properly initialize class member from constructor parameter. 2014-03-20 11:24:32 +00:00
regfile.cpp Return extra configuration parameters for users in user.auth response also. 2019-04-01 12:56:30 +00:00
register.cpp Added handling of CDR operation "status" in the register module. 2016-11-15 16:44:44 +00:00
sigtransport.cpp Added a helper class SocketRef and use it instead of all ad-hoc similar classes. 2018-02-20 11:58:02 +00:00
sipfeatures.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
sqlitedb.cpp Fixed a memory leak returning data from the SQLite module. 2016-11-07 17:54:44 +00:00
subscription.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
tdmcard.cpp Fixed two invalid false to null conversions. 2016-01-20 10:29:46 +00:00
users.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
wpcard.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
wpcardw.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
yradius.cpp Fixed vendor value build from individual octets: avoid generating wrong values when octets are promoted to int. 2018-03-13 13:07:51 +00:00
ysigchan.cpp preserve transfer-capability in Q.931 -> Q.931 calls 2022-03-08 08:26:42 +01:00
ysnmpagent.cpp Fixed a GCC 6 build error: C++11 requires a space between literal and string macro. 2016-01-20 10:23:35 +00:00
zapcard.cpp Add new span parameter to zapcard, removing the need for offset calculations 2022-10-26 16:26:07 +00:00