Michael Jerris
a57ff1865b
Thu Jan 8 10:48:47 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* RELEASE: multi-WWW-Authenticate bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11776 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 16:16:20 +00:00
Michael Jerris
b3e2fcdbb5
Thu Jan 8 10:34:22 CST 2009 Pekka Pessi <first.last@nokia.com>
...
* sip_security.c: allow multiple WWW-Authenticate and Authorization headers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11775 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 16:15:46 +00:00
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
Michael Jerris
92147a7f7c
move PFLAGS to be array based
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11755 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 15:10:27 +00:00
Anthony Minessale
cf4b7672b5
FSCORE-294
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11754 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 14:56:22 +00:00
Anthony Minessale
fe683b2613
FSCORE-293
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11753 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 14:52:39 +00:00
Nicholas Amorim
0d365cc049
Debian rules now points conf files to /etc/freeswitch according to debian standards
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11752 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 12:35:56 +00:00
Brian West
dbc1b7d8b8
remove openmrcp from modules.conf.xml
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11750 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 11:41:28 +00:00
Brian West
d2b40c45bb
here try this out
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11749 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 06:14:53 +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
Brian West
7d71fa0c3c
this makes more sense
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11747 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 05:07:56 +00:00
Rupa Schomaker
5baed33c7e
add API lcr_admin show profiles
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11746 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 05:07:37 +00:00
Rupa Schomaker
fe47675bb6
initialize retval
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11745 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 02:55:17 +00:00
Shane Burrell
3634615e2d
Initial CMAKE file commit
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11744 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 02:53:31 +00:00
Shane Burrell
af4aa9b2dd
Initial CMAKE file commit
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11743 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 02:52:41 +00:00
Shane Burrell
b4a5451a7e
Initial CMAKE file commit
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11742 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 02:50:23 +00:00
Anthony Minessale
36daaffb47
MODAPP-211
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11741 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 00:31:58 +00:00
Anthony Minessale
bcb20f7ab5
add {instant_ringback=true} to make ringback not wait for indication to generate ringback
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11740 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 00:22:41 +00:00
Rupa Schomaker
a425e283ae
support custom SQL for lcr queries
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11739 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 00:18:50 +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
Anthony Minessale
7dd39a1309
tweak turbobuild.sh
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11736 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-10 22:57:54 +00:00
Michael Collins
4924c4da15
Remove sleep(250) and add pause=250 for demo IVR
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11735 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-10 22:44:07 +00:00
Mathieu Rene
16c379e430
Dont hangup after sending/receiving faxes
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11734 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-10 22:00:39 +00:00
Brian West
0982bc90b2
swig all
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11732 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-10 20:21:19 +00:00
Anthony Minessale
2b4b07e527
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11731 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-10 19:19:53 +00:00
Anthony Minessale
be25cc9631
spring cleaning
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11730 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-10 19:09:06 +00:00
Brian West
98cb113cdd
MODENDP-185 and SFSIP-121
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11729 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-10 18:30:49 +00:00
Robert Joly
7020530827
Removed "warning are errors" flag in deprecated VS2005 build.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11726 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-10 03:32:55 +00:00
Robert Joly
2d1746d35a
Fixed problem with compiling against latest OPAL.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11725 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-10 03:31:03 +00:00
Mathieu Rene
61a6e10cfb
SFSIP-120
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11724 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-10 01:48:21 +00:00
Anthony Minessale
6e80c32ae2
FSCORE-288
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11723 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-10 00:58:54 +00:00
Michael Jerris
bc1e93bf5d
use sofia specific flag macros
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11722 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-09 22:35:54 +00:00