Commit Graph

1153 Commits

Author SHA1 Message Date
paulc a9db4dc64c Removed call.preroute message, added chan.startup message, renamed call.hangup
to chan.hangup, many message related fixes.


git-svn-id: http://voip.null.ro/svn/yate@207 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-16 04:39:36 +00:00
paulc 79ec0a6168 Worked around a warning / AMD64 va_list initialization error.
git-svn-id: http://voip.null.ro/svn/yate@206 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-16 02:32:40 +00:00
paulc 7471c65c0e *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@205 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-16 00:24:26 +00:00
paulc e88e38380c Fixed String = 0 assignments resulting in "0" instead of desired ""
git-svn-id: http://voip.null.ro/svn/yate@204 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-15 18:41:25 +00:00
paulc 9fc77a6d90 Fixed possible ternary operator ? : bug.
git-svn-id: http://voip.null.ro/svn/yate@203 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-15 18:34:22 +00:00
paulc a894ac1fd0 Fixed yet another ternary ? : operator bug.
git-svn-id: http://voip.null.ro/svn/yate@202 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-15 18:22:08 +00:00
paulc f27c86b19a Bugfix in handler reg. in regfile.
Ringtime media support when rtp forwarding.


git-svn-id: http://voip.null.ro/svn/yate@201 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-14 17:54:48 +00:00
paulc 48f7234df1 Fixed some ambiguous ? : ternary operators revealed during cross-compilation.
git-svn-id: http://voip.null.ro/svn/yate@200 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-14 16:29:45 +00:00
paulc 63ded8608d Fixed default MessageRelay priority.
Regexroute can now process arbitrary messages.


git-svn-id: http://voip.null.ro/svn/yate@199 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-13 22:46:31 +00:00
paulc ce6512d8cf Added option to ignore the address in Via headers.
git-svn-id: http://voip.null.ro/svn/yate@198 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-12 16:13:23 +00:00
paulc f97a7d2509 Added -fPIC so it builds on AMD64 which requires it for shared object files.
git-svn-id: http://voip.null.ro/svn/yate@197 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-12 14:52:28 +00:00
paulc 7242bae1f5 Fixed a retransmission misdetect
git-svn-id: http://voip.null.ro/svn/yate@196 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-12 13:58:52 +00:00
paulc d3c1e41ded *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@195 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-12 13:34:08 +00:00
paulc 82632f63b6 *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@194 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-12 13:26:08 +00:00
paulc 6e3e2a6f3c H323 warns about impossibility to forward RTP due to no remote media address.
SIP passes any disconnect reasons in the 487 answer.


git-svn-id: http://voip.null.ro/svn/yate@193 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-12 12:53:13 +00:00
paulc 3ad0991821 Debug level changed for non-transaction 2xx ACK
git-svn-id: http://voip.null.ro/svn/yate@192 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-12 12:51:00 +00:00
paulc 0c7c068b16 Worked around a compiler bug in const casting.
git-svn-id: http://voip.null.ro/svn/yate@191 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-11 19:01:09 +00:00
paulc fd178b2ffd Misc bugfixes.
git-svn-id: http://voip.null.ro/svn/yate@190 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-11 18:06:37 +00:00
paulc 8ec9e35791 Dynamically removing remote unsupported capabilities from H323.
Fully asynchronous wave consumer disconnect.


git-svn-id: http://voip.null.ro/svn/yate@189 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-11 17:05:48 +00:00
paulc 456b4cbbaa Changed pass-trough codec filtering.
git-svn-id: http://voip.null.ro/svn/yate@188 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-11 14:27:00 +00:00
paulc a4a9e083a9 Default config file name matches executable name
git-svn-id: http://voip.null.ro/svn/yate@187 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-10 17:57:37 +00:00
paulc fe25d58733 *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@186 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-10 14:17:13 +00:00
paulc 0d62b16e3a Fixed RTP start in outgoing SIP connections.
git-svn-id: http://voip.null.ro/svn/yate@185 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-10 04:46:55 +00:00
paulc af1f74c223 Add dialog tag to ACK messages.
git-svn-id: http://voip.null.ro/svn/yate@184 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-10 04:33:15 +00:00
paulc ee696be278 Cleaned up Qt client.
OSS channel actually answers incoming calls.


