]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Michael Jerris [Wed, 11 Feb 2009 16:19:47 +0000 (16:19 +0000)]
Thu Jan 8 14:20:45 CST 2009 Pekka Pessi <first.last@nokia.com>
* outbound.c: use default peer info when outbound is created
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11781
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 11 Feb 2009 16:19:02 +0000 (16:19 +0000)]
Thu Jan 8 13:04:57 CST 2009 Pekka Pessi <first.last@nokia.com>
* docs/Doxyfile.aliases: Added @VERSION_1_12_10, @NEW_1_12_10
Also @VERSION_UNRELEASED and @NEW_UNRELEASED.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11780
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 11 Feb 2009 16:18:36 +0000 (16:18 +0000)]
Thu Jan 8 13:04:03 CST 2009 Pekka Pessi <first.last@nokia.com>
* auth_client: do not crash with unknown authentication schemes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11779
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 11 Feb 2009 16:17:58 +0000 (16:17 +0000)]
Thu Jan 8 14:11:49 CST 2009 Pekka Pessi <first.last@nokia.com>
* su_string.c: fixed su_strcasestr()
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11778
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 11 Feb 2009 16:16:52 +0000 (16:16 +0000)]
Thu Jan 8 12:04:21 CST 2009 Pekka Pessi <first.last@nokia.com>
* sofia-sip/su_string.h: added
Adding locale-independent, NULL-safe string comparison,
matching and searching functions:
- su_strcmp()
- su_strncmp()
- su_strcasecmp()
- su_strncasecmp()
- su_strmatch()
- su_strnmatch()
- su_casematch()
- su_casenmatch()
- su_strcasestr()
- su_strnspn()
- su_strncspn()
- su_memspn()
- su_memcspn()
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11777
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 11 Feb 2009 16:16:20 +0000 (16:16 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 16:15:46 +0000 (16:15 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 16:15:05 +0000 (16:15 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 16:14:35 +0000 (16:14 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 16:14:05 +0000 (16:14 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 16:12:35 +0000 (16:12 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 16:11:56 +0000 (16:11 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 16:11:33 +0000 (16:11 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 16:10:58 +0000 (16:10 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 16:08:28 +0000 (16:08 +0000)]
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
Stefan Knoblich [Wed, 11 Feb 2009 16:04:30 +0000 (16:04 +0000)]
[ozmod_isdn] Backport fix from rework branch: use channel flag rather than CRVFlag to properly release channels in ZAP_CHANNEL_STATE_DOWN transition
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@662
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Stefan Knoblich [Wed, 11 Feb 2009 16:04:30 +0000 (16:04 +0000)]
[ozmod_isdn] Backport fix from rework branch: use channel flag rather than CRVFlag to properly release channels in ZAP_CHANNEL_STATE_DOWN transition
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@662
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Michael Jerris [Wed, 11 Feb 2009 16:04:30 +0000 (16:04 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 16:03:09 +0000 (16:03 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 15:58:09 +0000 (15:58 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 15:57:41 +0000 (15:57 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 15:57:13 +0000 (15:57 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 15:56:43 +0000 (15:56 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 15:56:04 +0000 (15:56 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 15:55:22 +0000 (15:55 +0000)]
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
Brian West [Wed, 11 Feb 2009 15:54:48 +0000 (15:54 +0000)]
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
Michael Jerris [Wed, 11 Feb 2009 15:20:27 +0000 (15:20 +0000)]
FSCORE-292
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11757
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 11 Feb 2009 15:15:44 +0000 (15:15 +0000)]
FSCORE-292
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11756
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 11 Feb 2009 15:10:27 +0000 (15:10 +0000)]
move PFLAGS to be array based
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11755
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 11 Feb 2009 14:56:22 +0000 (14:56 +0000)]
FSCORE-294
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11754
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 11 Feb 2009 14:52:39 +0000 (14:52 +0000)]
FSCORE-293
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11753
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Nicholas Amorim [Wed, 11 Feb 2009 12:35:56 +0000 (12:35 +0000)]
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
Brian West [Wed, 11 Feb 2009 11:41:28 +0000 (11:41 +0000)]
remove openmrcp from modules.conf.xml
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11750
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 11 Feb 2009 06:14:53 +0000 (06:14 +0000)]
here try this out
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11749
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Shane Burrell [Wed, 11 Feb 2009 06:07:46 +0000 (06:07 +0000)]
Adding more output as example. Added libedit cmake
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11748
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 11 Feb 2009 05:07:56 +0000 (05:07 +0000)]
this makes more sense
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11747
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Rupa Schomaker [Wed, 11 Feb 2009 05:07:37 +0000 (05:07 +0000)]
add API lcr_admin show profiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11746
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Rupa Schomaker [Wed, 11 Feb 2009 02:55:17 +0000 (02:55 +0000)]
initialize retval
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11745
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Shane Burrell [Wed, 11 Feb 2009 02:53:31 +0000 (02:53 +0000)]
Initial CMAKE file commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11744
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Shane Burrell [Wed, 11 Feb 2009 02:52:41 +0000 (02:52 +0000)]
Initial CMAKE file commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11743
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Shane Burrell [Wed, 11 Feb 2009 02:50:23 +0000 (02:50 +0000)]
Initial CMAKE file commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11742
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 11 Feb 2009 00:31:58 +0000 (00:31 +0000)]
MODAPP-211
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11741
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 11 Feb 2009 00:22:41 +0000 (00:22 +0000)]
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
Rupa Schomaker [Wed, 11 Feb 2009 00:18:50 +0000 (00:18 +0000)]
support custom SQL for lcr queries
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11739
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 11 Feb 2009 00:17:17 +0000 (00:17 +0000)]
clean up tone_detect
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@661
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Wed, 11 Feb 2009 00:17:17 +0000 (00:17 +0000)]
clean up tone_detect
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@661
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Wed, 11 Feb 2009 00:16:36 +0000 (00:16 +0000)]
clean up tone_detect
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11738
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 10 Feb 2009 23:44:51 +0000 (23:44 +0000)]
fix hangup issue
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@660
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Tue, 10 Feb 2009 23:44:51 +0000 (23:44 +0000)]
fix hangup issue
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@660
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Tue, 10 Feb 2009 22:57:54 +0000 (22:57 +0000)]
tweak turbobuild.sh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11736
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Collins [Tue, 10 Feb 2009 22:44:07 +0000 (22:44 +0000)]
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
Mathieu Rene [Tue, 10 Feb 2009 22:00:39 +0000 (22:00 +0000)]
Dont hangup after sending/receiving faxes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11734
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 10 Feb 2009 20:31:47 +0000 (20:31 +0000)]
fix build
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@659
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Michael Jerris [Tue, 10 Feb 2009 20:31:47 +0000 (20:31 +0000)]
fix build
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@659
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Brian West [Tue, 10 Feb 2009 20:21:19 +0000 (20:21 +0000)]
swig all
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11732
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 10 Feb 2009 19:19:53 +0000 (19:19 +0000)]
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11731
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 10 Feb 2009 19:09:06 +0000 (19:09 +0000)]
spring cleaning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11730
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Tue, 10 Feb 2009 18:30:49 +0000 (18:30 +0000)]
MODENDP-185 and SFSIP-121
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11729
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 10 Feb 2009 16:43:16 +0000 (16:43 +0000)]
fix sangoma caller-id issue
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@658
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Tue, 10 Feb 2009 16:43:16 +0000 (16:43 +0000)]
fix sangoma caller-id issue
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@658
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Tue, 10 Feb 2009 16:41:03 +0000 (16:41 +0000)]
fix hangup issue
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@657
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Tue, 10 Feb 2009 16:41:03 +0000 (16:41 +0000)]
fix hangup issue
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@657
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Robert Joly [Tue, 10 Feb 2009 03:32:55 +0000 (03:32 +0000)]
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
Robert Joly [Tue, 10 Feb 2009 03:31:03 +0000 (03:31 +0000)]
Fixed problem with compiling against latest OPAL.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11725
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Mathieu Rene [Tue, 10 Feb 2009 01:48:21 +0000 (01:48 +0000)]
SFSIP-120
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11724
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 10 Feb 2009 00:58:54 +0000 (00:58 +0000)]
FSCORE-288
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11723
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 9 Feb 2009 22:35:54 +0000 (22:35 +0000)]
use sofia specific flag macros
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11722
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Mon, 9 Feb 2009 21:28:38 +0000 (21:28 +0000)]
FSCORE-289
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11721
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Moises Silva [Mon, 9 Feb 2009 20:32:26 +0000 (20:32 +0000)]
fixing zap device name and adding error message for a failed open in mod_dahdi_codec
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11720
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Mon, 9 Feb 2009 19:14:34 +0000 (19:14 +0000)]
avoid polycom bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11718
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 9 Feb 2009 19:13:02 +0000 (19:13 +0000)]
add api interface to oz and use it in ozmod_libpri
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@656
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Mon, 9 Feb 2009 19:13:02 +0000 (19:13 +0000)]
add api interface to oz and use it in ozmod_libpri
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@656
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Mathieu Rene [Mon, 9 Feb 2009 18:48:26 +0000 (18:48 +0000)]
Add commented disable-srv and disable-naptr options to sample config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11717
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 9 Feb 2009 17:56:38 +0000 (17:56 +0000)]
use sofia specific flag macros
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11713
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 9 Feb 2009 17:17:47 +0000 (17:17 +0000)]
whoops
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@655
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Michael Jerris [Mon, 9 Feb 2009 17:17:47 +0000 (17:17 +0000)]
whoops
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@655
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Brian West [Mon, 9 Feb 2009 16:40:37 +0000 (16:40 +0000)]
tweak time_Test to not take insane values
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11706
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Mon, 9 Feb 2009 16:18:21 +0000 (16:18 +0000)]
xml_free in the proper location if invalid data is given to group_call
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11704
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Mon, 9 Feb 2009 16:02:50 +0000 (16:02 +0000)]
never hurts to be extra careful
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11702
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Mon, 9 Feb 2009 09:03:32 +0000 (09:03 +0000)]
MODAPP-210
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11699
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 9 Feb 2009 00:51:42 +0000 (00:51 +0000)]
MODFORM-23
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11698
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 9 Feb 2009 00:30:32 +0000 (00:30 +0000)]
MODENDP-184
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11697
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Moises Silva [Sun, 8 Feb 2009 06:33:22 +0000 (06:33 +0000)]
fixed calculation of numchannels for decoders and transcoders for mod_dahdi_codec
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11684
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Mathieu Rene [Sun, 8 Feb 2009 00:38:48 +0000 (00:38 +0000)]
MODENDP-183 Add disable-srv and disable-naptr params to sip profiles (default false)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11683
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sat, 7 Feb 2009 23:17:03 +0000 (23:17 +0000)]
comment verbose message
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@654
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Sat, 7 Feb 2009 23:17:03 +0000 (23:17 +0000)]
comment verbose message
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@654
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Sat, 7 Feb 2009 23:14:25 +0000 (23:14 +0000)]
add ozmod_libpri and framework for per module api commands like FS has, mikej probably needs to fix vasprintf.....
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@653
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Sat, 7 Feb 2009 23:14:25 +0000 (23:14 +0000)]
add ozmod_libpri and framework for per module api commands like FS has, mikej probably needs to fix vasprintf.....
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@653
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Sat, 7 Feb 2009 21:22:12 +0000 (21:22 +0000)]
lisdexic
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11682
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Moises Silva [Sat, 7 Feb 2009 19:14:03 +0000 (19:14 +0000)]
mod_dahdi_codec now works with Zaptel too, no need for DAHDI or Zaptel headers.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11681
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sat, 7 Feb 2009 16:44:46 +0000 (16:44 +0000)]
add extra checking for race cond in bgapi
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11680
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 6 Feb 2009 23:49:22 +0000 (23:49 +0000)]
fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11678
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 6 Feb 2009 20:44:53 +0000 (20:44 +0000)]
add enable_file_write_buffering variable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11677
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Collins [Fri, 6 Feb 2009 20:33:20 +0000 (20:33 +0000)]
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
Michael Jerris [Fri, 6 Feb 2009 19:15:42 +0000 (19:15 +0000)]
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
Michael Jerris [Fri, 6 Feb 2009 19:09:42 +0000 (19:09 +0000)]
build tweak
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@652
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Michael Jerris [Fri, 6 Feb 2009 19:09:42 +0000 (19:09 +0000)]
build tweak
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@652
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Michael Jerris [Fri, 6 Feb 2009 19:01:31 +0000 (19:01 +0000)]
fix gcc 4.3.2 rpm build
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@651
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Michael Jerris [Fri, 6 Feb 2009 19:01:31 +0000 (19:01 +0000)]
fix gcc 4.3.2 rpm build
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@651
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Michael Jerris [Fri, 6 Feb 2009 18:46:12 +0000 (18:46 +0000)]
build: fix configure --sysconfdir (FSBUILD-84)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11670
d0543943 -73ff-0310-b7d9-
9358b9ac24b2