Commit graph

2206 commits

Author SHA1 Message Date
paulc
5ecf45ad97 Changed position of SVN revision so digits are separated from release code.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2216 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-18 15:48:44 +00:00
paulc
87ebc101e9 Fixed release formatting - without dashes.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2215 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-18 15:40:28 +00:00
paulc
fbd313c5dd Added way to put SVN revision in package.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2214 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-18 15:33:08 +00:00
marian
0ebbf48285 Fixed wrong spelling.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2213 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-18 14:53:42 +00:00
marian
96e346e045 Added spaces in ternary expressions and between operators and operands.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2212 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-18 14:41:30 +00:00
paulc
4fc327d0cb Unified dump file parameter name (layer2/layer3) between ISDN and SS7.
File type can be modified by extension (.hex/.txt/.raw)
Documented dump files in ysigchan.conf


git-svn-id: http://yate.null.ro/svn/yate/trunk@2211 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-18 14:18:25 +00:00
paulc
1d2788d89b Implemented generic signalling component control mechanism.
Protocol data dumping capability for several L2 and L3 components.
Data dumpers can be set at runtime from rmanager command with completion.


git-svn-id: http://yate.null.ro/svn/yate/trunk@2210 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-18 14:05:26 +00:00
marian
0d883bd7a8 Added methods to get/set UTF8 representation from/to QString objects. Replaced macros with method calls.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2209 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-18 12:49:05 +00:00
marian
47f4f104c7 Added methods to update (set/add/delete) one or more table row(s) in one operation. Use them where appropriate.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2208 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-18 10:08:02 +00:00
paulc
d9bf89c7d3 Make files written by Yate non-executable.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2207 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-17 17:08:27 +00:00
paulc
2a36be841a Added methods index() to find index of objects in a list.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2206 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-17 12:22:24 +00:00
paulc
eba177f500 Added still incomplete support for capturing ISDN data at runtime.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2205 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-16 19:28:32 +00:00
paulc
dc67319d01 Made Module::itemComplete public, use it in several more places.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2204 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-16 15:30:54 +00:00
marian
74ce0a148a Put a NUL after vsnprintf() buffer (needed only for Windows).
git-svn-id: http://yate.null.ro/svn/yate/trunk@2203 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-16 15:25:26 +00:00
paulc
c3135a1b52 Added a static helper method to complete one item, use it where applicable.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2202 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-16 13:30:04 +00:00
paulc
eacac53260 Added multi thread backtrace output via ./run --backtrace
git-svn-id: http://yate.null.ro/svn/yate/trunk@2201 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-16 12:34:16 +00:00
paulc
f1e51b2906 Added raw and SCCP dumper types.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2200 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-16 12:08:42 +00:00
marian
8e990678d8 Added stanza id param when sending transport to avoid session terminate is error is received.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2199 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-15 14:33:06 +00:00
marian
6050c0e169 Added parameter used to build UTC time instead of local one when formatting date/time.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2198 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-15 14:05:15 +00:00
marian
c90dc48041 Added parameter documentation.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2197 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-12 08:42:58 +00:00
marian
ea4a20a465 Added exiting flag to know when the client GUI application exited the main loop. Drop client channels when before exiting. Don't process proxy thread if the client is exiting.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2196 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-11 15:01:01 +00:00
marian
68acb14679 Fixed bug: check pointer before using it!
git-svn-id: http://yate.null.ro/svn/yate/trunk@2195 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-11 09:46:58 +00:00
marian
d3ef8225fa Use 'to' and 'from' attribute also to match a session for received elements.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2194 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-10 15:09:23 +00:00
paulc
67368c530f Fixed crash in signal/noise graph if noise > energy (happens without locking).
Under Windows no longer uselessly evaluate the graph strings if not XDEBUG.


git-svn-id: http://yate.null.ro/svn/yate/trunk@2193 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-09 15:14:39 +00:00
marian
e6953a47ae Fixed some debug messages.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2192 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-08 16:37:27 +00:00
marian
52e6b8ccaf Removed Pending state check for incoming sessions. Removed useless check when a sent stanza failed to be written to stream.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2191 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-08 16:36:49 +00:00
marian
ad5e5d7f3c Added engine.start handler used to notify logics (synchronize engine start with client initialize).
git-svn-id: http://yate.null.ro/svn/yate/trunk@2190 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-08 16:17:00 +00:00
marian
527b3892c4 Fixed error response element construction. Add received element's children, not the element itself.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2189 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-08 16:14:12 +00:00
marian
2bd1c8d20a Added methods to remove children from XML elements.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2188 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-08 16:12:13 +00:00
paulc
963a317055 Made music-on-hold command line parametrizable.
Fixed a lack of mutex locking during module reinitialization.


git-svn-id: http://yate.null.ro/svn/yate/trunk@2187 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-08 15:19:25 +00:00
paulc
34b3a56642 Moved the init script to the rpm subdir since it's not distro independent.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2186 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-08 14:10:26 +00:00
paulc
9eb941c7a4 Detect CentOS and create RPM for it.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2185 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-08 14:02:35 +00:00
marian
79b86051ae Jingle session: added option for stanza senders to receive result notification (timeout, write failure, etc). Fixed error stanza detection in stream.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2184 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-08 12:54:19 +00:00
marian
4d161680b7 Copy contact header from subscribe request to 200 response.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2183 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-05 11:43:51 +00:00
marian
c7620ef2e6 Fixed thread sleep time to avoid sleeping 0ms when requested a positive value less then 1000us (Windows only).
git-svn-id: http://yate.null.ro/svn/yate/trunk@2182 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-04 13:30:17 +00:00
marian
18a6b5bf79 Add extra children from resource.notify message when sending client presence.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2181 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-04 07:18:15 +00:00
paulc
5809d6dcd8 Forward the "billid" parameter through the call queue.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2180 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-03 13:36:40 +00:00
paulc
b150a293dc Fixed request URI and Contact header in SUBSCRIBE / NOTIFY.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2179 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-03 11:56:02 +00:00
paulc
ed17310dbc Fixed typo in name of MWI header - must be "Messages-Waiting".
git-svn-id: http://yate.null.ro/svn/yate/trunk@2178 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-02 14:54:40 +00:00
marian
30594d8c89 Set the window the active one if the name parameter equals the window's id.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2177 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-02 11:29:03 +00:00
marian
386437d97d Fixed bug that was preventing nameless DurationUpdate removal from logic.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2176 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-02 10:38:52 +00:00
marian
62008f0340 Moved some inline virtual methods from header to source file.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2175 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-02 10:13:07 +00:00
paulc
0c7f7519f5 Warn at install time about local lib path not in /etc/ld.so.conf.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2174 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-01 13:11:49 +00:00
paulc
9edee27ba6 Added back replacement counter incrementation.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2173 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-29 18:46:04 +00:00
paulc
01ab8214bb Removed the very unsafe recursive param replacing, it was never used.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2172 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-29 11:46:26 +00:00
marian
c91cbd37fb Now a QT window remembers its old id when created with an alias in order to be able to retrieve its section in config.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2171 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-28 15:48:03 +00:00
marian
7ce3725b50 Call setup() to install basic module message handlers.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2170 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-25 14:12:24 +00:00
paulc
18086c3444 Fixed caller number in outgoing calls.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2169 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-21 14:47:55 +00:00
paulc
2ca219e336 Added fast mutex and RefPointer to prevent source destruction while using it.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2168 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-18 15:14:58 +00:00
paulc
ecc6e71613 Fixed the Zaptel driver list cleanup.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2167 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-18 11:16:54 +00:00