5060 Commits

Author SHA1 Message Date
Michael Jerris
4110f73cf3 add msvc 2008 sln/project files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6690 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-12 01:40:13 +00:00
Michael Jerris
ce4755c362 add pic
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6676 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-11 22:01:01 +00:00
Michael Jerris
6c86bd9cc3 fix non-windows build broken by msvc 9 fix.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6645 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-11 16:00:43 +00:00
Michael Jerris
067afdf3d3 fix for msvc 9 build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6644 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-11 15:58:20 +00:00
Michael Jerris
4a059f764a prepend su_ to inet_ntop and inet_pton replacement functions to work around problematic msvc 9 headers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6632 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-11 10:45:05 +00:00
Michael Jerris
ed82dd79bc add missing header files for msvc 9 build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6631 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-11 10:15:58 +00:00
Michael Jerris
5c19d7f5d1 fix for msvc 9 build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6630 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-11 10:10:03 +00:00
Michael Jerris
673ce5afba msvc 9 build tweak.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6626 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-11 09:52:42 +00:00
Michael Jerris
773894bc2d if the leg is already destroyed, just kill the original request.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6541 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-06 19:18:42 +00:00
Michael Jerris
058ab862b3 sync to current darcs tree:
Tue Nov 20 11:46:34 EST 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * nua_register.c: silenced warning with URL_INIT_AS() on Sun CC

Tue Nov 20 11:47:06 EST 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * test_register.c: fixed authentication caching issue

Tue Nov 20 12:09:19 EST 2007  Pekka.Pessi@nokia.com
  * tport: tport_name_is_resolved() now uses host_is_ip_address()

Tue Nov 20 12:53:54 EST 2007  Pekka.Pessi@nokia.com
  * tport.c: fixed EXPENSIVE unresolved bug.

Wed Nov 21 07:10:40 EST 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * test_tport.c: skipping tests on TLS if send fails. 

Wed Nov 21 11:46:42 EST 2007  Pekka.Pessi@nokia.com
  * test_nta.c: removed dead code

Thu Nov 22 08:42:14 EST 2007  Pekka.Pessi@nokia.com
  * test_nta.c: refactored client side tests

Thu Nov 22 09:39:45 EST 2007  Pekka.Pessi@nokia.com
  * nta: added nta_sip_is_internal().

Tue Nov 27 13:43:41 EST 2007  Pekka.Pessi@nokia.com
  * test_htable2.c: removed conversion warning 
  
  Conversion of size_t to isize_t when compiled wihout --disable-size-compat.

Wed Nov 21 11:16:04 EST 2007  Daniele Rondina <geaaru at gmail dot com>
  * nta.c: nta_outgoing_*create() now uses NTATAG_TPORT() even if NTATAG_DEFAULT_PROXY() is set

Thu Nov 22 09:36:21 EST 2007  Pekka.Pessi@nokia.com
  * nta.c: always use tport from NTATAG_TPORT() (even if it is bad)
  
  Add tests, too.

Thu Nov 22 10:01:33 EST 2007  Pekka.Pessi@nokia.com
  * nta: added nta_msg_is_internal().

Mon Nov 26 17:08:16 EST 2007  Pekka.Pessi@nokia.com
  * test_proxy.c: removed memory leaks

Mon Nov 26 17:08:35 EST 2007  Pekka.Pessi@nokia.com
  * test_basic_call.c: fixed --no-proxy tests

Mon Nov 26 17:12:27 EST 2007  Pekka.Pessi@nokia.com
  * sofia-sip/su_wait.h: added su_msg_new(), su_msg_send_to(), su_msg_deinitializer()
  
  Reduce overhead from message passing.

Mon Nov 26 19:15:41 EST 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * configure.ac: defining HAVE_SOFIA_HTTP

Mon Nov 26 19:23:05 EST 2007  Pekka.Pessi@nokia.com
  * nua: moved message passing into nua_stack.c. Recfactored reference counting.
  
  This seems to fix the memory leak within 1.12.7.

Wed Nov 28 10:15:07 EST 2007  Pekka.Pessi@nokia.com
  * test_su.c: removed calls of deprecated (and unimplemented) functions su_clone_pause()/su_clone_resume()

Thu Nov 22 09:59:13 EST 2007  Pekka.Pessi@nokia.com
  * nua_stack.c: more logging on bad authentication

Mon Nov 26 19:49:34 EST 2007  Pekka.Pessi@nokia.com
  * tport.h, tport.c: updated tport_create() docs

Thu Nov 29 12:17:40 EST 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * tport: collecting statistics

Thu Nov 29 12:21:10 EST 2007  Pekka.Pessi@nokia.com
  * rules/sofia.am: defining INTERNAL_INCLUDES so it can be used from any subdir
  
  utils/Makefile.am, libsofia-sip-ua/nua/Makefile.am: using INCLUDES from sofia.am

Thu Nov 29 13:03:44 EST 2007  Pekka.Pessi@nokia.com
  * nua: moved test_nua contents in ltlibraries

