Commit Graph

5631 Commits

Author SHA1 Message Date
Michael Jerris 3ed8e1ad9d tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10122 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 02:46:36 +00:00
Michael Jerris 2d764cc0b0 build tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10121 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 01:39:04 +00:00
Michael Jerris 69bd6a54d0 don't put CN in sdp answer if it was not in the offer.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10120 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 01:14:07 +00:00
Michael Giagnocavo 9bc126b083 de-oops demo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10119 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 22:10:58 +00:00
Michael Giagnocavo 67015251ad Make cpp code as unmanaged as possible
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10118 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 22:02:58 +00:00
Michael Jerris 885c1e6144 windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10117 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 21:55:06 +00:00
Anthony Minessale 561467d6a5 update to previous patch
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10116 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 18:33:12 +00:00
Anthony Minessale 2679758551 pass pdd data to a leg on oubound calls using bridge
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10115 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 18:32:54 +00:00
Anthony Minessale 65c91197b9 add patch from FSCORE-208
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10113 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 17:51:34 +00:00
Anthony Minessale 40a050c6b7 setting profile option multiple-registrations=contact key multi reg off the contact string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10112 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 17:40:43 +00:00
Anthony Minessale 35d0476b5c apply patch from lele for proxy mode+sip to not kill T38
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10111 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 17:12:04 +00:00
Anthony Minessale 22210f41ce inbound connection to event_socket can now take over an existing channel with 'myevents <uuid>' to take on the behaviour of an outbound socket
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10110 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 16:32:55 +00:00
Michael Jerris 3906afe4d1 var scope masking.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10109 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 14:08:24 +00:00
Anthony Minessale a5089f3db8 missing p
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10108 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 13:14:41 +00:00
Anthony Minessale de509dda94 reswig
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10107 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 03:13:33 +00:00
Michael Jerris 2f91f7913c don't deref null.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10106 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-22 03:03:43 +00:00
Anthony Minessale 9b4d80c71e clean up comments
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10105 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 23:05:53 +00:00
Anthony Minessale 9c176dc203 Add optional <variables> and <params> tag to <gateway> tag.
current gateways are:
<gateway>
 <param name="foo" value="bar"/>
</gateway>

now can also be:
<gateway>
 <params>
  <param name="foo" value="bar"/>
 </params>
</gateway>

now can also be:
<gateway>
 <params>
  <param name="foo" value="bar"/>
 </params>
 <variables>
  <variable name="myvar" val="myval"/>
 </variables>
</gateway>

any variables will be set on all outgoing channels using that gateway.




