Commit Graph

4156 Commits

Author SHA1 Message Date
Michael Jerris 5970e15145 unused variable.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6146 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-02 18:02:09 +00:00
Michael Jerris 84157b52b7 don't overwrite config files if they are already there.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6145 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-02 18:01:02 +00:00
Michael Jerris a40ae4cb16 add mod_limit to windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6144 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-02 17:57:08 +00:00
Anthony Minessale 40a45952f0 add a few vars
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6143 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-02 17:34:14 +00:00
Anthony Minessale 89bbd59cc3 small fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6142 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-02 17:23:38 +00:00
Tuyan Özipek dbc2091ed1 Added temporary codecs so that we can call fs to listen wav files
Outgoing opal calls still segfaults with assertion tho..


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6141 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-02 01:58:19 +00:00
Tuyan Özipek b54e41a2a8 Added PWLIBDIR to the compile flags, libs/opal/opal and libs/opal/pwlib looks like a good place
for opal libraries.we are going to change it with the natural opal build system in the near future


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6140 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-02 01:38:58 +00:00
Tuyan Özipek 80db368f12 Fixed dialplan issue, context set to 10.0.0.1 and needs to be reset
to whatever context (configuration option)


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6139 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-02 01:24:18 +00:00
Łukasz Zwierko 14275814da 1. added Tuyan fix/simplification for Opal engine starting
2. some progress in call control implementation

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6138 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 21:36:41 +00:00
Anthony Minessale cd6a8d991e add conf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6137 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 21:06:23 +00:00
Anthony Minessale 2a3c143841 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6136 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 19:50:16 +00:00
Anthony Minessale ae31d229e0 add mod_limit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6135 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 19:05:48 +00:00
Anthony Minessale aa36c7a588 clean up skel, could use more....
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6134 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 19:05:16 +00:00
Anthony Minessale 52d1bc75e8 possible fix fore MODEMP-40
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6133 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 17:11:15 +00:00
Brian West c58f3deb3d xmllint --dtdvalid freeswitch_dialplan.dtd /usr/local/freeswitch/conf/default_context.xml >>/dev/null
To validate your dialplan.

Thanks [intra]lanman.

/b



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6132 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 14:59:32 +00:00
Anthony Minessale becb40a2a2 attempt to make gcc 4.3 happy, seems to be a little tricky so far
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6130 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 14:58:12 +00:00
Brian West dd0ac04498 woops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6129 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 14:55:27 +00:00
Anthony Minessale 413bf90ca4 attempt to make gcc 4.3 happy, getting off to a great new friendship
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6128 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 14:22:58 +00:00
Michael Jerris 1ada0efb54 don't check array's for null with switch_str_nil macro (MODAPP-44)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6127 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 13:29:06 +00:00
Michael Jerris 6ae43f954e fix mod_lpc10 module build (part of MODAPP-44)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6126 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 13:04:32 +00:00
Anthony Minessale d910962593 fix mod_python build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6125 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 12:25:00 +00:00
Anthony Minessale ab26000308 fix mod_soundtouch and mod_shout build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6124 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 12:08:40 +00:00
Michael Jerris 1253c7d8c1 fix mod_openmrcp build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6123 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 12:03:27 +00:00
Anthony Minessale 9128dac2ef fix mod_ivrtest build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6122 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 11:56:36 +00:00
Michael Jerris 7b6182aa13 const qualifiers in asr/tts interfaces.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6121 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 11:55:00 +00:00
Michael Jerris 622a2733dc use more correct const char * for things that should not be modified. This should also fix the switch_cpp.cpp changes from MODAPP-44. More patches to follow up on this for a few more modules that will likely break with this commit.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6120 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 11:28:26 +00:00
Łukasz Zwierko b416d80212 mod_opal now loads and unloads without core dump, h323 endpoint seems to be established but call handling is yet to be implemented
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6119 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 09:24:48 +00:00
Brian West 823fb40226 via tony
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6118 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-01 00:31:33 +00:00
Łukasz Zwierko 2ca2563826 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6117 d0543943-73ff-0310-b7d9-9358b9ac24b2 2007-10-31 23:45:46 +00:00
Anthony Minessale ec8d21a7db move set
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6116 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 23:19:30 +00:00
Anthony Minessale 21508ee446 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6115 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 23:01:32 +00:00
Anthony Minessale 0300e8e64a 7 not 4
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6114 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 22:29:15 +00:00
Anthony Minessale 240304fb62 inbound_context and inbound_dialplan vars in regged user to direct callflow
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6113 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 22:26:54 +00:00
Anthony Minessale f4380aae7f fix names to match default style
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6112 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 21:44:49 +00:00
Anthony Minessale 60f40a33e3 fix tupe
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6111 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 21:03:15 +00:00
Anthony Minessale eff23152c1 fix path bs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6110 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 20:37:30 +00:00
Brian West 8e8a31a0dc more path ps
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6109 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 20:12:22 +00:00
Brian West 2b361de1d8 more path bs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6108 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 20:06:21 +00:00
Brian West 141ce4a8e1 more path bs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6107 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 20:04:11 +00:00
Anthony Minessale e545da153e fix path bs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6106 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 20:03:30 +00:00
Anthony Minessale 049d952d4e fix path bs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6105 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 19:59:40 +00:00
Łukasz Zwierko edf08043ff git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6104 d0543943-73ff-0310-b7d9-9358b9ac24b2 2007-10-31 19:57:31 +00:00
Anthony Minessale 21c10158d1 change types for odbc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6103 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 18:51:22 +00:00
Anthony Minessale fc1209a548 change types for odbc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6102 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 18:47:03 +00:00
Anthony Minessale 0c09642bf9 make rtp timeout 10 times longer than specified value when the call is on hold
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6101 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 17:30:50 +00:00
Łukasz Zwierko 2f32d01b1c git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6100 d0543943-73ff-0310-b7d9-9358b9ac24b2 2007-10-31 17:28:44 +00:00
Łukasz Zwierko 2a1f2a0243 changed file names
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6099 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 17:28:37 +00:00
Chris Parker 9191273060 Added User-Challenge and Media-Timeout values to Freeswitch-Hangupcause
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6098 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 17:21:44 +00:00
Anthony Minessale f6e9bc335b add inband dtmf generator
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6097 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 16:44:02 +00:00
Brian West de6fc7a06a small fix to apr for OS X 10.5 for sendfile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6096 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 16:12:01 +00:00