Commit Graph

2550 Commits

Author SHA1 Message Date
marian 76d6ba93a4 Make sure the default point code configured for an ISUP call controller can be found in it's list of point codes.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2460 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-30 08:34:00 +00:00
marian 040b082afe Fixed bug: set base when converting date/time to avoid failure when date/time components start with 0.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2459 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-30 08:15:09 +00:00
paulc d3c76c3f66 Check that queued call leg is still present when call leg to operator starts.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2458 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-29 20:04:08 +00:00
marian c1125ab848 ClientLogic default constructor is now private. The other constructor is now protected.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2457 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-28 14:19:28 +00:00
paulc 12d996d30e Copy the "mohlist" parameter to chan.attach message if source is a MOH.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2456 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-27 13:25:39 +00:00
paulc 43d542db69 Fixed the MySQL library and thread initialization.
Deal with failed connection attempts, try to reconnect on initialize.


git-svn-id: http://yate.null.ro/svn/yate/trunk@2455 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-26 23:27:33 +00:00
maciej 45f1b5b75a resource dtmf handling improved
git-svn-id: http://yate.null.ro/svn/yate/trunk@2454 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-23 13:03:14 +00:00
marian 1cf06dd954 Avoid adding twice the crypto_key param to chan.rtp message.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2453 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-23 10:26:29 +00:00
paulc 03ca7cde3e Hang up queue operator call leg when incoming call is picked up.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2452 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-22 16:32:59 +00:00
paulc add837fc18 Added projects for Jingle features and file transfer modules.
The MGCP and YSIG libraries are now dynamic (DLL).

git-svn-id: http://yate.null.ro/svn/yate/trunk@2451 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-22 12:35:32 +00:00
marian 30270acb23 Set operation=login when registering an account.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2450 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-22 08:46:17 +00:00
paulc 1633437bfc Fixed and clarified documentation in coments.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2449 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-21 19:50:46 +00:00
paulc f26414d168 Added macros to implement getObject for classes that multiple inherit GenObject.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2448 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-21 14:50:12 +00:00
paulc 9b292f5868 Fixed some warnings and genuine bugs exposed by newer gcc.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2447 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-20 12:27:53 +00:00
paulc 23470f3d82 Added optional parameter for the default value returned by DataBlock::at().
git-svn-id: http://yate.null.ro/svn/yate/trunk@2446 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-20 11:44:24 +00:00
paulc 9fb0f52abb Added more data access methods to DataBlock.
Added unsigned indexing operator to ObjList to prevent unexpected conversions.


git-svn-id: http://yate.null.ro/svn/yate/trunk@2445 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-20 11:29:07 +00:00
marian 48bd0bb044 Fixed runtime window creation: find it by it's name if alias is empty.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2444 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-19 12:44:32 +00:00
paulc 33a48b426a Added link to sound files tarball.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2443 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-18 20:05:42 +00:00
paulc bcdef30339 Set the latest message in SIP client transactions. Compute user timeout from standard SIP timers.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2442 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-16 14:59:27 +00:00
paulc 496ed73cce Use the Human Interaction timer once we see any answer with code > 100
git-svn-id: http://yate.null.ro/svn/yate/trunk@2441 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-16 13:48:24 +00:00
marian 71b8ea2e62 Fixed bug: avoid keeping extra stream reference for incoming sessions.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2440 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-15 14:38:11 +00:00
marian 86bf0942a5 Lock driver while creating an outgoing connection to prevent presence processing by an incomplete connection.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2439 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-14 15:21:34 +00:00
marian e20f83055f Set reuse property for listener sockets. Added listeners status command. Set remote ip/port in chan.socks and chan.notify for server wrappers.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2438 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-14 12:59:30 +00:00
paulc b4a5a8cd9d Add a space at end of a config file line that ends with a backslash.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2437 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-14 11:58:18 +00:00
marian a13018c9c5 Transfer elements can now carry a subject. Fixed the response sent to a transfer response. Fixed content remove for non file transfer connections
git-svn-id: http://yate.null.ro/svn/yate/trunk@2436 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-14 11:38:25 +00:00
marian 49aa89c844 clearTable() can now be used to clear drop-down lists.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2435 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-14 10:14:27 +00:00
paulc f4e7cad0a0 Copy important call parameters to outgoing fax chan.startup message.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2434 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-13 20:24:28 +00:00
paulc 6c77bb78b7 A backslash as last character on a config line continues value on next line.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2433 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-13 19:20:15 +00:00
paulc 231275ff70 Pick default fax ident from caller or called depending on direction.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2432 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-13 18:41:04 +00:00
paulc c04a4a35f5 Fixed - again - SVN properties
git-svn-id: http://yate.null.ro/svn/yate/trunk@2431 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-13 11:32:45 +00:00
marian b01ac136c0 Added SOCKS module config file.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2430 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-13 11:23:59 +00:00
marian e92e215275 Changed default buffer length value.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2429 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-13 11:23:18 +00:00
paulc 71fd6c6534 Fixed EOL style of file in SVN.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2428 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-13 11:04:25 +00:00
marian 311d1e3ae4 Added config file for the file transfer module.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2427 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-13 10:26:41 +00:00
marian b6bd0aa2c5 The data source is now waiting a while before terminating the channel. Changed send interval default and minimum values.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2426 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-13 10:26:02 +00:00
paulc 7f6ea8e69a Trigger NAT detection if registration port changes
git-svn-id: http://yate.null.ro/svn/yate/trunk@2425 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-12 20:24:50 +00:00
marian 9e19254a61 Handle calendar widget notifications.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2424 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-12 09:39:50 +00:00
marian 60828a7cb5 Fixed epoch time conversion (start with the right year).
git-svn-id: http://yate.null.ro/svn/yate/trunk@2423 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-12 09:38:53 +00:00
paulc abbdf4202f Add the "position" parameter to the call.execute message for the queued call leg
since the notification is enqueued asynchronously and usually way too late.


git-svn-id: http://yate.null.ro/svn/yate/trunk@2422 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-09 15:31:09 +00:00
marian ee3366530f Fixed signed/unsigned comparison.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2421 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-09 15:29:22 +00:00
paulc 7f4fb01461 Work in progress.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2420 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-09 15:24:24 +00:00
paulc 3feb774bb3 Moved jingle specific modules away, load them on demand from jingle channel.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2419 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-09 15:21:26 +00:00
paulc 9f8215ba16 Moved jingle specific modules away, load them on demand from jingle channel.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2418 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-09 15:20:29 +00:00
marian f517fbb4ea Added jingle file transfer support.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2417 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-09 14:32:48 +00:00
marian 31350b4fbe Added File manipulation methods. Added Time conversion methods. Thread last error string can now be obtained from the system.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2416 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-09 14:30:05 +00:00
marian 4e51840e9e Added file transfer, socks and jingle features modules.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2415 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-09 14:18:07 +00:00
paulc 0b0392d026 Deref "no answer requested" message after handing it to the SIP engine.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2414 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-06 18:09:41 +00:00
paulc 5e4c97d11b Collect fax transfer info, emit them in the chan.hangup message.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2413 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-04 22:07:16 +00:00
paulc 60fedfe7b9 Detect and use the version of options sox supports for sample size.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2412 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-04 13:53:02 +00:00
paulc b319b7e605 Updated detection and fax channel to work with spandsp 0.0.6 pre3
git-svn-id: http://yate.null.ro/svn/yate/trunk@2411 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-03 19:36:40 +00:00