Commit Graph

166 Commits

Author SHA1 Message Date
marian bd4ee4155b Make sure the account's resource pointer is always valid.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3280 acf43c95-373e-0410-b603-e72c3f656dc1
2010-05-04 10:22:34 +00:00
marian 831a55813a The ClientAccountList can now keep an account owning locally stored contacts. Fixed comments.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3277 acf43c95-373e-0410-b603-e72c3f656dc1
2010-05-04 10:00:05 +00:00
marian 0df39a3efb It's now possible to add arbitrary parameters to the call.route message dispatched by an outgoing client channel.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3251 acf43c95-373e-0410-b603-e72c3f656dc1
2010-04-29 08:51:51 +00:00
marian 9617d368db Added send chat method to contact.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3218 acf43c95-373e-0410-b603-e72c3f656dc1
2010-04-20 08:22:38 +00:00
marian 0e61d4d66b Added extra parameter used to activate the chat window when shown.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3217 acf43c95-373e-0410-b603-e72c3f656dc1
2010-04-20 08:14:22 +00:00
marian f2de758ef5 The client contact is now keeping the resources in descending order of priority.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3211 acf43c95-373e-0410-b603-e72c3f656dc1
2010-04-19 15:07:30 +00:00
marian d08790832c Added utilities used to build messages sent by the client.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3208 acf43c95-373e-0410-b603-e72c3f656dc1
2010-04-19 12:01:21 +00:00
marian cbce383f80 Added user.roster client relay.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3207 acf43c95-373e-0410-b603-e72c3f656dc1
2010-04-19 08:26:22 +00:00
marian 857b6cf87f Added more status data to client resource.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3206 acf43c95-373e-0410-b603-e72c3f656dc1
2010-04-19 08:02:04 +00:00
marian 69dd2bee29 Added/changed debug.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3199 acf43c95-373e-0410-b603-e72c3f656dc1
2010-04-16 09:43:11 +00:00
marian 7056dd5c80 Added support to create/destroy a modal dialog from an UI widget.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3192 acf43c95-373e-0410-b603-e72c3f656dc1
2010-04-14 13:12:25 +00:00
marian 04781bc434 Lock the debug mutex only if we have something to show.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3191 acf43c95-373e-0410-b603-e72c3f656dc1
2010-04-14 08:59:44 +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
paulc 6318a02e9d Modified the CallEndpoint::getPeerId() API so it copies the string while holding CallEndpoint::commonMutex().
git-svn-id: http://yate.null.ro/svn/yate/trunk@3019 acf43c95-373e-0410-b603-e72c3f656dc1
2010-01-14 00:01:38 +00:00
paulc 05fa7aca7c Copy by default some parameters from call.execute to chan.startup of outgoing calls.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2964 acf43c95-373e-0410-b603-e72c3f656dc1
2009-11-25 18:34:54 +00:00
paulc 57d81711b6 The runtime parameters from Engine::runParams() are expanded in the client greeting string.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2775 acf43c95-373e-0410-b603-e72c3f656dc1
2009-08-02 23:19:52 +00:00
paulc fe9c1c1c98 Added a ClientProxy engine run mode for clients with no local UI.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2759 acf43c95-373e-0410-b603-e72c3f656dc1
2009-07-14 15:49:20 +00:00
marian 81a65e0524 Disconnect the channel held by a client sound when stop is requested.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2756 acf43c95-373e-0410-b603-e72c3f656dc1
2009-07-13 13:12:49 +00:00
marian 402fbf2d1f Drop driver lock before displaying the media set failure message.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2748 acf43c95-373e-0410-b603-e72c3f656dc1
2009-07-07 07:17:11 +00:00
marian 8a5c553fd9 Client sounds can now carry a stereo parameter. This parameter is forwarded by utility client channels in the chan.attach message.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2735 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-22 16:09:09 +00:00
paulc 65fa4adbd4 Fixed warnings and a few minor bugs when compiling on a different architecture.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2724 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-19 11:19:20 +00:00
marian b2f419a6b5 Utility client channels are now notifying startup/destroyed events.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2723 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-19 06:53:44 +00:00
marian 2bc53a4f23 Copy the 'cdrwrite' parameter when starting an outgoing client channel.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2715 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-15 15:26:23 +00:00
paulc ca829d943a Made some dangerous constructors explicit, fix potential problems exposed by this.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2705 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-12 15:15:36 +00:00
marian eacfc80db6 Use channel mutex when releasing data for a client utility channel.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2704 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-12 12:12:47 +00:00
marian df16ca8449 Add channel client data when notifying without adding the channel pointer. Release channel client data after notifying.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2703 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-12 12:09:26 +00:00
paulc 85da36395b Added names to the Mutex class to ease debugging of deadlocks.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2611 acf43c95-373e-0410-b603-e72c3f656dc1
2009-05-05 12:25:31 +00:00
marian 258d76659a Start client channel router after the object is completely built.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2598 acf43c95-373e-0410-b603-e72c3f656dc1
2009-04-27 14:55:25 +00:00
marian 237c2cd3f8 Added safeguard client validation (valid object and not exiting) in client's methods.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2589 acf43c95-373e-0410-b603-e72c3f656dc1
2009-04-17 15:24:01 +00:00
marian 1c606b086e Set error and reason for cancelled calls.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2585 acf43c95-373e-0410-b603-e72c3f656dc1
2009-04-15 15:05:09 +00:00
marian 12823f5a1b Fixed bug: the proxy thread is now using the received target window and skip window when calling client's methods used to clear tables and set/get properties.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2580 acf43c95-373e-0410-b603-e72c3f656dc1
2009-04-15 08:52:12 +00:00
marian 793e47447c Use standard incoming URL parameter 'caller_info_uri' instead of specific 'sip_url'.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2564 acf43c95-373e-0410-b603-e72c3f656dc1
2009-04-03 09:58:24 +00:00
marian 98d3c05380 The client can now open an URL received in call.execute message.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2554 acf43c95-373e-0410-b603-e72c3f656dc1
2009-03-30 11:40:06 +00:00
marian 156de3321d Make sure we drop all channels (not only the client ones) before exiting.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2544 acf43c95-373e-0410-b603-e72c3f656dc1
2009-03-26 09:58:28 +00:00
marian 14fea4a0d1 Source message user data can now be copyied in postponed message.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2540 acf43c95-373e-0410-b603-e72c3f656dc1
2009-03-25 10:05:06 +00:00
marian 9b1c82edc4 The client channel can now be (un)muted (set/reset data source only).
git-svn-id: http://yate.null.ro/svn/yate/trunk@2538 acf43c95-373e-0410-b603-e72c3f656dc1
2009-03-24 16:40:00 +00:00
marian 62d0e6da21 The client channel can now copy additional parameters from received list to chan.startup message.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2527 acf43c95-373e-0410-b603-e72c3f656dc1
2009-03-20 10:04:21 +00:00
marian 1514c6e884 Added client utility channels used by client sounds to play files.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2464 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-30 17:12:06 +00:00
marian ec7b4c322c Client actions config file is now loaded when the first client logic is added to the list. Adding a logic to client's list is now controlled from config and logic's priority. Changed default logic's priority.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2462 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-30 08:46:26 +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
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
marian da06d2e39f Moved default client logic to a ClientLogic descendant. The default logic is now created and owned by the client thread.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2396 acf43c95-373e-0410-b603-e72c3f656dc1
2008-12-05 14:30:20 +00:00
marian f76813d1a5 Set contact owner when added to an account's list.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2391 acf43c95-373e-0410-b603-e72c3f656dc1
2008-12-03 16:25:17 +00:00
marian 56ce66f169 Fixed bug: stop parse window list when a property was found.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2346 acf43c95-373e-0410-b603-e72c3f656dc1
2008-11-17 14:23:05 +00:00
marian 0536ff4af7 Now a channel can be answered without making it the active one.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2325 acf43c95-373e-0410-b603-e72c3f656dc1
2008-11-11 09:30:19 +00:00
marian 3cdaf88017 Fixed sync engine.start with client init.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2253 acf43c95-373e-0410-b603-e72c3f656dc1
2008-10-06 13:51:16 +00:00
marian 08d0671e90 Removed xmpp.iq message handler from client.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2250 acf43c95-373e-0410-b603-e72c3f656dc1
2008-10-06 10:23:58 +00:00
paulc 3f42f160c2 Added client methods for adding or updating multiple table rows from a single parameter list.
Added method to postpone processing of message copies to the UI thread.


