Commit Graph

557 Commits

Author SHA1 Message Date
paulc 394fc6e834 Separated scripts from modules directory.
git-svn-id: http://yate.null.ro/svn/yate/trunk@563 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-07 03:09:23 +00:00
paulc 97e58dfaaf Added static method keyword so PHP 5.0.4+ doesn't complain.
IMPORTANT: breaks PHP 4 compatibility.


git-svn-id: http://yate.null.ro/svn/yate/trunk@562 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-07 01:32:38 +00:00
paulc ec58e83ddd Added parameter filter for installed handlers.
git-svn-id: http://yate.null.ro/svn/yate/trunk@561 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-07 01:28:12 +00:00
paulc 2081baa8ef Fixed NAT alteration of contact address to also adjust the port.
git-svn-id: http://yate.null.ro/svn/yate/trunk@560 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-07 01:23:39 +00:00
paulc d8c52bc7bc Added common pre-answer timeout in class Channel.
Fixed bugs in disconnecting wave sources.
Added option settings for external modules.


git-svn-id: http://yate.null.ro/svn/yate/trunk@559 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-04 19:30:47 +00:00
paulc 2bb1415c8c Sniffing can be enabled or disabled from the manager console.
git-svn-id: http://yate.null.ro/svn/yate/trunk@558 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-04 11:34:51 +00:00
paulc 4a2998ed73 Added TOS in RTP
git-svn-id: http://yate.null.ro/svn/yate/trunk@557 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-02 13:51:18 +00:00
paulc 0de5e0f4cd Fixed a bug in parsing message time from external modules.
Better time display in message sniffer.


git-svn-id: http://yate.null.ro/svn/yate/trunk@556 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-02 04:10:15 +00:00
paulc cb67623c4a Made the UI look well on Windows at the price of a slight degradation in X.
git-svn-id: http://yate.null.ro/svn/yate/trunk@555 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-01 00:14:01 +00:00
paulc 7ecb56c22d Fixed a race condition in client proxy thread.
Added some gdk mutex calls in timeout/idle callbacks.


git-svn-id: http://yate.null.ro/svn/yate/trunk@554 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-31 18:22:07 +00:00
paulc 9b0a4adf0c Fixed IAX, H.323, ISDN and CDR to include caller/called and time in msec.
Fixed a bug in H.323 connection cleanup.
Some patches for FreeBSD compatibility.


git-svn-id: http://yate.null.ro/svn/yate/trunk@553 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-30 04:03:25 +00:00
paulc 7e49a25efb More NAT support.
git-svn-id: http://yate.null.ro/svn/yate/trunk@552 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-28 04:42:53 +00:00
paulc 6b3f653266 Added auto authorization of transactions and some client NAT support.
git-svn-id: http://yate.null.ro/svn/yate/trunk@551 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-28 03:10:32 +00:00
paulc 40319effbf Added some NAT support.
git-svn-id: http://yate.null.ro/svn/yate/trunk@550 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-28 03:06:16 +00:00
paulc 6270025fa1 Added reload command.
git-svn-id: http://yate.null.ro/svn/yate/trunk@549 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-26 20:16:46 +00:00
paulc e9d9b615a9 Account operations can be initiated from the rmanager command line.
git-svn-id: http://yate.null.ro/svn/yate/trunk@548 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-26 19:45:11 +00:00
paulc 0d49bec94e Bumped version to 0.9.0-pre3 and fixed specfile for newer rpm
git-svn-id: http://yate.null.ro/svn/yate/trunk@547 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-24 01:41:38 +00:00
paulc 6a0d3c05b5 *** empty log message ***
git-svn-id: http://yate.null.ro/svn/yate/trunk@546 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-24 01:40:16 +00:00
paulc 3897428b14 Added virtual destructors to suppress gcc-4 warnings.
git-svn-id: http://yate.null.ro/svn/yate/trunk@545 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-24 01:19:00 +00:00
diana 775541bc9f Fixed a bug related to called id. Now Yate receives corectly the called from Cisco.
git-svn-id: http://yate.null.ro/svn/yate/trunk@544 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-19 23:31:43 +00:00
paulc b9703fb8da Fixed bug in audio media parameter passing in SIP calls.
Worked around problem with 3rd array_walk parameter passed by reference in PHP.


git-svn-id: http://yate.null.ro/svn/yate/trunk@543 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-19 19:45:14 +00:00
paulc a704232d1f Added GetValue method that takes care of missing parameters.
git-svn-id: http://yate.null.ro/svn/yate/trunk@542 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-17 15:29:22 +00:00
diana 8ee7985072 Added credit for Faizan Naqvi
git-svn-id: http://yate.null.ro/svn/yate/trunk@541 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-10 09:06:00 +00:00
paulc e6b808b340 *** empty log message ***
git-svn-id: http://yate.null.ro/svn/yate/trunk@540 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-10 00:28:34 +00:00
paulc b141a5f91e iLBC support
git-svn-id: http://yate.null.ro/svn/yate/trunk@539 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-10 00:24:15 +00:00
paulc 30bc536cb4 Bumped version to 0.9.0-pre2
git-svn-id: http://yate.null.ro/svn/yate/trunk@538 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-09 23:18:03 +00:00
diana faf170f60f Added support for iLBC codec.
git-svn-id: http://yate.null.ro/svn/yate/trunk@537 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-09 23:05:47 +00:00
paulc 7162de80d4 Fixes for Windows compilation suggested by Faizan Naqvi (Tili).
Added names for thread priorities.
Fixed the way some channels handle timestamps (broken by the delta->full API change).