Thu Nov 29 13:05:25 EST 2007  Pekka.Pessi@nokia.com
  * Makefile.am, configure.ac: added subdir tests for Check-based module tests

Fri Nov 30 09:03:14 EST 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * nua_session.c: avoid NULL nua_session_state_t pointer in nua_update_client_report
  
  Thanks to Fabio Margarido for reporting this problem.



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6539 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-06 18:44:14 +00:00
Anthony Minessale
9ad062b684 fix off-by-5 error
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6494 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-04 17:06:01 +00:00
Michael Jerris
28b9c10b52 we don't have this support on windows yet.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@355 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-12-04 16:13:52 +00:00
Michael Jerris
839f6e0d91 we don't have this support on windows yet.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@355 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-12-04 16:13:52 +00:00
Anthony Minessale
0f1d4b9a70 don't link to installed libs, patch from stkn (fix for MODLANG-47)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6480 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-03 16:29:07 +00:00
Anthony Minessale
4a61a74272 update
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@354 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-12-02 16:05:19 +00:00
Anthony Minessale
0ebf02ae82 update
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@354 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-12-02 16:05:19 +00:00
Anthony Minessale
a8433a1956 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6454 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-30 23:30:40 +00:00
Anthony Minessale
06a88cb0e5 update
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@353 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-30 23:30:36 +00:00
Anthony Minessale
4e3bfaa971 update
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@353 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-30 23:30:36 +00:00
Anthony Minessale
321b68c5b4 these aren't the droids you're looking for, move along....
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6453 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-30 22:56:01 +00:00
Michal Bielicki
7487bc8626 better fix for wrongly placed nspr libraries
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6438 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-29 19:05:46 +00:00
Michal Bielicki
53d5f36e2f fixed nsprlib install path
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6435 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-29 17:33:50 +00:00
Anthony Minessale
d79d8ba65c add some stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6430 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-29 02:48:44 +00:00
Anthony Minessale
34ec86778d add dial regexs
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@352 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-24 18:04:14 +00:00
Anthony Minessale
e728218e2f add dial regexs
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@352 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-24 18:04:14 +00:00
Anthony Minessale
1a94caa449 off by 1 err pointed out by trixter from irc
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@351 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-23 18:09:44 +00:00
Anthony Minessale
e27ac53847 off by 1 err pointed out by trixter from irc
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@351 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-23 18:09:44 +00:00
Anthony Minessale
620508cc80 off by 1 err pointed out by trixter from irc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6388 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-23 18:09:23 +00:00
Anthony Minessale
5a3c1ad752 more tweaks
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@350 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-23 17:05:04 +00:00
Anthony Minessale
06e51c310b more tweaks
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@350 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-23 17:05:04 +00:00
Anthony Minessale
255071deb3 tweaks
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@349 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-23 16:08:05 +00:00
Anthony Minessale
fc327a2308 tweaks
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@349 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-23 16:08:05 +00:00
Michael Jerris
0159aad8f5 try to not install extra stuff (oops)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6382 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-23 00:43:04 +00:00
Michael Jerris
b897045c48 try to not install extra stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6381 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-23 00:05:39 +00:00
Michael Jerris
df13c6e199 try to not install extra stuff (oops)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6379 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-22 23:15:45 +00:00
Michael Jerris
b053df2b52 try to not install extra stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6378 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-22 21:58:44 +00:00
Michael Jerris
a78fc9115b MODENDP-47
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@347 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-22 15:59:31 +00:00
Michael Jerris
fcde65bbf2 MODENDP-47
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@347 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-22 15:59:31 +00:00
Michael Jerris
3f2097c49b Add files for 5ess Dialect, numerous formatting and typo fixes. MODENDP-43 and MODENDP-44.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@346 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-22 09:28:40 +00:00
Michael Jerris
e01c1022bb Add files for 5ess Dialect, numerous formatting and typo fixes. MODENDP-43 and MODENDP-44.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@346 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-22 09:28:40 +00:00
Anthony Minessale
027e0d1438 add pika isdn support
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@345 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-21 22:08:47 +00:00
Anthony Minessale
32e176c561 add pika isdn support
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@345 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-21 22:08:47 +00:00
Michael Jerris
e000d71425 unused var.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@344 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-21 22:08:37 +00:00
Michael Jerris
d0a3cefa3f unused var.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@344 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-21 22:08:37 +00:00
Michael Jerris
8e8f641f3c pull some state stuff out for now
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@343 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-21 22:02:04 +00:00
Michael Jerris
8dfec4151f pull some state stuff out for now
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@343 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-21 22:02:04 +00:00
Michael Jerris
8d234ad209 allways tell the app regardless of state.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@342 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-21 21:55:46 +00:00
Michael Jerris
e77c69f283 allways tell the app regardless of state.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@342 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-21 21:55:46 +00:00
Michael Jerris
e0ddee14a3 Send event to app when we get a release.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@341 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-21 21:08:06 +00:00
Michael Jerris
3faf9b70c3 Send event to app when we get a release.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@341 a93c3328-9c30-0410-af19-c9cd2b2d52af
2007-11-21 21:08:06 +00:00