Michael Jerris
|
354537978e
|
sync changed proj file to the uuid in my working copy.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4427 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-02 09:23:16 +00:00 |
|
Michael Jerris
|
30e17bbb18
|
this appears to make more compilers happy.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4425 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-02 09:11:50 +00:00 |
|
Michael Jerris
|
9b43057b29
|
when using ext-sip-ip, bind to the internal address, but still have the external address in the contact and via headers.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4422 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-02 01:44:36 +00:00 |
|
Michael Jerris
|
efab82eb23
|
tokenizing is much better than stringizing any day. oh, and those quotes don't belong.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4421 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-02 00:36:05 +00:00 |
|
Anthony Minessale
|
ed76b25241
|
cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4419 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-01 17:23:02 +00:00 |
|
Anthony Minessale
|
c612d4226b
|
add patch to fix stun issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4418 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-01 16:11:08 +00:00 |
|
Yossi Neiman
|
4a2940d81b
|
Minor changes for MikeJ's switch_strlen_zero() and a minor refactor of BaseCDR::BaseCDR(switch_mod_cdr_newchannel_t*). Added a sample config file, perhaps somebody can edit the makefile to copy this into the configuration when this module is enabled for build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4415 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-28 22:28:03 +00:00 |
|
Anthony Minessale
|
a99973ca7c
|
add colorize option to mod_console (see in-tree conf/console.conf.xml)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4413 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-28 18:28:07 +00:00 |
|
Anthony Minessale
|
033257583b
|
reflect bit properly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4412 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-28 18:24:41 +00:00 |
|
Anthony Minessale
|
3aa23ada21
|
move string to constant
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4411 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-28 15:48:17 +00:00 |
|
Anthony Minessale
|
5465291b53
|
fix possible endless loop race during shutdown
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4410 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-28 15:14:39 +00:00 |
|
Anthony Minessale
|
d7a28c73dd
|
thanks _Vile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4408 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-27 22:53:57 +00:00 |
|
Brian West
|
4575a9ea5f
|
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4406 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-27 19:57:20 +00:00 |
|
Brian West
|
58f7f5da9b
|
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4405 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-27 19:56:33 +00:00 |
|
Anthony Minessale
|
068c9604c1
|
add vcproj
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4402 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-27 18:40:45 +00:00 |
|
Michael Jerris
|
e99f3e2460
|
match type as member_flag_t
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4401 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-27 07:28:36 +00:00 |
|
Michael Jerris
|
3e3760a996
|
add flags to the application interface for marking if apps support no media mode. FSCORE-7
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4400 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-26 21:38:10 +00:00 |
|
Anthony Minessale
|
5090abc9cf
|
update conference to have waste mode for naughty providers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4399 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-26 18:33:01 +00:00 |
|
Michael Jerris
|
9c3d336223
|
more properly handle sdp c lines inside of the audio m line.Resolves jira bug MODENDP-2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4391 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-25 21:37:02 +00:00 |
|
Michael Jerris
|
20ffa32772
|
Detect proper telephone-event id to use. fix to http://jira.freeswitch.org/browse/MODENDP-4 . using pt.diff.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4390 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-25 21:00:26 +00:00 |
|
Michael Jerris
|
093dc6b4ef
|
refactor of sip_i_invite. Much more error handling of different missing data on the inbound invite. Some minor changes in behavior. Chanvars are now not set for vars we don't have. the channel name will now include :port (the full uri as we create it from the data available), display name is now unknown not service if there is not one available. Added contact uri as a chan var like all the others, the channel name if there is no user portion of the from will not have a from part of service, it will have no user part or @. The contact will now be used for the channel name if there is no from header in the invite.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4388 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-25 16:53:17 +00:00 |
|
Anthony Minessale
|
f2e482a7b4
|
doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4385 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-24 19:27:57 +00:00 |
|
Michael Jerris
|
ad7f54e3b7
|
apiExecute, in js_api_execute, set the stream.write_function before doing switch_api_execute (fixes jira MODLANG-2)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4384 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-23 22:43:11 +00:00 |
|
Michael Jerris
|
e40c1064ee
|
fix fmtp pass through in pass through mode for amr and g729, add pass through mode for mod_amr, and add mod_amr to the windows build (in pass through mode) To build mod_amr in NON pass through mode you must now have the lib in libs/amr dir in your src tree.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4381 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-23 21:58:11 +00:00 |
|
Michael Jerris
|
875f87ab54
|
fix segfault on incorrect usage of originate api command (jira MODAPP-2)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4378 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-23 21:00:20 +00:00 |
|
Michael Jerris
|
9f4ff8814b
|
Breaking change: show command with no arguments now returns the usage syntax instead of the list of all registered interfaces. show api and show application now does not display items with no description set in their interface structs, allowing you to have "hidden" api's and applications, for example to keep an old api name for something for backwards compatibility sake, but you do not want it to show up in the help commands.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4377 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-23 20:32:31 +00:00 |
|
Anthony Minessale
|
f69b1aefb6
|
doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4375 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-23 20:03:30 +00:00 |
|
Anthony Minessale
|
1ec6bad02c
|
fix seg
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4371 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-23 18:04:52 +00:00 |
|
Anthony Minessale
|
a644b549c5
|
remove redundant strlen
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4357 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-23 16:43:07 +00:00 |
|
Anthony Minessale
|
64133ab31a
|
one more for ilbc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4350 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-22 21:25:32 +00:00 |
|
Anthony Minessale
|
77fe0e7bcd
|
add mode goodies to ilbc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4348 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-22 20:56:23 +00:00 |
|
Anthony Minessale
|
6c0152ca2f
|
try to pass 2833-pt across calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4344 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-21 21:46:32 +00:00 |
|
Anthony Minessale
|
5ca710d252
|
make ilbc fail the call when the frame is wrong
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4342 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-21 17:59:08 +00:00 |
|
Anthony Minessale
|
f703658741
|
add 120ms to g711, fix errs in g711 alaw defs, tweak buffer in file playback and add kill to hupall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4341 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-21 06:35:55 +00:00 |
|
Brian West
|
ddd613eefd
|
change the override to header symbol from : to ^ (beware)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4340 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-21 03:37:17 +00:00 |
|
Anthony Minessale
|
9e8a2b3e07
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4337 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-20 17:50:50 +00:00 |
|
Anthony Minessale
|
368ac20dc1
|
rearrange things to work better
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4311 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-17 18:40:42 +00:00 |
|
Michael Jerris
|
4ae10379f2
|
add windows build for mod_xml_cdr. This probably also fixes the build on several non-linux systems.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4309 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-17 06:55:43 +00:00 |
|
Michael Jerris
|
3f72839a65
|
constify switch_channel_set_variable and remove some incorrect casts in it's consumers.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4306 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-17 00:56:16 +00:00 |
|
Michael Jerris
|
db797b8130
|
match new prototype for switch_ivr_park
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4303 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-16 23:12:20 +00:00 |
|
Michael Jerris
|
77347efd45
|
match new prototype for switch_ivr_menu_init
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4302 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-16 23:11:52 +00:00 |
|
Anthony Minessale
|
a03f962174
|
add callbacks to park
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4300 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-16 21:32:49 +00:00 |
|
Anthony Minessale
|
9626393ef8
|
add export app (set + adding to export_vars) in 1
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4299 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-16 20:07:35 +00:00 |
|
Anthony Minessale
|
c78bd99d80
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4298 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-16 19:43:00 +00:00 |
|
Anthony Minessale
|
4ddc9e1681
|
add some commands to portaudio
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4297 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-16 16:19:39 +00:00 |
|
Anthony Minessale
|
a080949e8f
|
add small demo mod to dump xml call detail reports until we work it into mod_cdr ./configure or manually mkdir /usr/local/freeswitch/log/xml_cdr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4290 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-15 19:46:37 +00:00 |
|
Michael Jerris
|
2bd4fdad57
|
don't strip the resource off the from in a chat msg
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4288 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-15 17:48:14 +00:00 |
|
Michael Jerris
|
671259959b
|
a little re-work in preparation for being able to outdial from a conference that does not yet exist.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4287 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-15 17:28:09 +00:00 |
|
Anthony Minessale
|
d484b87343
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4286 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-15 16:53:44 +00:00 |
|
Michael Jerris
|
604f7a0ed5
|
don't pass NUTAG_URL a display name.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4282 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-15 04:37:57 +00:00 |
|