Commit Graph

25 Commits

Author SHA1 Message Date
marian 72f8657188 Added Channel parameters list to be set in all Channel messages. Update it from routing and chan.control.
git-svn-id: http://yate.null.ro/svn/yate/trunk@6339 acf43c95-373e-0410-b603-e72c3f656dc1
2019-01-14 09:54:04 +00:00
marian 8e9fcd275b Removed unused functions. Silenced unused variable warning.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5897 acf43c95-373e-0410-b603-e72c3f656dc1
2014-08-05 07:58:03 +00:00
paulc 37a72e4bc1 Added copyright notices to sources and scripts missing them.
Updated copyright notices for 2014.
Fixed end of lines in many files.


git-svn-id: http://yate.null.ro/svn/yate/trunk@5755 acf43c95-373e-0410-b603-e72c3f656dc1
2014-02-05 11:42:17 +00:00
paulc cf5d0fd71a Changed license terms in each source file to reference an external file.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5609 acf43c95-373e-0410-b603-e72c3f656dc1
2013-08-06 13:38:10 +00:00
marian d284c9f069 Terminate the file transfer consumer when 0 bytes received and expected file size is 0.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5500 acf43c95-373e-0410-b603-e72c3f656dc1
2013-04-26 13:37:05 +00:00
marian a52c828885 Allow a source's wait to drop interval to be set from message.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5495 acf43c95-373e-0410-b603-e72c3f656dc1
2013-04-26 11:47:28 +00:00
marian a345ff2216 Wait less when trying to lock the source. Avoid notifying error when requesting to send a 0 bytes length file.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5474 acf43c95-373e-0410-b603-e72c3f656dc1
2013-04-23 07:19:45 +00:00
marian f59e58fd99 Overwrite existing file if requested.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5441 acf43c95-373e-0410-b603-e72c3f656dc1
2013-04-12 12:50:15 +00:00
marian f916e52556 Create file path if requested.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5433 acf43c95-373e-0410-b603-e72c3f656dc1
2013-04-12 11:05:24 +00:00
marian 3cddebbc9e Allow a different file name to be sent to remote party when directing a call from file transfer module.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5431 acf43c95-373e-0410-b603-e72c3f656dc1
2013-04-11 13:34:18 +00:00
marian 94b6e06060 Make sure the user data pointer carried by handled message is a CallEndpoint one.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5287 acf43c95-373e-0410-b603-e72c3f656dc1
2012-10-01 11:00:30 +00:00
paulc cf70c17e74 Fixed the help lines of filetransfer to match all other modules.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5171 acf43c95-373e-0410-b603-e72c3f656dc1
2012-07-02 11:57:25 +00:00
marian 5db4f7fc05 Merged socks and file transfer modules changes from client branch into trunk.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3929 acf43c95-373e-0410-b603-e72c3f656dc1
2010-12-08 10:06:09 +00:00
paulc 682c4c9d2a Use static const Regexps wherever possible to speed up code.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3391 acf43c95-373e-0410-b603-e72c3f656dc1
2010-06-17 11:38:46 +00:00
paulc 6eeb68bb1a Added Channel::initChan() method to add the channel to the driver explicitely, after the object is fully constructed.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3033 acf43c95-373e-0410-b603-e72c3f656dc1
2010-01-26 10:31:32 +00:00
marian 4850f9077d The file transfer data source is now handling incomplete data forward.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2754 acf43c95-373e-0410-b603-e72c3f656dc1
2009-07-09 14:37:03 +00:00
marian 7c44035dfc Fixed target and parameters detection when parsing a command execute line. Fixed config param name.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2752 acf43c95-373e-0410-b603-e72c3f656dc1
2009-07-09 08:40:36 +00:00
paulc 8520218d2d Added flags to data forwarded through DataNodes.
The amount of consumed data is returned to the source.


git-svn-id: http://yate.null.ro/svn/yate/trunk@2745 acf43c95-373e-0410-b603-e72c3f656dc1
2009-07-02 09:24:33 +00:00
paulc 5499650213 Changed thread names to be uniform and easily readable.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2733 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-22 14:48:26 +00:00
paulc 2042e30ca4 Made DataSource inherit Mutex instead of having it as a field.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2614 acf43c95-373e-0410-b603-e72c3f656dc1
2009-05-05 20:49:05 +00:00
marian 637ce15a69 Fixed loaded time output message.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2545 acf43c95-373e-0410-b603-e72c3f656dc1
2009-03-26 15:45:10 +00:00
paulc d46d577cbd Moved length() and seek() methods to the Stream class so seekable streams can be implemented.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2513 acf43c95-373e-0410-b603-e72c3f656dc1
2009-03-05 13:10:31 +00:00
marian 0015e906ee The source and consumer are no adding the stored parameters to notification messages (except for progressing). The channel owning the source/consumer is now added in 'start' notification.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2489 acf43c95-373e-0410-b603-e72c3f656dc1
2009-02-20 18:05:45 +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
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