git-svn-id: http://voip.null.ro/svn/yate@183 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-10 04:13:36 +00:00
paulc ec9c0799b2 Change log additions and a last minute patch.
git-svn-id: http://voip.null.ro/svn/yate@182 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-10 02:59:42 +00:00
paulc 065d2ab94a Added spooky's changes to the Qt client
git-svn-id: http://voip.null.ro/svn/yate@181 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-10 02:32:57 +00:00
paulc dbbd564a9b Attempt to autodetect the nonportable pthread kill all other threads.
YSIP channel supports reinvite and config file (for codecs for now).


git-svn-id: http://voip.null.ro/svn/yate@180 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-10 01:40:05 +00:00
paulc 734b91e980 Untested reinvite support.
git-svn-id: http://voip.null.ro/svn/yate@179 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-10 00:45:54 +00:00
paulc e176ae8dc4 Improved detection of Qt-3 headers. Fixed (disabled for now) reinvites in SIP.
git-svn-id: http://voip.null.ro/svn/yate@178 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-09 20:10:44 +00:00
paulc da7178975e Cleanup at engine exit
git-svn-id: http://voip.null.ro/svn/yate@177 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-09 19:11:33 +00:00
paulc efdf6725de *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@176 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-09 09:19:41 +00:00
paulc d72b5ec1a5 *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@175 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-09 08:22:07 +00:00
paulc fac43c9521 Yet Another OSS Bug.
git-svn-id: http://voip.null.ro/svn/yate@174 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-09 08:15:54 +00:00
paulc 5f203c07f0 *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@173 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-09 07:29:07 +00:00
paulc 4c96275346 *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@172 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-09 07:23:23 +00:00
paulc 536f8623e8 Added "contrib" target.
git-svn-id: http://voip.null.ro/svn/yate@171 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-09 07:12:28 +00:00
paulc 4d376ac5e6 Added some more engine messages during startup and exit.
git-svn-id: http://voip.null.ro/svn/yate@170 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-09 06:42:56 +00:00
paulc d6ffa853a7 Added reference to pkg-config.
git-svn-id: http://voip.null.ro/svn/yate@169 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-09 06:27:11 +00:00
paulc 16c0fcc8d5 Moved .so symlink to devel package.
git-svn-id: http://voip.null.ro/svn/yate@168 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-09 06:19:58 +00:00
paulc 232d48fb63 Added missing file.
git-svn-id: http://voip.null.ro/svn/yate@167 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-09 06:13:28 +00:00
paulc dc4b779817 Build system and packaging changes.
The yate library is now versioned.


git-svn-id: http://voip.null.ro/svn/yate@166 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-09 06:05:02 +00:00
paulc b4a67ba1ab Fixed refcounting in oss and message names in oss and qtclient.
Searching one more directory for Qt-3.


git-svn-id: http://voip.null.ro/svn/yate@165 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-08 19:26:26 +00:00
paulc e9abf9f6d4 Wrote alternative method of listing registered capabilities for newer versions
of OpenH323 that use a PFactory.


git-svn-id: http://voip.null.ro/svn/yate@164 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-08 15:42:47 +00:00
paulc 5dc4a76c43 Added the possibility of declaring fake codecs.
Updated comments in config file.


git-svn-id: http://voip.null.ro/svn/yate@163 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-06 19:36:53 +00:00
paulc 36ae7dcfe5 Added textual call end reason.
git-svn-id: http://voip.null.ro/svn/yate@162 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-06 16:20:51 +00:00
paulc ecdc505aba Increased buffer size to accomodate an UDP datagram.
Removed an initialization that broke x86_64 - unfortunately it results in a
harmless warning.


git-svn-id: http://voip.null.ro/svn/yate@161 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-06 15:33:35 +00:00
paulc 815c238eaa Properly taking the answer address from top Via line.
git-svn-id: http://voip.null.ro/svn/yate@160 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-06 15:32:16 +00:00
paulc ad15575842 Codec names are taken from the list.
git-svn-id: http://voip.null.ro/svn/yate@159 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-06 01:27:34 +00:00
paulc a9d16fc9fc *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@158 acf43c95-373e-0410-b603-e72c3f656dc1
2005-01-05 06:38:21 +00:00