Commit Graph

1466 Commits

Author SHA1 Message Date
paulc d32c220960 Directory reorder #3
git-svn-id: http://voip.null.ro/svn/yate@1476 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-15 23:06:36 +00:00
paulc b30c869a4e Directory reorder #2
git-svn-id: http://voip.null.ro/svn/yate@1475 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-15 22:21:43 +00:00
paulc 0a3b86d8f4 Directory reorder #1
git-svn-id: http://voip.null.ro/svn/yate@1474 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-15 22:08:39 +00:00
paulc 1039ea7520 Catch up multiple CVS commits by marian
git-svn-id: http://voip.null.ro/svn/yate@1473 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-15 20:34:41 +00:00
paulc 6b652ea470 Allow routing full URIs to registered accounts.
git-svn-id: http://voip.null.ro/svn/yate@1472 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-07 17:58:15 +00:00
paulc dbe72fcf10 Remember the hold channel ID only after the routing succeeds.
git-svn-id: http://voip.null.ro/svn/yate@1471 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-07 17:22:50 +00:00
paulc 91170fa4ee Added warning messages for operation fail reasons.
git-svn-id: http://voip.null.ro/svn/yate@1470 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-06 15:49:36 +00:00
paulc 1b7bb99176 Raw SIP message display is now filtered by the same rules as the channels.
git-svn-id: http://voip.null.ro/svn/yate@1469 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-06 00:11:17 +00:00
paulc 948ac9b8f4 Block in creation of new messages until the return of initial call.execute
is noticed and the channel connected. Fixes connect related race issues.


git-svn-id: http://voip.null.ro/svn/yate@1468 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-05 19:25:34 +00:00
paulc 2948c61597 Added "echo" command to report or change remote echo status. Pressing
enter on an empty line does output back an empty line.


git-svn-id: http://voip.null.ro/svn/yate@1467 acf43c95-373e-0410-b603-e72c3f656dc1
2007-10-30 14:13:13 +00:00
paulc e9fa93c5a4 Removed unused last parameter of copyParams(). Modified some comments to
make clear that error checking is not needed, not just skipped arbitrarily.


git-svn-id: http://voip.null.ro/svn/yate@1466 acf43c95-373e-0410-b603-e72c3f656dc1
2007-10-29 17:54:56 +00:00
paulc f670fcd6ec Fixed zero-padding of negative math operation results.
git-svn-id: http://voip.null.ro/svn/yate@1465 acf43c95-373e-0410-b603-e72c3f656dc1
2007-10-29 17:53:22 +00:00
paulc 373b77ee7c Error check uriUnescape() calls, return invalid URI if reaching an invalid
escape sequence.


git-svn-id: http://voip.null.ro/svn/yate@1464 acf43c95-373e-0410-b603-e72c3f656dc1
2007-10-29 17:52:40 +00:00
paulc 8360894809 Fixed possible integer truncation when converting Strings to integers.
Added local helper strtoi() that deals with the problem.


git-svn-id: http://voip.null.ro/svn/yate@1463 acf43c95-373e-0410-b603-e72c3f656dc1
2007-10-29 17:51:45 +00:00
paulc e560d2447e Added current state in key collect debugging messages.
git-svn-id: http://voip.null.ro/svn/yate@1462 acf43c95-373e-0410-b603-e72c3f656dc1
2007-10-28 22:30:51 +00:00
paulc edbda659ae Added "maxusers" parameter in all notification messages.
git-svn-id: http://voip.null.ro/svn/yate@1461 acf43c95-373e-0410-b603-e72c3f656dc1
2007-10-28 21:05:44 +00:00
paulc ca4b734b33 Start counting time position after successfully reading from file.
Alleviates problems caused by slow file systems.


