Michael Jerris
f92b45a9fa
Mon Jan 5 06:43:24 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* tport_type_tls.c: no tport_tls_deliver() yet
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11774 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 16:15:05 +00:00
Michael Jerris
1d36053c74
Mon Jan 5 06:43:04 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* tport_tls.c: silences warnings on signedness
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11773 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 16:14:35 +00:00
Michael Jerris
0a07ac4b16
Mon Jan 5 06:42:09 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* tport_tls.c: su_home_new() already zeros the allocated memory
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11772 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 16:14:05 +00:00
Michael Jerris
c2f5696a8a
Mon Jan 5 06:31:12 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* nua_session.c: default to initiate session refreshes
Use local refresher unless remote end explicitly indicates that it takes
care of refreshing the session. Bug reported and initial patch by Timo
Bruhn.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11771 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 16:12:35 +00:00
Michael Jerris
751c24f73b
Mon Jan 5 04:22:01 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* RELEASE: added Jarod's description of TLS improvements
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11770 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 16:11:56 +00:00
Michael Jerris
52fa079b2b
Tue Dec 16 16:19:37 CST 2008 Jarod Neuner <janeuner@networkharbor.com>
...
* Early TLS Handshake and Verification
tport_type_tls.c:
* tport_tls_accept():
- Replaces tport_accept for incoming TLS connections.
* tport_tls_connect():
- Replaces tport_base_connect() for outgoing TLS connections.
tport_tls.c:
* tls_t now use a memory home instead of malloc.
* removed tls_check_hosts()
* tls_connect():
- Replaces tport_base_connect for TLS connection setup.
- Completes TLS handshake and verifies peer certificates.
- Destroys suspect TLS connections before sending/receiving payload.
- Populates a su_strlst_t with subjects from the peer certificate.
tport.c:
* tport_is_verified()
- true if peer certificate validated successfully
* tport_delivered_from_subjects()
- Certificate subjects listed in the peer certificate.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11769 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 16:11:33 +00:00
Michael Jerris
ece5252042
Tue Dec 16 11:58:26 CST 2008 Jarod Neuner <janeuner@networkharbor.com>
...
* Helper functions for vtp_connect and vtp_wakeup_pri.
- Expose tport_setname() and tport_wakeup() via tport_internal.h
- Add tport_register_secondary() for adding secondaries to a root, and
to alleviate the need to export tprb_append.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11768 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 16:10:58 +00:00
Michael Jerris
470a963e03
Fri Dec 19 10:51:02 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* tport_logging.c: do not use stamp as format string
Original patch by Mike Jerris.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11767 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 16:08:28 +00:00
Michael Jerris
0ac71634bf
Fri Dec 19 08:38:53 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* nta.c: be consistent with maxsize and max_proceeding types
Original patch by Mike Jerris
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11766 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 16:04:30 +00:00
Michael Jerris
91dc5d5f54
Mon Dec 15 09:16:20 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* su_alloc.c: always unlock home before destroying mutexes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11765 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 16:03:09 +00:00
Michael Jerris
c536aac576
Mon Dec 15 10:57:06 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* sresolv: made sres_record_class static
Should never been global.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11764 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 15:58:09 +00:00
Michael Jerris
73e167fb85
Mon Dec 15 10:43:17 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* test_nua.c: made usage static
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11763 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 15:57:41 +00:00
Michael Jerris
9adbdfbd54
Mon Dec 15 10:54:36 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* RELEASE: mention removed globals
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11762 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 15:57:13 +00:00
Michael Jerris
76b8884bb7
Mon Dec 15 10:50:21 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* sofia-resolv/sres_cache.h: added prototype for sres_cache_clean()
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11761 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 15:56:43 +00:00
Michael Jerris
f5f66dc911
Mon Dec 15 10:33:40 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* sofia-sip/heap.h: added protype for su_smoothsort()
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11760 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 15:56:04 +00:00
Michael Jerris
76c08c2274
Mon Dec 15 10:33:16 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* su_tag.h: added prototype for tl_vllen()
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11759 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 15:55:22 +00:00
Brian West
67fb2a1bbd
Mon Dec 15 10:32:55 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* su_tag_class.h: added prototypes for tag functions
Protypes for t_filter(), t_null_filter(), t_end_filter(),
t_socket_snprintf(), t_socket_ref_set() have been missing.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11758 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 15:54:48 +00:00
Michael Jerris
669bb66112
FSCORE-292
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11757 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 15:20:27 +00:00
Anthony Minessale
06ebcccd65
FSCORE-292
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11756 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 15:15:44 +00:00
Shane Burrell
2d45a8958b
Adding more output as example. Added libedit cmake
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11748 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 06:07:46 +00:00
Anthony Minessale
ba77f23278
clean up tone_detect
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11738 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 00:16:36 +00:00
Michael Collins
422f59fa04
Too many people asking 'how do I...' with fs_cli
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11676 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-06 20:33:20 +00:00
Michael Jerris
bc1c18cfc2
merge parts of libtool 2.2 fixes (FSBUILD-82)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11671 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-06 19:15:42 +00:00
Brian West
0dc800c78e
doh
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11664 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-06 16:05:46 +00:00
Anthony Minessale
a223a59d5e
fix regression in previous fix for MODAPP-209
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11663 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-06 16:03:56 +00:00
Michael Jerris
b761924f34
fix gcc 4.3.2 build warnings
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11655 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-05 16:21:18 +00:00
Michael Jerris
ba5125a7e4
update to snapshot spandsp-20090205
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11654 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-05 15:54:02 +00:00
Brian West
4e0d676563
merge in new iksemel patches
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11649 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-05 00:18:50 +00:00
Anthony Minessale
6e935bea82
revert
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11648 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-05 00:16:40 +00:00
Anthony Minessale
1e39293cb8
revert
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11647 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-05 00:11:37 +00:00
Anthony Minessale
3ec66344ea
add iks-reconf target
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11646 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-05 00:05:55 +00:00
Brian West
2005e1862f
merge in new iksemel patches
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11645 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 23:59:19 +00:00
Brian West
ca574ddc30
update email
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11642 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 21:18:55 +00:00
Brian West
527daf143e
update email
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11641 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 21:18:11 +00:00
Brian West
60fb486fa1
update email
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11640 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 21:17:44 +00:00
Michael Jerris
10659bfbd5
disable doxygen
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11639 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 21:16:48 +00:00
Michael Collins
909adf3ae9
Fix win32 install of 16k, 32k sound files
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11638 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 21:09:03 +00:00
Michael Collins
d1b8ede08b
FSBUILD 110
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11635 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 20:00:28 +00:00
Michael Jerris
bdedb3ab43
doxygen -u
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11632 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 16:29:40 +00:00
Michael Jerris
efc4dcb0e1
turn off #warnings for now
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11628 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 01:27:55 +00:00
Michael Jerris
87f8e4eae0
remove generated file from tree
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11618 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 20:46:29 +00:00
Michael Jerris
b4761bdaf3
fix windows build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11613 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 18:55:31 +00:00
Michael Jerris
8e5eed8999
update to snapshot spandsp-20090204
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11612 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 18:50:18 +00:00
Michael Jerris
356cfa02e8
fix windows build issues from snapshot spandsp-20090131
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11602 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-02 21:36:29 +00:00
Michael Jerris
c14dacd56e
update to snapshot spandsp-20090131
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11600 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-02 17:40:52 +00:00
Michael Jerris
7f6b03501d
cleanup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11599 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-02 17:13:25 +00:00
Michael Jerris
3117d3347a
fix windows build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11598 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-02 17:11:33 +00:00
Michael Jerris
d9327d3bc7
fixing windows build 1/2
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11593 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-02 16:14:45 +00:00
Michael Jerris
b803ade94a
add mod_fax to the windows build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11567 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-30 19:15:06 +00:00
Michael Jerris
60e498affd
update to snapshot spandsp-20090130
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11563 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-30 17:00:50 +00:00
Michael Jerris
044c29ce5f
build integration
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11556 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 17:07:18 +00:00
Michael Jerris
0c6090651d
fix project file generation
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11554 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 05:17:27 +00:00
Michael Jerris
55b6a05689
cleanup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11553 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 05:17:08 +00:00
Michael Jerris
deedf9fd34
add src/msvc/config.h
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11551 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 04:55:54 +00:00
Michael Jerris
fe94bda87b
cleanup project files
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11550 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 04:54:08 +00:00
Michael Jerris
bac1ea1549
cleanup to match snapshot
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11549 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 04:46:02 +00:00
Michael Jerris
c3facf7d57
update to snapshot spandsp-20090129
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11548 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 04:00:33 +00:00
Michael Jerris
27b3142719
temporarily add generated headers for windows build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11543 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 19:50:00 +00:00
Michael Jerris
314ae8b6f3
update to snapshot spandsp-20090128
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11535 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 04:48:03 +00:00
Michael Jerris
ca40442580
libsndfile: fix build with -Werror
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11529 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 00:59:06 +00:00
Michael Jerris
f8aec8bb57
libilbc: fix build with -Werror
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11528 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 00:46:47 +00:00
Michael Jerris
1e1893165f
sqlite: fix build with -Werror
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11527 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 00:39:04 +00:00
Michael Jerris
a98b34a60b
libapr: fix configure when -Werror is in CFLAGS
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11524 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 23:58:49 +00:00
Michael Jerris
e79e13bcb0
libjs: fix build warning under gcc 4.3
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11522 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 23:20:23 +00:00
Michael Jerris
ec864cee4c
libjs: fix build warning under gcc 4.3
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11521 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 23:15:42 +00:00
Michael Jerris
fd0a6589e0
sofia-sip: fix gcc 4.3 build (FSBUILD-105)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11518 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 22:59:00 +00:00
Brian West
0fbe609afb
FSCORE-280
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11509 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 18:01:17 +00:00
Mathieu Rene
3b35273b30
its __cplusplus not _cplusplus
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11501 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 03:07:20 +00:00
Anthony Minessale
d0900fb1d5
make err more obvious
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11492 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-26 18:10:19 +00:00
Anthony Minessale
e14c57ddd1
doh
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11476 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-24 00:42:11 +00:00
Anthony Minessale
ea5805e746
evil line of code strikes again\!
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11475 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-24 00:39:37 +00:00
Michael Collins
092ff4058a
Add /debug to /help list for fs_cli
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11381 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-22 19:44:08 +00:00
Brian West
a226a4f756
remove generated file from tree
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11367 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-22 18:45:07 +00:00
Anthony Minessale
b9568795b3
more pa bs
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11364 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-22 18:28:24 +00:00
Anthony Minessale
40d24053d0
hack pa
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11347 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-22 00:13:51 +00:00
Mathieu Rene
1c8681fffb
Newlines
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11337 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-21 20:14:08 +00:00
Mathieu Rene
0a8735931b
Make esl work with C++ compilers
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11336 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-21 20:04:07 +00:00
Michael Jerris
d88a0fbefc
mod_sofia: fix build error on gcc 4.3 (FSBUILD-105)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11334 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-21 19:28:20 +00:00
Michael Jerris
f34830563b
more direct sound build fixes
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11318 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-20 20:47:20 +00:00
Michael Jerris
d77085fc6e
don't build ASIO when selecting direct sound
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11317 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-20 20:12:06 +00:00
Anthony Minessale
0158e7b848
add linger event_socket command to make outbound socket notify channel disconnect and wait for you to terminate
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11255 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-16 15:32:10 +00:00
Michael Jerris
17ace6d995
fix windows build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11237 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-15 23:05:50 +00:00
Anthony Minessale
6f8e06f087
fix disconnect issue in event socket and fix a few small bugs
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11234 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-15 22:11:27 +00:00
Michael Jerris
d848795872
we need the f's
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11189 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-14 15:13:59 +00:00
Michael Jerris
4061566f78
we need the f's
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11188 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-14 15:06:51 +00:00
Anthony Minessale
8b8e935551
make error more clear about missing trunk_type param in openzap.conf (and auto tolerate the err) and fix printf metas
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11105 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-09 22:09:49 +00:00
Anthony Minessale
f31da71c14
add more sanity checks
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11083 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-06 23:40:28 +00:00
Anthony Minessale
bbac44c53a
cleanup and fix disconnect race
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11078 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-06 00:18:57 +00:00
Brian West
1a401ee77b
doh
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11076 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-05 20:51:45 +00:00
Michal Bielicki
e18156535b
vasprintf does not exist in solaris, so adding another ifndef
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11068 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-05 15:23:06 +00:00
Michal Bielicki
15d45c0604
getting rid of freaking DOS file endings
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11067 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-05 15:01:47 +00:00
Ken Rice
c5134b9448
why didnt we do this earlier
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11057 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-02 17:40:26 +00:00
Michael Jerris
d87da806c7
warnings cleanup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11049 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-02 00:55:26 +00:00
Michael Jerris
b8f4610ca4
download correct sound file versions on windows
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11048 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-01 23:48:32 +00:00
Michael Jerris
d9c88301ee
fix help
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11044 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-01 18:57:30 +00:00
Michael Jerris
776b88d332
fix silly compiler warning caused by freebsd not making int same size as void* on some 64 bit amd (SFSIP-113)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11039 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-31 22:26:30 +00:00
Michael Jerris
7cafeaf110
fix bsd fs_cli build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11037 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-31 19:58:52 +00:00
Anthony Minessale
20ca0c41a0
allow unix build without libedit
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11036 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-31 19:44:16 +00:00
Anthony Minessale
42d9888c94
integrate fs_cli into core build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11035 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-31 19:38:00 +00:00
Anthony Minessale
00b1efed34
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11034 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-31 19:14:52 +00:00
Ken Rice
6ba873e0a1
try to match the main console
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11032 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-31 18:55:49 +00:00
Anthony Minessale
9b68b47440
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11031 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-31 18:55:08 +00:00
Anthony Minessale
938cf9f1de
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11029 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-31 18:51:26 +00:00
Anthony Minessale
3d57467b56
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11028 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-31 18:49:28 +00:00
Anthony Minessale
d4b85e7858
merge patch FSSCRIPTS-12
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11027 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-31 18:45:41 +00:00
Anthony Minessale
fc6df88250
add fkeys
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11026 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-31 18:30:03 +00:00
Anthony Minessale
c6b3871eb0
cleanup debug handling
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11023 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-31 16:52:11 +00:00
Anthony Minessale
716d8f996e
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11009 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-30 21:34:59 +00:00
Anthony Minessale
47ffbb3dde
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11008 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-30 21:28:29 +00:00
Michael Jerris
eb9685f655
set default level
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10999 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-30 01:55:59 +00:00
Ken Rice
4de09281b4
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10998 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-30 01:24:32 +00:00
Anthony Minessale
58abcae22c
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10997 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-30 00:31:15 +00:00
Anthony Minessale
97656065cd
don't display console_clean logs
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10990 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-29 18:40:40 +00:00
Michael Jerris
f510f50dbb
formatting
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10965 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 21:24:34 +00:00
Michael Jerris
568d0313fc
better output
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10964 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 21:20:58 +00:00
Michael Jerris
7e02aeca1f
fix command line args when config file present
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10963 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 21:10:40 +00:00
Ken Rice
5267761ff9
add debug to profile config
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10962 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 20:47:53 +00:00
Michael Jerris
e8e72dd313
cleanup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10961 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 20:39:03 +00:00
Ken Rice
4bfb153513
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10960 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 19:25:36 +00:00
Ken Rice
5a8a9cf2f2
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10959 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 19:24:45 +00:00
Ken Rice
451ddc15ec
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10956 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 18:45:49 +00:00
Ken Rice
32bc21e861
clean up usage help
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10955 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 18:43:54 +00:00
Ken Rice
0bdbc85b58
add some bounds checking
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10954 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 18:41:59 +00:00
Ken Rice
0b976886fc
add a couple of more options
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10953 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 18:14:00 +00:00
Michael Jerris
db6f99ba33
fix /log
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10952 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 18:11:31 +00:00
Michael Jerris
b899c073e0
fix /log
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10951 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 18:07:36 +00:00
Michael Jerris
feaa9ced1c
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10950 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 17:54:30 +00:00
Michael Jerris
18e527f2a1
fix build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10948 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 17:07:05 +00:00
Michael Jerris
afcc875edd
fix bsd make
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10947 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 17:00:51 +00:00
Anthony Minessale
e8249d73d5
fix bug
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10946 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-26 16:43:03 +00:00
Ken Rice
4eff9b1b32
make it use long options
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10939 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-24 15:29:38 +00:00
Michael Jerris
c9a4b3af08
fs_cli add colors on windows and build static
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10938 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-24 00:00:45 +00:00
Michael Jerris
d4ae1a8f1c
fs_cli works on windows
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10937 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-23 23:26:37 +00:00
Michael Jerris
e7c4953c99
building (almost working) on windows again
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10936 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-23 22:52:52 +00:00
Anthony Minessale
91d50eab70
sync
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10935 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-23 22:15:39 +00:00
Ken Rice
fc64e962ba
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10934 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-23 22:01:01 +00:00
Ken Rice
ebcd6c2932
switch to using getopt so we can specify host, port and password on the command line
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10927 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-23 20:25:10 +00:00
Michael Jerris
d69c309548
fs_cli now builds on windows, does not yet work
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10911 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-22 18:53:09 +00:00
Michael Jerris
63250c91b4
macros to export symbols
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10910 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-22 17:59:14 +00:00
Michael Jerris
6f2677a53d
add esl to windows build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10909 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-22 16:50:45 +00:00
Michael Jerris
33afc2a6d9
windows build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10908 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-22 16:44:43 +00:00
Michael Jerris
6881efcf6c
null terminating snprintf
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10907 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-22 16:27:39 +00:00
Michael Jerris
d72a4ea77d
windows port
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10906 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-22 05:37:54 +00:00
Michael Jerris
d7d540840a
SO_REUSEADDR on windows
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10905 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-22 05:05:44 +00:00
Anthony Minessale
e7e94b1d75
support mac
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10903 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-21 23:31:57 +00:00
Anthony Minessale
be1bb06be4
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10902 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-21 23:31:39 +00:00
Michael Jerris
139ff0148c
windows port
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10901 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-21 22:17:14 +00:00
Anthony Minessale
9665606806
windows port
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10900 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-21 22:14:10 +00:00
Michael Jerris
65b9fe8e8b
start of windows port
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10899 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-21 22:13:20 +00:00
Anthony Minessale
1bda469485
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10898 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-21 21:54:43 +00:00