git-svn-id: http://yate.null.ro/svn/yate/trunk@2242 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-29 08:22:20 +00:00
marian b2dae7cb22 Added methods used to insert a table row.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2241 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-27 16:39:42 +00:00
marian b3158176d4 Use a protocol list instead of array. Init logic static lists when the client is start running.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2221 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-19 09:55:08 +00:00
marian a97fbedce9 Moved some data from Client to ClientLogic where it belongs.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2220 acf43c95-373e-0410-b603-e72c3f656dc1
2008-09-19 08:58:42 +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
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
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 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
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
marian d59d6d7385 Added option to get a control's rich text. Adjusted method call to match the new list of parameters.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2158 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-14 15:04:55 +00:00
marian fd88bf6b79 Added IM route/execute handlers.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2157 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-14 09:58:19 +00:00
paulc 380b59f1f6 Merged branches/marian/client up to rev. 2134.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2135 acf43c95-373e-0410-b603-e72c3f656dc1
2008-08-04 02:06:00 +00:00
paulc 43b9cf0f81 Added capability to route to "line/..." no matter what protocol it uses.
Added driver method to query the existence of a line, use it in routing.


git-svn-id: http://yate.null.ro/svn/yate/trunk@2073 acf43c95-373e-0410-b603-e72c3f656dc1
2008-07-16 09:48:49 +00:00
paulc 1595878e62 Include code status in default client greeting.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1603 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-08 19:18:48 +00:00
paulc cb074008ed Qt, Yate2 and VS 2005 related fixes.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1594 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-07 18:36:17 +00:00
paulc 34b23e1511 Adjusted help files path for Yate2.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1591 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-07 11:49:10 +00:00
paulc 7f62946415 Unlock the driver while updating channels to avoid possible deadlocks.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1505 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-28 20:20:32 +00:00
paulc 954291bf21 Changes to work with VS 2005
git-svn-id: http://yate.null.ro/svn/yate/trunk@1493 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-26 16:57:44 +00:00
oana 1defcaeac6 Populate the callto combo if we succeed to start a new call.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1439 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-27 16:28:37 +00:00
paulc 8ab89d1848 Increased default event text limit from 4k to 10k to accomodate debugging.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1433 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-24 08:44:20 +00:00
paulc ffc6d43882 Warn about handling messages that are expected to be broadcasted.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1428 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-23 08:20:40 +00:00
paulc c76a561f88 Offer an unique account name based on selected provider name.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1343 acf43c95-373e-0410-b603-e72c3f656dc1
2007-05-28 15:06:57 +00:00
paulc 3e8e83ed55 Added redirect debug messages to event window capability and action and
toggle handlers to emit debug and command messages.


