Michael Jerris
29cc1e016d
Wed Nov 26 13:18:57 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* configure.ac: bumped version number
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10831 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 21:22:01 +00:00
Michael Jerris
7f70d131ff
Fri Nov 21 08:12:28 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* nua_session.c: call soa_activate() only when nh->nh_soa is valid
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10830 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 21:21:04 +00:00
Michael Jerris
833500ae64
Fri Nov 21 04:52:55 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* nua: try to cope if a re-INVITE nor its ACK contain SDP
Some SIP user-agents use INVITE without SDP offer to refresh session.
By default, NUA sends an offer in 200 OK to such an INVITE and expects
an answer back in ACK. Now nua tries to recover from such a Offer/Answer
protocol error.
Also, if NUTAG_REFRESH_WITHOUT_SDP(1) tag is used, and if the re-INVITE was
received without SDP, no SDP offer is sent in 200 OK.
Thanks for Anthony Minessale for reporting the problem.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10829 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 21:20:22 +00:00
Anthony Minessale
bf201fc035
fix potential race
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10828 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 20:59:00 +00:00
Michael Jerris
3d981b497b
Wed Nov 26 12:58:40 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* nua_session.c: changing session expiration time to follow spirit (not only letter) of RFC 4028
Change suggested by Timo Bruhn.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10827 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 20:47:18 +00:00
Michael Jerris
d5c9694677
Mon Dec 15 08:31:45 CST 2008 Stas Maximov <smaximov@ieee.org>
...
* nta: NULL host and port in user Via are filled automaticaly
NULL host or port in user-supplied Via header will be filled
automaticaly by NTA, just like branch and rport params.
Added related test case to test_nta_api.c.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10826 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 20:34:00 +00:00
Michael Jerris
f7c4b7ad7c
Wed Nov 26 13:30:48 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* outbound.c: silenced warnings
wtf? xxx.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10825 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 20:28:53 +00:00
Michael Jerris
253c81bb45
Wed Nov 26 12:42:31 CST 2008 Paulo Pizarro <paulo DOT pizarro AT gmail DOT com>
...
* tport: new tag TPTAG_TLS_VERIFY_PEER
With this tag, the verification of certificates can be controlled:
0: no verify certificates.
1: on server mode, the certificate returned by client is checked and
if fail the TLS/SSL handshake is immediately terminated.
1: on client mode, the server certificate is verified and
if fail the TLS/SSL handshake is immediately terminated.
I added this tag, because I'd like that my application not connected to a
server with a untrusted certificate.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10824 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 20:26:19 +00:00
Michael Jerris
3294718a97
Wed Nov 26 12:38:03 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* tport.c: log real transport name by tport_vsend()
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10823 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 20:22:09 +00:00
Stefan Knoblich
b7eefbabe5
Rename (unused) constant (fix for opensolaris)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10822 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 20:17:32 +00:00
Michael Jerris
929d0ba8bd
Fri Nov 14 17:26:48 CST 2008 Jarod Neuner <janeuner@networkharbor.com>
...
* sips_in_contact_bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10821 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 20:16:58 +00:00
Michael Jerris
3f739fad27
Wed Nov 12 12:33:20 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* nta: moved truly internal data type definitions into nta.c
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10820 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 20:12:43 +00:00
Stefan Knoblich
f298d6855f
Do not redefined _FILE_OFFSET_BITS (fix for opensolaris)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10819 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 20:12:36 +00:00
Michael Jerris
538a0e2db9
Wed Nov 12 11:30:28 CST 2008 Fabio Ferrari <fabioferrari AT gmail DOT com>
...
* nta: new tag NTATAG_TLS_RPORT()
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10818 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 20:10:32 +00:00
Michael Jerris
decdc84984
Thu Dec 11 06:02:09 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* sdp_print.c: print sdptl in lowercase, too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10817 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 20:01:12 +00:00
Michael Jerris
b51f0287d8
Wed Nov 12 12:00:29 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* sdp_parse.c: use lower-case udptl
According to T.38 V3.4 some implementations are case-sensitive when checking
transport protocol name. Thanks to Timo Bruhn for the hint.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10816 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 19:58:49 +00:00
Michael Jerris
38d7209c25
Thu Dec 11 11:32:13 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* su_taglist.c. removed globals which should have been static in first place
- t_null_next(), t_null_move(), t_null_dup(), t_null_copy(), t_null_find()
- t_skip_next(), t_skip_move(), t_skip_len(), t_skip_dup(), t_skip_filter()
- t_next_next(), t_next_move(), t_next_len(), t_next_dup(), t_next_filter()
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10815 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 19:55:04 +00:00
Michael Jerris
69faddccba
Mon Dec 8 08:59:04 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* su: removed private functions accidentally declared as globals
su_t64_to_time(), mutex_trylocker(), su_port_set_system_preferences()
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10814 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 19:53:46 +00:00
Michael Jerris
6e67acc50b
Thu Dec 11 11:32:49 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* sofia-sip/su_uniqueid.h: proper prototype for su_random()
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10813 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 19:52:05 +00:00
Michael Jerris
8663f5a44c
Thu Dec 11 11:30:29 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* su/addrinfo.c, su/localinfo.c: made usage() static
Make -Wmissing-prototypes happy.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10812 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 19:50:56 +00:00
Michael Jerris
6470214c1f
Fri Nov 28 09:00:01 CST 2008 Tiago Katcipis <katcipis AT inf DOT ufcs DOT br>
...
* tport_tls.c: #include <sofia-sip/*> before <openssl/*>
Avoid lossage in Win32.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10811 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 19:48:45 +00:00
Michael Jerris
fbee0e1340
Fri Nov 28 08:59:31 CST 2008 Tiago Katcipis <katcipis AT inf DOT ufcs DOT br>
...
* tport_type_tls.c: add missing access() for Win32
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10810 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 19:47:41 +00:00
Michael Jerris
5e61659aff
Thu Nov 27 06:08:29 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* sofia-sip/su.h: do not try to use "IPv6 tech preview" with XP
Fix proposed by Filippo Della Betta.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10809 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 19:45:42 +00:00
Michael Jerris
68e9835d7a
Wed Nov 26 14:19:45 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* sdp/Makefile.am: added tests/message-11.sdp to dist
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10808 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 19:44:06 +00:00
Michael Jerris
44c54b9375
Wed Nov 26 12:46:27 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* AUTHORS: added Paulo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10807 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 19:42:09 +00:00
Michael Jerris
cc3033c0ef
Fri Nov 21 08:12:43 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* AUTHORS: updated
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10806 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 19:41:16 +00:00
Michael Jerris
5a8c2da211
Wed Nov 12 13:30:59 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* sac-openssl.m4: fixed test $HAVE_OPENSSL = 1
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10805 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 19:40:34 +00:00
Michael Jerris
40c64dbc70
Wed Nov 12 12:14:17 CST 2008 Pekka Pessi <first.last@nokia.com>
...
* libsofia-sip-ua/Makefile.am: use subshell intead of pushd in doxygen target
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10804 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 19:39:51 +00:00
Anthony Minessale
9fe55b899f
change wording in bootstrap to reflect incompat with libdroolz 2.x
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10803 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 18:45:54 +00:00
Michael Jerris
d8c4d22d40
merge whitespace fixes from sofia-sip tree
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10802 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 18:05:22 +00:00
Raymond Chandler
940dbe85c0
file suffix for MDXMLINT-44
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10801 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 17:18:18 +00:00
Michael Jerris
f73250c6d1
tweak for solaris
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10799 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 16:59:27 +00:00
Anthony Minessale
e5b51e3712
tweak codec lookup func
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10797 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 16:40:38 +00:00
Stefan Knoblich
9780f13c39
Fix FSBUILD-97
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10796 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 16:03:46 +00:00
Raymond Chandler
4f0641d53b
newer version of openldap for MDXMLINT-44
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10795 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 15:48:25 +00:00
Raymond Chandler
296920275b
you ever feel like you don't belong?
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10794 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 15:37:35 +00:00
Chris Parker
f796ff4bc6
Use const char, instead of passing func to switch_true
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10793 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 14:32:17 +00:00
Stefan Knoblich
3a3274aae4
check aclocal availability and version too
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10792 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 14:31:17 +00:00
Anthony Minessale
0ff626934b
let more commands in mod_commmands run from the dialplan via the eval app
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10790 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 13:48:43 +00:00
Michael Jerris
4dc7d512e2
uninitialized var.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10789 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 13:15:42 +00:00
Michael Jerris
53a30c5b90
MODCODEC-6 siren windows build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10788 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 04:14:57 +00:00
Brian West
93cbe94e31
buildopal make sure you have flex and bison installed first
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10787 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 03:56:11 +00:00
Brian West
38de33d545
tweak from stangor
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10786 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 01:57:56 +00:00
Michael Jerris
d1a20a12d1
little leak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10785 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 21:13:03 +00:00
Michael Jerris
493c51c5e4
MODLANG-92 startup scripts do not honor the LUA_PATH and LUA_CPATH env vars
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10784 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 20:50:22 +00:00
Raymond Chandler
2addd616b4
FSCORE-255
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10783 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 20:12:26 +00:00
Stefan Knoblich
d81838ffcf
Silence GCC-4.2 warning / possible GCC-4.3 error
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10781 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 19:46:22 +00:00
Chris Parker
159d1f3cd1
Added patch to close JIRA MODEVENT-28
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10780 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 19:42:02 +00:00
Brian West
2fe80c2235
adding fstop
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10778 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 18:55:44 +00:00
Brian West
2d1d3d98ed
FSSCRIPTS-9 thanks john, sound files will appear by friday for this
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10777 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 18:17:53 +00:00