git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10103 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 22:40:20 +00:00
Anthony Minessale ef24ef8db9 alternate fix for MODENDP-144 that does not break eyebeam/x-lite
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10102 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 20:01:52 +00:00
Michael Jerris 7904c46533 MODENDP-133 (add parsing of another header for privacy info)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10101 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 20:01:48 +00:00
Michael Jerris 38dc44dc84 MODLANG-87 - Update to lua 5.1.4 release
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10100 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 19:39:57 +00:00
Anthony Minessale 350fca115f add tab complete
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10099 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 19:19:49 +00:00
Brian West 93bedcc12d use the define for this
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10098 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 19:18:40 +00:00
Anthony Minessale b963a1c142 add some stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10097 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 19:05:25 +00:00
Anthony Minessale 9ef64432cb add debug message
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10096 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 18:14:37 +00:00
Anthony Minessale 80d0dd84c6 add debug message
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10095 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 18:13:35 +00:00
Anthony Minessale 35cf0c559f even more room for t38
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10094 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 18:04:20 +00:00
Anthony Minessale fa266f5349 add all modifier to break command
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10093 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 17:41:55 +00:00
Anthony Minessale 67e9790bfb make room for t38 packets
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10092 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 17:16:39 +00:00
Michael Jerris d721a1cf38 tweak windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10091 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 16:40:49 +00:00
Anthony Minessale 599d8af59f can't win
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10090 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 16:27:57 +00:00
Anthony Minessale d288630b64 add scheduler support for heartbeat
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10089 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 16:22:38 +00:00
Michael Jerris fc4260a98a add vm-a1-hash param to override the a1-hash for voicemail
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10088 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 23:42:00 +00:00
Anthony Minessale 64f4e98eb5 all vm to auth from the same a1-hash param used by sip (part deux)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10087 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 23:27:29 +00:00
Anthony Minessale 26a89ab3dc all vm to auth from the same a1-hash param used by sip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10086 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 22:52:09 +00:00
Michael Jerris b17e3bff8a add switch_md5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10085 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 22:45:09 +00:00
Anthony Minessale 30c318b995 clean some old members and naming conventions in the codec structs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10084 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 17:48:42 +00:00
Anthony Minessale f1da124229 move code to the right place
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10083 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 16:33:46 +00:00
Anthony Minessale d5b6b9f259 probable fix for MDXMLINT-35
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10082 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 15:48:03 +00:00
Anthony Minessale 65bba7db13 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10081 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 15:10:46 +00:00
Anthony Minessale 264147a556 patch for MODENDP-141
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10080 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 14:19:26 +00:00
Anthony Minessale e8f71c156d add fix from MODENDP-143
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10079 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 14:09:45 +00:00
Michael Jerris a295396337 (FSBUILD-83) format string issue found by new gcc.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10078 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 12:57:43 +00:00
Michael Jerris e01c28c6d5 (FSBUILD-83) no need to allocate this twice
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10077 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 12:54:37 +00:00
Michael Jerris 9b15de0c16 attempt to fix FSCORE-207
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10076 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 03:58:04 +00:00
Michael Jerris 7a16dbec4c tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10075 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 03:51:26 +00:00
Michael Jerris f6925f622d don't send disconnect on every reply.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10074 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 00:32:21 +00:00
Michael Jerris 78fe4073e1 (MDXMLINT-36) don't add module interfaces before returning from error conditions in module load functions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10072 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-19 23:58:43 +00:00
Brian West 9f70152968 don't add API or complete till after the config is parsed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10071 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-19 23:55:54 +00:00
Michael Jerris de719816ac fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10070 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-19 23:31:24 +00:00
Michael Jerris 622cc92304 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10067 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-18 04:34:26 +00:00
Anthony Minessale 031757e950 fix FSCORE-206
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10056 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-17 23:00:23 +00:00
Anthony Minessale 8c663f8586 fix ip change detction code for proxy mode
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10055 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-17 19:25:00 +00:00
Anthony Minessale d0b4a78a56 make event socket wait for hangup on outbound mode and send disconnect message
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10054 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-17 18:55:17 +00:00
Anthony Minessale c109eee26e make event socket wait for hangup on outbound mode and send disconnect message
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10053 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-17 18:44:26 +00:00
Anthony Minessale e4dfc81579 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10048 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-17 00:10:49 +00:00
Anthony Minessale aea6a6277e typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10047 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-16 20:06:13 +00:00
Anthony Minessale aecf889fbc doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10046 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-16 16:48:55 +00:00
Anthony Minessale b83dce5c1d avoiding deadlock
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10045 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-16 16:34:52 +00:00
Anthony Minessale c7ca7cc5ea expose more of apr socket code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10043 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-16 15:24:02 +00:00
Brian West acf038ba83 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10042 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-16 01:51:46 +00:00
Michael Jerris 41812748fb make valgrind not complain about these threads
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10040 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 23:13:36 +00:00
Michael Jerris 75e1853733 plug massive leak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10039 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 22:57:28 +00:00
Michael Jerris 8ec42371bb make respond 302 work in mod_sofia
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10038 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 22:16:18 +00:00
Anthony Minessale 06e770bac3 add mutexes to codec set/get funcs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10037 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 21:54:26 +00:00
Anthony Minessale da621bf60a fix daft constant
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10033 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 19:43:29 +00:00
Michael Jerris 16783be689 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10032 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 19:43:25 +00:00
Michael Jerris 4488b3d5ed more work on mod_shout build on windows
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10031 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 19:42:19 +00:00
Michael Jerris 960ea8b6d8 part of new mod_shout build for windows.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10029 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 17:36:01 +00:00
Michael Jerris 17e8c3e8a6 typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10028 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 17:18:56 +00:00
John Skopis 4ed15b330e trying a way to map attrs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10021 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 04:10:06 +00:00
Anthony Minessale 6d89c01918 add debug line
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10019 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 23:22:39 +00:00
Anthony Minessale 41a8efb579 add some params to request for xml_curl type stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10018 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 22:13:49 +00:00
Anthony Minessale b84dcd0dac shout, shout, let it all out, this is the ram we were talkin about
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10017 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 21:50:50 +00:00
Anthony Minessale d192f195b3 fix build err
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10016 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 19:46:47 +00:00
Anthony Minessale aac2fb84ad Avoiding NitPick MODAPP_155
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10015 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 19:39:35 +00:00
Anthony Minessale 0e88eb3ae7 add const to macro
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10014 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 19:17:27 +00:00
Anthony Minessale baf6560816 add clarification and expose stop async
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10013 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 19:17:08 +00:00
Anthony Minessale 372b7f8d48 set read codec to NULL for reset is better
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10011 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 18:49:26 +00:00
Anthony Minessale f9d1c7990d cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10009 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 18:03:14 +00:00
Michael Jerris fe9e0e1574 (MODLANG-86) add local script directory support to mod_lua
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10008 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 17:14:56 +00:00
Michael Jerris c728ea3455 add domain params to be found in user data output
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10001 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-13 22:20:24 +00:00
Anthony Minessale 493bd6a5ba add configuration to mod_shout to resolve some crazyness, also commit #10,000 if I only had a dollar for each one.....
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10000 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-13 21:57:07 +00:00
Anthony Minessale 4c44541e40 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9999 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-13 21:17:10 +00:00
Brian West 42cb2307d4 move wanpipe to unsupported please see mod_openzap
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9998 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-13 19:36:49 +00:00
Anthony Minessale d74b12a167 add more profile shutdown code to compensate for bug in sofia lib on nua_destroy
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9997 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-13 19:26:28 +00:00
Anthony Minessale f6f7f31c05 fix race in xml reloader
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9996 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-13 19:25:52 +00:00
Michael Jerris bed038a85b don't allocate pool we don't use.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9995 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-13 16:13:41 +00:00
Michael Jerris 8c06a686f7 lower stack count limit to 16 (attempt to fix FSCORE-202)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9994 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-13 15:42:11 +00:00
Michael Jerris 31d22fff54 fix autoload of modules.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9993 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-13 06:42:50 +00:00
Michael Jerris 1f47ff15b3 validate strftime format string input (when necessary)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9985 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-12 21:51:51 +00:00
Brian West b0c86f4553 move these messages into debug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9983 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-12 03:56:11 +00:00
John Skopis b2a24fc8c1 can "fallback" to h350 style directory
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9982 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-12 02:57:28 +00:00
John Skopis adab9ce3d7 oops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9979 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 22:54:00 +00:00
John Skopis 00c3b96278 some files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9978 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 22:50:34 +00:00
Michael Jerris 92d870d237 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9977 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 22:16:23 +00:00
Brian West 5eee040588 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9972 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 22:01:14 +00:00
Brian West a1bda52bb6 add domain_exists api I mentioned it and Math wrote it as an exercise
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9971 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 21:59:48 +00:00
John Skopis 748a04aebe (almost) complete rewrite of mod_xml_ldap
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9970 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 21:51:14 +00:00
Michael Jerris 84f3a9d217 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9969 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 20:55:26 +00:00
Brian West b8ce4d9c7a NEXT...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9968 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 20:50:48 +00:00
Brian West 458f430f1b downgrade this to a warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9967 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 20:16:34 +00:00
Brian West f1bc3e6bb2 man am I OCD about this stuff or what
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9966 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 20:01:44 +00:00
Brian West 0ecfc14d68 mr. clean.. mr. clean...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9965 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 19:53:36 +00:00
Brian West ab39fbc512 polishing up things
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9964 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 19:44:52 +00:00
Brian West 60cb818203 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9963 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 19:20:11 +00:00
Brian West 788eda6019 remove code that doesn't do anything
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9962 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 19:09:26 +00:00
Anthony Minessale 7112384318 possible fix for MODENDP-140 part 2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9961 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 16:37:15 +00:00
Anthony Minessale 8684256756 possible fix for MODENDP-140
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9960 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 16:28:05 +00:00
Brian West e0cdf8172a more polishing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9959 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 06:19:56 +00:00
Brian West b9e0bd8f8d more cleanup polishing things along
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9958 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 05:44:11 +00:00
Brian West ded09448aa clean up log printfs, my pickyness again
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9957 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 05:42:52 +00:00
Anthony Minessale ca1cfb3198 actually send bye on error condition
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9950 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 23:17:18 +00:00
Anthony Minessale 0dd54135f3 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9949 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 23:09:15 +00:00
Anthony Minessale 9ba25810cb tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9948 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 22:59:32 +00:00
Michael Jerris 75a21db6bb add error handling for when we get response to a invite that we don't have a session for (session timer after session destroyed?)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9947 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 22:22:41 +00:00
Anthony Minessale e3b75d8fff fix voicemail e-mail time
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9945 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 20:30:05 +00:00
Anthony Minessale 29cf76e749 punt
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9942 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 19:28:07 +00:00
Brian West 8fe7bcfe05 sigh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9940 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 19:09:51 +00:00
Michael Jerris a75febf88f misplaced ( )
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9939 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 18:42:29 +00:00
Michael Jerris 722d736cbc quiet warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9938 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 18:38:41 +00:00
Michael Jerris 5de6f3012e silence app verifier assertion
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9937 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 18:33:20 +00:00
Anthony Minessale 205cf0534f add proxy 3pcc mode
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9934 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 16:15:45 +00:00
Anthony Minessale 6958dc9a16 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9933 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 15:47:58 +00:00
Michael Jerris 76b648036a (MODENDP-112) custom sofia::gateway_state event
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9932 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 15:36:02 +00:00
Michael Jerris 5a6939d154 whitespace
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9931 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 03:59:55 +00:00
Brian West 906b7e52d0 cosmetic pickyness of me
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9930 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 03:22:34 +00:00
Brian West 5cea654e2e nua_r_prack
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9929 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 02:59:59 +00:00
Brian West 72b4603f62 more tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9928 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 02:45:27 +00:00
Brian West afb387c175 for the sake of consistency channel names lower case
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9927 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 02:43:23 +00:00
Brian West c901727fc2 map unknown event to break
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9926 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 02:31:17 +00:00
Brian West 6c35e3cd4a add sip_via_protocol variable and cleanup code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9923 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 01:06:03 +00:00
Michael Jerris cb970d8fba windows build tweaks.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9922 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 00:29:45 +00:00
Anthony Minessale a6a2d37c07 clean up some typos
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9921 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 23:37:26 +00:00
Anthony Minessale 356e10c02f around and around we go ....
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9920 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 23:12:37 +00:00
Anthony Minessale be6e49cb3c cancel proxy or no-media mode if you purposely answer or pre_answer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9919 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 23:11:35 +00:00
Michael Jerris 75dc5caf6d fix resampler bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9918 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 22:50:44 +00:00
Michael Jerris 839fd37831 don't autoadjust on break packets sent to ourself
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9917 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 22:44:48 +00:00
Brian West 360bf1a70e remove extra debug not needed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9915 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 17:28:32 +00:00
Michael Jerris 45c452c569 FSCORE-198 (runtime select the mod dir)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9913 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 16:05:35 +00:00
Anthony Minessale cb77392af4 init flags to 0
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9912 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 12:58:49 +00:00
Brian West a5e1fbb73c remove debug that is no longer needed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9905 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 01:05:14 +00:00
Anthony Minessale 4ed389f9d2 per leg timeouts and specific cause codes in reject_on_single_fail
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9904 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 00:38:59 +00:00
Michael Giagnocavo 0cf938ecff Add renamed mod_managed_lib project...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9902 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 00:23:18 +00:00
Michael Giagnocavo 2f488fe2f0 Cleanup: Rename mod_managed_lib to FreeSWITCH.Managed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9901 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 00:11:21 +00:00
Anthony Minessale 598d6df506 possible fix for MODAPP-153
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9900 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-08 21:47:41 +00:00
Anthony Minessale 584669c25e add switch_core_session_get_id function
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9899 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-08 20:59:16 +00:00
Brian West f04b1ade4a tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9898 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-08 19:32:25 +00:00
Anthony Minessale f29513f370 allow endpoints to realize the originator is ignoring early media and use that feature in mod_loopback to avoid obscure situation
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9896 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-08 18:15:00 +00:00
Anthony Minessale 4a013d7957 s/Pre-Answer/Ring-Ready/
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9895 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-08 18:12:11 +00:00
Anthony Minessale d1a23b7001 fix cng frame issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9894 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-08 16:39:43 +00:00
Anthony Minessale d45c37c2d2 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9893 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-08 16:04:39 +00:00
Anthony Minessale c07d3c5eb3 fix restart + -u issue FSCORE-199
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9892 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-08 14:53:31 +00:00
Anthony Minessale e4dfe9ffd4 tweak evnts
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9891 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-08 14:22:55 +00:00
Anthony Minessale 99a28acebb tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9890 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-08 01:25:42 +00:00
Anthony Minessale 544254bf8c tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9889 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-08 01:25:30 +00:00
Anthony Minessale cd20278efb zigged where we should have zagged
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9888 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 22:58:24 +00:00
Anthony Minessale f567a767e7 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9887 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 22:33:03 +00:00
Michael Jerris 40177f7255 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9886 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 22:18:40 +00:00
Michael Jerris 2a00a3f58b handle multi contact register responses and register timeout better
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9885 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 22:15:51 +00:00
Michael Jerris 7a9928f1c3 wip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9884 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 21:55:58 +00:00
Anthony Minessale 263afcaba8 more heartbeat work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9883 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 21:42:31 +00:00
Anthony Minessale fc0c89c642 add session heartbeat feature
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9882 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 21:03:37 +00:00
Anthony Minessale 1d9f205098 noom noom noom
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9881 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 20:59:54 +00:00
Anthony Minessale 0edc8c2f97 fix 32 bit vol on shout MODFORM-15 michael meyers bug he won't give up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9880 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 18:12:16 +00:00
Anthony Minessale 9416ee9be7 hide harmless sql warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9879 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 17:56:54 +00:00
Anthony Minessale be28913fea add reload command
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9878 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 17:56:30 +00:00
Anthony Minessale 9673ecf98b fix 32 bit vol on shout MODFORM-15 michael meyers bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9877 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 17:45:58 +00:00
Brian West 7aa7dd7e68 add error handling and error messages for incorrect event api usage
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9876 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 17:09:31 +00:00
Brian West 640803006e cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9871 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 04:42:35 +00:00
Brian West ff3f04f15d spelling
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9869 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 01:43:03 +00:00
Brian West 5445601ff8 tweak warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9868 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-07 00:47:16 +00:00
Brian West 10de702680 spelling
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9865 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 23:10:50 +00:00
Brian West 1cda796da8 spelling
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9864 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 23:05:55 +00:00
Anthony Minessale 5e396012d5 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9861 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 21:20:13 +00:00
Anthony Minessale 500429a932 patch from MODAPP-117
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9860 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 20:58:27 +00:00
Brian West 7810e81cd8 fix overdrive vol MODFORM-15
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9858 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 20:17:15 +00:00
Brian West d04474f5d6 fix MODENDP-132
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9857 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 20:10:14 +00:00
Brian West 38de2d9235 revert commit on mod_shout
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9856 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 19:23:50 +00:00
Brian West d0688264c6 if plus a space
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9855 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 19:21:59 +00:00
Brian West 16b65a8f22 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9854 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 16:03:39 +00:00
Michael Jerris df5104e9c1 wrong sleep units from switch_sleep
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9853 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 15:43:38 +00:00
Anthony Minessale 714d8d2b84 fix broken macro call
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9852 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 14:35:29 +00:00
Michael Jerris 85788d0c4a windows compiler fixes.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9847 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-05 06:27:45 +00:00
Michael Jerris 26453e1035 a little more cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9846 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-05 05:23:41 +00:00
Brian West 4330529c73 tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9845 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-05 04:36:45 +00:00
Michael Giagnocavo 43dd5d6fdf Fix typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9844 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-05 03:28:52 +00:00
Michael Giagnocavo aad1946087 Added managedload, more cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9843 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-05 03:24:12 +00:00
Michael Giagnocavo b0be67090c No more dynamic invoke for run/execute[bg]
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9841 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 21:29:32 +00:00
Michael Jerris 6854eb5dae more install work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9837 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 20:22:59 +00:00
Michael Jerris d8825680f8 use pkg-config to find mono
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9836 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 20:08:31 +00:00
Anthony Minessale ad5b3c103d revert whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9833 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 13:49:10 +00:00
Anthony Minessale 145b55ed74 fix whitespace
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9832 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 13:48:57 +00:00
Michael Giagnocavo e381da0e15 Tweak input/error handling
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9831 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 09:36:52 +00:00
Michael Jerris 4b05084f78 debug tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9830 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 08:09:44 +00:00
Anthony Minessale 42bd1e4097 linux build system fixups
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9829 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 07:47:30 +00:00
Michael Jerris 9a934b2c87 a little more cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9828 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 07:05:49 +00:00
Michael Jerris ed5dddb684 a little more cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9827 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 07:01:30 +00:00
Anthony Minessale 3d9545c1b5 update swig
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9826 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 06:40:55 +00:00
Robert Joly 87a295d253 Fixed win32 compatibility.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9825 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-04 06:39:28 +00:00