Commit Graph

7404 Commits

Author SHA1 Message Date
Brian West
ce9d7576fa MODAPP-138 with tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9459 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-05 04:09:50 +00:00
Brian West
f273047342 this will make it behave as if you didn't set the ext-sip-ip and ext-rtp-ip if they are empty values. Also correct the spelling of Invalid
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9458 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-05 03:57:57 +00:00
Brian West
b68a3f97fc if the string is empty lets use the guessed ip instead.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9457 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-05 03:44:02 +00:00
Michael Giagnocavo
fb9e85df57 Allow class name only function resolution in mod_mono because some people were too lazy to fully qualify
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9456 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 23:28:10 +00:00
Michael Giagnocavo
b95e23441d All swig files now go into swig.cs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9455 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 23:18:14 +00:00
Michael Giagnocavo
86d26dc547 Mono2.0 does not seem to need swigStringFix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9454 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 23:13:56 +00:00
Anthony Minessale
a77bdfca66 remove empty func proto
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9453 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 22:48:12 +00:00
Anthony Minessale
b2429e8df6 fix small leak in wait_for_silence
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9452 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 22:43:49 +00:00
Michael Giagnocavo
cc6a7d74df Update mod_mono for Win32
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9451 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 22:39:29 +00:00
Anthony Minessale
2e46528e52 fix bridge app to make sure both channels are ready for media when one is only in ringing state
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9449 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 18:29:43 +00:00
Michael Jerris
bfafa0bd36 formating and fix switch statement
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9448 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 17:18:22 +00:00
Brian West
d6e6e52239 fix tab
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9447 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 16:56:07 +00:00
Brian West
331263a0bc fix tab
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9446 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 16:54:10 +00:00
Antonio Gallo
3e3c7c9b70 include latest debug things
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9445 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 16:25:24 +00:00
Antonio Gallo
31351e8c9d placeholder for event firing routing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9444 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 14:01:27 +00:00
Antonio Gallo
393b926298 fix write_coded changing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9443 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 13:45:22 +00:00
Antonio Gallo
2cc8b92177 both rxfax and txfax now answer the channell correctly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9442 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 12:07:55 +00:00
Antonio Gallo
301b575ee2 fix comments in source code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9441 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 11:17:50 +00:00
Antonio Gallo
0f84faee96 TxFax is there have fun
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9440 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 11:12:14 +00:00
Antonio Gallo
e8eed2e636 moved spandsp initialization on top of the file in order that a "goto done" will not jump to the end of the file running spandsp functions on an unitialized fax pointer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9439 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 10:37:13 +00:00
Antonio Gallo
015738af00 improved phase_e_handler
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9438 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 10:17:55 +00:00
Antonio Gallo
477ca7e129 improved phase_d_handler
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9437 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 10:06:24 +00:00
Antonio Gallo
3b964e9a57 improved phase_b_handler
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9436 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 09:59:55 +00:00
Antonio Gallo
41f7634d89 improved mod_fax options, logging and debugging
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9435 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 09:33:04 +00:00
Anthony Minessale
369709d481 code cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9434 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 07:08:34 +00:00
Anthony Minessale
e1fe36f182 fix freeswitch build if no libtiff installed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9433 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 06:32:23 +00:00
Michael Jerris
5a7156a73d fix compiler warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9432 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-04 00:45:39 +00:00
Antonio Gallo
6d12e74570 improved mod_fax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9431 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 23:16:23 +00:00
Brian West
ac587695db test
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9430 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 23:12:29 +00:00
Antonio Gallo
fe1785184d test
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9429 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 23:11:45 +00:00
Michael Jerris
b1ce63fc2a fix mod_fax build with latest spandsp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9427 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 20:03:53 +00:00
Michael Jerris
c986bb4406 spandsp build integration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9426 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 19:44:49 +00:00
Michael Jerris
1e177dbd2b inital checkin of spandsp from http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080829.tar.gz
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9425 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 19:02:00 +00:00
Brian West
c72e353b55 add Antonio Gallo to credits
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9424 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 18:55:30 +00:00
Brian West
f117151d72 tweaks from agx
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9423 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 18:47:05 +00:00
Michael Jerris
04855d3cc0 Wed Sep 3 14:21:06 EDT 2008 Pekka Pessi <first.last@nokia.com>
* nua: using nua_client_set_terminating()



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9422 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 18:32:12 +00:00
Michael Jerris
ef020e6016 Wed Sep 3 14:20:29 EDT 2008 Pekka Pessi <first.last@nokia.com>
* nua: added reference counting for client-side transactions



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9421 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 18:30:56 +00:00
Michael Jerris
a2740a96c8 Wed Sep 3 13:55:22 EDT 2008 Pekka Pessi <first.last@nokia.com>
* nua: using HAVE_MEMLEAK_LOG
  
  Logging nua_handle_ref() and nua_handle_unref().



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9420 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 18:29:19 +00:00
Michael Jerris
fc0293d266 Wed Sep 3 13:50:17 EDT 2008 Pekka Pessi <first.last@nokia.com>
* nua_tag.c: updated documentation on NUA tags



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9419 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 18:28:41 +00:00
Michael Jerris
8e37367fb6 Wed Sep 3 13:49:53 EDT 2008 Pekka Pessi <first.last@nokia.com>
* outbound.c: do not use OPTIONS keepalive by default but on UDP
  
  On TCP, use TCP-level keepalives.



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9418 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 18:27:56 +00:00
Michael Jerris
9770bd3a12 Wed Sep 3 13:11:43 EDT 2008 Pekka Pessi <first.last@nokia.com>
* configure.ac: added --enable-memleag-log and HAVE_MEMLEAK_LOG



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9417 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 18:27:14 +00:00
Brian West
305107818e update header
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9416 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 17:35:09 +00:00
Anthony Minessale
0bc50087da add mod_fax rxfax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9415 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 17:08:30 +00:00
Brian West
a09599e811 allow you to get the privacy bits in the caller_profile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9414 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 15:20:21 +00:00
Brian West
482147bc2b remove double tag
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9409 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-02 20:09:04 +00:00
Brian West
1322bdd651 document the ping option in the gateway examples on profiles also
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9408 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-02 20:08:15 +00:00
Anthony Minessale
9d1df9df42 insert variables from the domain tag in the set_user app
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9407 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-02 16:38:45 +00:00
Anthony Minessale
4b017a5d2a make dingaling end call on ice timeout
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9406 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-02 16:38:16 +00:00
Brian West
bc13592e0e fix the fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9405 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-02 14:56:55 +00:00
Brian West
8045d1f0a8 fix MODAPP-134
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9404 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-02 14:50:03 +00:00