5060 Commits

Author SHA1 Message Date
Anthony Minessale
9ccc46da4a don't install extra stuff we don't need in our build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6371 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-21 19:09:37 +00:00
Michael Jerris
471bab89f7 fix solaris 64 bit build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6364 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-20 19:15:01 +00:00
Michael Jerris
286d3bd0f9 Tue Nov 20 06:32:08 EST 2007 Pekka Pessi <Pekka.Pessi@nokia.com>
* su_tagarg.h: call va_copy() before calling tl_vlist() 
  
  Looks like Solaris on amd64 is not happy with normal va_start()/va_end() use
  of va_lists.
  
  Thanks for Michael Jerris for reporting the problem. 



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6359 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-20 14:45:37 +00:00
Michael Jerris
60fc10a888 cleanup of unused stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6339 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-19 18:47:56 +00:00
Michael Jerris
b7c6c0e483 Merge up to current sofia-sip darcs.
Thu Nov 15 08:40:38 EST 2007  Pekka.Pessi@nokia.com
  * htable2.h: fixed usize_t/size_t confusion

Fri Nov 16 06:38:51 EST 2007  Youness Alaoui <youness.alaoui@collabora.co.uk>
  * Added #include <stdio.h>

Fri Nov 16 10:27:58 EST 2007  Pekka.Pessi@nokia.com
  * auth_client.c: allow multiple challenges in auc_credentials() or auc_all_credentials()

Fri Nov 16 10:29:00 EST 2007  Pekka.Pessi@nokia.com
  * nua/test_proxy.[hc], nua/test_register.c: test support of multiple realms.

Fri Nov 16 11:17:09 EST 2007  Pekka.Pessi@nokia.com
  * sofia-sip/su_alloc.h, su_alloc.c: added su_home_lock(), su_home_trylock(), su_home_unlock()
  
  Added test in torture_su_alloc.c. Using in su_pthread_port.c.

Fri Nov 16 12:29:55 EST 2007  Pekka.Pessi@nokia.com
  * test_register.c, test_proxy.c: use realm "test-proxy" during normal tests

Fri Nov 16 12:34:00 EST 2007  Pekka.Pessi@nokia.com
  * nua_register.c: sf.net bug #1816647: Outbound contact does not make it to dialogs
  
  Now use Contact from first registration instead of Contact generated from
  transport.

Mon Nov 19 12:00:06 EST 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * su_alloc.c: silenced warnings on Sun CC



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6338 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-19 18:09:15 +00:00
Anthony Minessale
b701f9c802 tweak
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@340 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-19 16:10:19 +00:00
Anthony Minessale
a37aa538ed tweak
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@340 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-19 16:10:19 +00:00
Anthony Minessale
621f1b6a05 tweak
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@339 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-19 14:52:59 +00:00
Anthony Minessale
dbcdb7aac6 tweak
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@339 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-19 14:52:59 +00:00
Anthony Minessale
bb911f2bfd polish
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@338 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 23:32:51 +00:00
Anthony Minessale
6837a069c3 polish
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@338 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 23:32:51 +00:00
Anthony Minessale
a618561858 set actual default
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@337 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 23:23:14 +00:00
Anthony Minessale
7ba733429e set actual default
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@337 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 23:23:14 +00:00
Anthony Minessale
1d06bed622 setup default config and some cleanup
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@336 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 22:41:30 +00:00
Anthony Minessale
bbc4d36b16 setup default config and some cleanup
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@336 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 22:41:30 +00:00
Michael Jerris
9af0aef7ab fix windows build.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@335 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 21:31:22 +00:00
Michael Jerris
bdc8ab6ddd fix windows build.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@335 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 21:31:22 +00:00
Anthony Minessale
185c25a5b5 add ec params
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@334 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 19:33:34 +00:00
Anthony Minessale
2e874998b4 add ec params
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@334 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 19:33:34 +00:00
Michael Jerris
233ecfc43b windows build initial attempts.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@333 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 03:45:54 +00:00
Michael Jerris
df1b623c5e windows build initial attempts.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@333 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 03:45:54 +00:00
Anthony Minessale
60191d9c84 merge in sep str changes from big brother
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@332 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 01:42:45 +00:00
Anthony Minessale
ffe8247552 merge in sep str changes from big brother
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@332 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 01:42:45 +00:00
Anthony Minessale
6b88eec7bf pika-choo i choose you
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@331 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 01:39:28 +00:00
Anthony Minessale
e791b35e75 pika-choo i choose you
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@331 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-17 01:39:28 +00:00
Anthony Minessale
5fe2353c2f add param
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6317 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-17 00:26:28 +00:00
Michael Jerris
f3b2b20c5b silence warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6312 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-16 20:18:01 +00:00
Michael Jerris
b25d204d2b silence warning
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@330 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-16 20:17:43 +00:00
Michael Jerris
0230150406 silence warning
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@330 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-16 20:17:43 +00:00
Michael Jerris
29176defca add --enable-64 configure flag to build 64 bit with suncc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6299 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-16 05:07:35 +00:00
Michael Jerris
c5765d0c61 add --enable-64 configure flag to build 64 bit with suncc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6298 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-16 04:38:09 +00:00
Michael Jerris
7adaab24f2 add --enable-64 configure flag to build 64 bit with suncc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6297 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-16 04:26:00 +00:00
Michael Jerris
e04965cd71 add --enable-64 configure flag to build 64 bit with suncc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6296 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-16 03:35:07 +00:00
Michael Jerris
e06419ceda add --enable-64 configure flag to build 64 bit with suncc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6294 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-16 01:45:29 +00:00
Anthony Minessale
565ab1d66d double trouble
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6292 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-15 22:27:33 +00:00
Anthony Minessale
fb6a913060 double trouble
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@329 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-15 22:22:21 +00:00
Anthony Minessale
481561c396 double trouble
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@329 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-15 22:22:21 +00:00
Anthony Minessale
86fc8ff116 update
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@328 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-15 22:05:41 +00:00
Anthony Minessale
4c6a22bf8e update
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@328 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-15 22:05:41 +00:00
Michael Jerris
960a2e2606 --enable-64 for 64bit suncc build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6288 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-15 21:02:53 +00:00
Michael Jerris
ac729c3020 start adding solaris suncc 64 bit support native in the build system
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6287 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-15 20:07:34 +00:00
Michael Jerris
d6d9890b8d build fix for OS X 10.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6253 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-14 00:01:51 +00:00
Michael Jerris
f5a7066aa3 fix qwirk in solaris build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6247 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-13 22:04:42 +00:00
Michael Jerris
797d7c5701 fix sun studio build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6241 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-13 20:06:22 +00:00
Michael Jerris
df25daeaae fix sun studio build
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@327 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-13 20:06:07 +00:00
Michael Jerris
194fad282d fix sun studio build
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@327 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-13 20:06:07 +00:00
Michael Jerris
8ff118dc2c merge with sofia darcs trunk:
Fri Oct 12 08:42:17 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * Makefile.am: fixed ordering of SUBDIRS