git-svn-id: http://yate.null.ro/svn/yate/trunk@536 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-07 22:03:19 +00:00
paulc 53d97bb090 Disabled some test sections.
git-svn-id: http://yate.null.ro/svn/yate/trunk@535 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-05 21:15:28 +00:00
paulc 95238d119d Changed error reporting.
git-svn-id: http://yate.null.ro/svn/yate/trunk@534 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-03 13:59:42 +00:00
paulc 041dfbd65d *** empty log message ***
git-svn-id: http://yate.null.ro/svn/yate/trunk@533 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-02 00:02:54 +00:00
paulc 13ce01f16a Preparation for iLBC support.
git-svn-id: http://yate.null.ro/svn/yate/trunk@532 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-30 22:46:16 +00:00
paulc cdbb4a997f Added in use and idle channel count to status.
git-svn-id: http://yate.null.ro/svn/yate/trunk@531 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-29 21:41:59 +00:00
paulc 0126e0c86a Added restart command in rmanager and also by signals.
Added a global child reaper to avoid zombies.


git-svn-id: http://yate.null.ro/svn/yate/trunk@530 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-29 19:34:23 +00:00
paulc bd3a33710e Added groups of ISDN channels, each with its own selection algorithm.
git-svn-id: http://yate.null.ro/svn/yate/trunk@529 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-29 16:37:48 +00:00
paulc a497425f07 Override (local announcement) fully supported in tone and wavefile.
Inband DTMF for PRI channels by using the tone generator.
Reduced the default PRI buffer from 60 to 20 msec.


git-svn-id: http://yate.null.ro/svn/yate/trunk@528 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-28 22:06:11 +00:00
paulc 39e6ae4ecb Added support for overrides (local announcements).
Added some extra info to PRI messages and status.


git-svn-id: http://yate.null.ro/svn/yate/trunk@527 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-28 17:41:31 +00:00
paulc bb7bfa938e Extended several timeouts. Ability to disable spans in the config file.
git-svn-id: http://yate.null.ro/svn/yate/trunk@526 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-25 23:42:06 +00:00
paulc 073ffc139e Added functions to regexroute.
Workaround for drivers that return excessive data in wanpipe.
Fixed bug in zapchan - data source threads were never started.


git-svn-id: http://yate.null.ro/svn/yate/trunk@525 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-25 23:22:22 +00:00
paulc e87e75f4d7 Added hack to match Cisco's malformed ACKs.
git-svn-id: http://yate.null.ro/svn/yate/trunk@524 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-24 10:30:54 +00:00
paulc ac096d2061 Added library for voicemail. Making a difference between new and old messages.
Update messages are sent to benefit subscribed users.


git-svn-id: http://yate.null.ro/svn/yate/trunk@523 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-23 18:41:58 +00:00
paulc dbf2899e42 Added separate timeout for stages involving user interaction.
git-svn-id: http://yate.null.ro/svn/yate/trunk@522 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-19 22:13:22 +00:00
paulc 74d4800bb6 Fixed bugfix :(
git-svn-id: http://yate.null.ro/svn/yate/trunk@521 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-19 18:40:53 +00:00
paulc e779c936ad Removed obsolete passing by reference. Made error callback a normal function.
git-svn-id: http://yate.null.ro/svn/yate/trunk@520 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-19 18:22:25 +00:00
paulc 64cc2a4ad3 Fixed small typo.
git-svn-id: http://yate.null.ro/svn/yate/trunk@519 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-19 01:52:12 +00:00
paulc 181d0e51e1 Added Remote-Party-ID: header, privacy, screening.
git-svn-id: http://yate.null.ro/svn/yate/trunk@518 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-19 01:13:41 +00:00
paulc d5c2660051 Added support for keypad digits if libpri supports them.
git-svn-id: http://yate.null.ro/svn/yate/trunk@517 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-16 20:03:54 +00:00
paulc 6edca09346 Added more audio formats.
git-svn-id: http://yate.null.ro/svn/yate/trunk@516 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-16 10:44:10 +00:00
paulc d1ca6930e7 Added more compact form headers.
git-svn-id: http://yate.null.ro/svn/yate/trunk@515 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-16 10:37:57 +00:00
paulc 50fcb28831 Added gatekeeper discovery retry and reregistration.
git-svn-id: http://yate.null.ro/svn/yate/trunk@514 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-16 10:36:43 +00:00