git-svn-id: http://yate.null.ro/svn/yate/trunk@1337 acf43c95-373e-0410-b603-e72c3f656dc1
2007-05-25 17:08:13 +00:00
paulc 8924e163a7 Fixed handling of self generated early media detection.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1179 acf43c95-373e-0410-b603-e72c3f656dc1
2007-01-28 17:57:31 +00:00
paulc fa22c28fff *** empty log message ***
git-svn-id: http://yate.null.ro/svn/yate/trunk@1170 acf43c95-373e-0410-b603-e72c3f656dc1
2007-01-17 02:11:17 +00:00
paulc 50d6b1ed2e Display the reason in client hangup message.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1169 acf43c95-373e-0410-b603-e72c3f656dc1
2007-01-17 02:09:24 +00:00
paulc f983ece26b User settings are applied in outgoing calls.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1161 acf43c95-373e-0410-b603-e72c3f656dc1
2007-01-10 19:14:06 +00:00
paulc a7aeb67115 Early media is properly enabled even if the message does not provide the
call endpoint address.


git-svn-id: http://yate.null.ro/svn/yate/trunk@1152 acf43c95-373e-0410-b603-e72c3f656dc1
2007-01-01 14:17:20 +00:00
paulc a02fc2ba35 Added user (un)register notifies to the client log.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1040 acf43c95-373e-0410-b603-e72c3f656dc1
2006-09-17 23:19:05 +00:00
paulc dec1297bfe Added an event log window in the client.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1003 acf43c95-373e-0410-b603-e72c3f656dc1
2006-08-17 17:47:43 +00:00
paulc c317591c9f Client settings are loaded on start and saved on exit.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1000 acf43c95-373e-0410-b603-e72c3f656dc1
2006-08-16 19:14:01 +00:00
paulc 9e92348e90 Version is displayed as Yate x.y.z - r
git-svn-id: http://yate.null.ro/svn/yate/trunk@972 acf43c95-373e-0410-b603-e72c3f656dc1
2006-07-10 20:32:58 +00:00
paulc aecf020766 Fixed bug that prevented clearing account parameters - reported by
Stanislav Zahariev (sofit).