Fri Oct 12 13:32:02 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * win32/utils/stunc.dsp: fixed include paths

Fri Oct 12 13:32:19 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * win32/tests/torture_su_root: fixed include paths

Fri Oct 12 13:32:52 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * win32: added missing files from Makefile.am, .dsp, vproj

Fri Oct 12 13:33:42 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * win32/build_sources.cmd: added extra headers to sip_tag.c and sip_parser_table.c

Fri Oct 12 13:37:00 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * win32/check.cmd: added option -a to relevant tests. 
    Optionally check Release build.

Fri Oct 12 13:37:25 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * url.h: silenced warning on URL_INIT_AS()

Fri Oct 12 13:37:43 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * tstdef.h: silenced warnings on TEST_M()

Fri Oct 12 13:38:15 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * nta_internal.h, nua_params.c: fixed NTATAG_UDP_MTU() type

Fri Oct 12 13:39:06 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * test_class.h: fixed test_auth_class, test_numeric_class declaration

Fri Oct 12 13:39:51 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * Fixed various tests on win32.

Fri Oct 12 13:39:58 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * sip_basic.c: removed dead code

Fri Oct 12 14:38:02 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * nea_server.c: avoid raporting un-SUBSCRIBE twice

Fri Oct 12 14:38:31 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * test_sip_events.c: checking some nua_i_notifier/nua_i_subscriber events

Fri Oct 12 14:38:42 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  tagged Release candidate 2 for 1.12.7

Mon Oct 15 04:03:22 EDT 2007  Pekka.Pessi@nokia.com
  * configure.ac, RELEASE: version 1.12.7

Mon Oct 15 08:27:13 EDT 2007  Pekka.Pessi@nokia.com
  * open_c: included in the dist

Tue Oct 16 08:07:46 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * nua: Open C fixes

Wed Oct 17 06:50:11 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * nua.docs: replace reference to nua_cli.c with sofsip_cli

Wed Oct 17 08:43:11 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  tagged rel-sofia-sip-1_12_7

Wed Oct 17 08:43:15 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  tagged 1.12.7

Wed Oct 17 11:01:12 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * libsofia-sip-ua/su/Makefile.am: fixed problem with automake 1.9

Wed Oct 17 11:13:15 EDT 2007  Pekka.Pessi@nokia.com
  * configure.ac, RELEASE: opened tree for development

Tue Oct 23 10:45:17 EDT 2007  Pekka.Pessi@nokia.com
  * su_alloc.c: fixed su_home_init() (not initializing pointer to mutexes)

Thu Oct 25 13:15:45 EDT 2007  Pekka.Pessi@nokia.com
  * nua_notifier.c: updated nua_i_subscribe, nua_notify() and nua_r_notify documentation

Wed Nov  7 07:58:08 EST 2007  Pekka.Pessi@nokia.com
  * sofia-sip/htable2.h: fixed HTABLE_PROTOS2()



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6219 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-12 16:04:47 +00:00
Brian West
6528728611 fix sendfile for 10.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6185 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-08 13:45:57 +00:00
Anthony Minessale
9aa7a3f9fd bottoms up!
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@326 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-08 01:42:21 +00:00
Anthony Minessale
02070dc6b2 bottoms up!
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@326 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-08 01:42:21 +00:00