git-svn-id: http://voip.null.ro/svn/yate@1460 acf43c95-373e-0410-b603-e72c3f656dc1
2007-10-24 17:34:14 +00:00
paulc 0168449c2c Properly replace matches and parameters in pasted keys.
git-svn-id: http://voip.null.ro/svn/yate@1459 acf43c95-373e-0410-b603-e72c3f656dc1
2007-10-19 12:25:55 +00:00
marian a8925b6777 Fixed comment
git-svn-id: http://voip.null.ro/svn/yate@1458 acf43c95-373e-0410-b603-e72c3f656dc1
2007-10-16 14:42:40 +00:00
paulc c713db5112 Applied Mikma's patch for MySQL options detection.
git-svn-id: http://voip.null.ro/svn/yate@1457 acf43c95-373e-0410-b603-e72c3f656dc1
2007-10-14 07:53:49 +00:00
marian bfde778cc6 Added call progress notification handling. Fixed driver setup
git-svn-id: http://voip.null.ro/svn/yate@1456 acf43c95-373e-0410-b603-e72c3f656dc1
2007-10-11 08:24:39 +00:00
marian 3360d4438b Added transaction method to send call proceeding.
git-svn-id: http://voip.null.ro/svn/yate@1455 acf43c95-373e-0410-b603-e72c3f656dc1
2007-10-11 08:09:43 +00:00
marian 7dbc89da3b Documented config option
git-svn-id: http://voip.null.ro/svn/yate@1454 acf43c95-373e-0410-b603-e72c3f656dc1
2007-10-05 07:50:50 +00:00
paulc dd0da24598 Fixed fetching next result set - fixes bug 0000086.
git-svn-id: http://voip.null.ro/svn/yate@1453 acf43c95-373e-0410-b603-e72c3f656dc1
2007-09-28 14:52:57 +00:00
marian 1bdfc45e46 Called's party username can be set on outgoing calls. Fixed bug: incoming REFER requests are now corectly responded if failed to be routed
git-svn-id: http://voip.null.ro/svn/yate@1452 acf43c95-373e-0410-b603-e72c3f656dc1
2007-09-20 08:56:02 +00:00
marian d00b992fa4 Changed output on status command
git-svn-id: http://voip.null.ro/svn/yate@1451 acf43c95-373e-0410-b603-e72c3f656dc1
2007-09-05 08:57:04 +00:00
marian 5e7bca42ec Changed some debug levels
git-svn-id: http://voip.null.ro/svn/yate@1450 acf43c95-373e-0410-b603-e72c3f656dc1
2007-09-05 08:44:10 +00:00
marian eb8ca05fdc Added status parameters. Changed some debug
git-svn-id: http://voip.null.ro/svn/yate@1449 acf43c95-373e-0410-b603-e72c3f656dc1
2007-09-04 14:30:27 +00:00
paulc 86c41517e3 Accept "t" and "f" as boolean representations, helps in SQL conversions.
git-svn-id: http://voip.null.ro/svn/yate@1448 acf43c95-373e-0410-b603-e72c3f656dc1
2007-09-01 15:04:29 +00:00
marian 1c013072ac Added options to flush read/write/events buffers
git-svn-id: http://voip.null.ro/svn/yate@1447 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-29 13:08:18 +00:00
marian 089622f8b1 Added channel type to ZapDevice
git-svn-id: http://voip.null.ro/svn/yate@1446 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-28 14:49:45 +00:00
marian 8441e6b614 Fixed echo cancel for voice circuits
git-svn-id: http://voip.null.ro/svn/yate@1445 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-28 09:41:07 +00:00
marian a660d1011f Added analog channels support
git-svn-id: http://voip.null.ro/svn/yate@1444 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-28 06:30:48 +00:00
paulc 1165588305 Select the newly added list or combo item.
git-svn-id: http://voip.null.ro/svn/yate@1442 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-27 18:59:18 +00:00
paulc ec64da1d31 Bumped version to 1.3.0
git-svn-id: http://voip.null.ro/svn/yate@1441 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-27 17:26:32 +00:00
paulc 841b659780 Proper handling of the combo boxes.
git-svn-id: http://voip.null.ro/svn/yate@1440 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-27 16:44:13 +00:00
oana 3e1853d145 Populate the callto combo if we succeed to start a new call.
git-svn-id: http://voip.null.ro/svn/yate@1439 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-27 16:28:37 +00:00
paulc 2873202827 Added heartbeatdrop and registeredonly settings for gatekeeper.
git-svn-id: http://voip.null.ro/svn/yate@1438 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-27 15:39:11 +00:00
paulc 13ffd20af1 Added debug targets.
git-svn-id: http://voip.null.ro/svn/yate@1437 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-27 12:07:29 +00:00
paulc b525719ea6 Handle only 1xx responses with higher RSeq numbers than last PRACK sent.
Fixes bug report 0000070.


git-svn-id: http://voip.null.ro/svn/yate@1436 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-25 00:03:42 +00:00
paulc 822b46a0b2 Allow answering to session refreshes without a SDP offer.
git-svn-id: http://voip.null.ro/svn/yate@1435 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-24 23:26:40 +00:00
paulc cbaebb7dd3 Added "start" and "restart" commands, simplified parsing.
git-svn-id: http://voip.null.ro/svn/yate@1434 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-24 15:29:24 +00:00
paulc 848f187a46 Increased default event text limit from 4k to 10k to accomodate debugging.
git-svn-id: http://voip.null.ro/svn/yate@1433 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-24 08:44:20 +00:00
paulc 13c3f264ac Properly build and install architecture independent files in / from the
source tree. Resolves bug 0000049.


git-svn-id: http://voip.null.ro/svn/yate@1432 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-23 11:12:50 +00:00
paulc 328fc87323 Suppress debugging output when reentering from output handler...
git-svn-id: http://voip.null.ro/svn/yate@1431 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-23 09:58:46 +00:00
paulc 21e107881a Solved some locking issues. New cdrid and runid parameters that uniquely
identify a CDR entry.


git-svn-id: http://voip.null.ro/svn/yate@1430 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-23 09:09:42 +00:00
paulc 6debc1745a Call time remains constant across messages so it can be used as a key.
git-svn-id: http://voip.null.ro/svn/yate@1429 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-23 08:55:49 +00:00
paulc 4ba24b71f3 Warn about handling messages that are expected to be broadcasted.
git-svn-id: http://voip.null.ro/svn/yate@1428 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-23 08:20:40 +00:00
marian 5979d91647 Fixed bug: engine.halt now returns false to let the other drivers receive this message
git-svn-id: http://voip.null.ro/svn/yate@1427 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-23 08:13:45 +00:00
marian 2fb732a2dd Added a debug enabler
git-svn-id: http://voip.null.ro/svn/yate@1426 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-22 09:49:52 +00:00