git-svn-id: http://yate.null.ro/svn/yate/trunk@971 acf43c95-373e-0410-b603-e72c3f656dc1
2006-07-10 20:29:09 +00:00
paulc 82ac44663b Moved user config files to personal directory.
git-svn-id: http://yate.null.ro/svn/yate/trunk@859 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-11 16:50:04 +00:00
paulc fbfb9ba59e Added client help files.
Cleaned up tabbed interface.
Status bar displays Yate version at startup.


git-svn-id: http://yate.null.ro/svn/yate/trunk@857 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-11 12:51:40 +00:00
paulc 0276369a98 Fixed glib/gtk idle actions after clarification of (new) behaviour from
developers.


git-svn-id: http://yate.null.ro/svn/yate/trunk@850 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-09 16:51:57 +00:00
paulc 03a3ab8daf Fixed modal event grabbing to be top-window specific, not global.
Added help key support.


git-svn-id: http://yate.null.ro/svn/yate/trunk@843 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-08 09:08:08 +00:00
paulc 3f91434a2e Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.Fixed small bug reported by Michel Meeuwse.
git-svn-id: http://yate.null.ro/svn/yate/trunk@826 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-01 10:53:29 +00:00
paulc 2318a4d85e Autoselect new call when none is selected. Added help checkbox in client.
git-svn-id: http://yate.null.ro/svn/yate/trunk@824 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-31 14:50:37 +00:00
paulc b3f5402422 Support for expandable panels. Better handling of keypad.
git-svn-id: http://yate.null.ro/svn/yate/trunk@820 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-29 13:58:09 +00:00
paulc cda2d9f1c2 Updated copyright and FSF address.
git-svn-id: http://yate.null.ro/svn/yate/trunk@815 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-27 15:08:43 +00:00
paulc 8c6951eebb Added help file support in client.
git-svn-id: http://yate.null.ro/svn/yate/trunk@794 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-17 15:14:43 +00:00
paulc 2d3ea4451d Added handy context information for message and confirm boxes.
Deletion of accounts and contacts requires confirmation.
Call history entries can dial or be added to contacts.


git-svn-id: http://yate.null.ro/svn/yate/trunk@792 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-16 21:53:40 +00:00
paulc 8e639a1747 Added support for proper handling of call history.
git-svn-id: http://yate.null.ro/svn/yate/trunk@776 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-08 21:59:42 +00:00
paulc 9b40ddc480 Fixed digit handling in client. Gtk windows can be made non-dragable.
git-svn-id: http://yate.null.ro/svn/yate/trunk@775 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-07 15:11:31 +00:00
paulc 4fe0f3e230 Added handling for out-of-call digits.
git-svn-id: http://yate.null.ro/svn/yate/trunk@773 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-05 17:58:54 +00:00
paulc ad23cf9cb2 Work in proggress.
git-svn-id: http://yate.null.ro/svn/yate/trunk@754 acf43c95-373e-0410-b603-e72c3f656dc1
2006-04-17 21:52:50 +00:00
paulc 1b24eb60ee Account edit window actions.
git-svn-id: http://yate.null.ro/svn/yate/trunk@753 acf43c95-373e-0410-b603-e72c3f656dc1
2006-04-17 19:31:36 +00:00
paulc d59f38814c More table and log support.
git-svn-id: http://yate.null.ro/svn/yate/trunk@749 acf43c95-373e-0410-b603-e72c3f656dc1
2006-04-14 22:50:45 +00:00
paulc b849422edd Moved URI in base classes, added support for Call-Info in SIP and client.
git-svn-id: http://yate.null.ro/svn/yate/trunk@748 acf43c95-373e-0410-b603-e72c3f656dc1
2006-04-12 12:37:25 +00:00
paulc c953a31262 Added more of the required client features.
git-svn-id: http://yate.null.ro/svn/yate/trunk@743 acf43c95-373e-0410-b603-e72c3f656dc1
2006-04-08 18:03:28 +00:00
paulc 0001f98ced Added post-preroute hook.
Abstract tables support in client.


git-svn-id: http://yate.null.ro/svn/yate/trunk@672 acf43c95-373e-0410-b603-e72c3f656dc1
2006-01-30 20:44:03 +00:00