Commit Graph

4612 Commits

Author SHA1 Message Date
Anthony Minessale b26382fc8f tolerate missing user in the request uri
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11636 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 20:25:46 +00:00
Mathieu Rene 11fc21f787 Initialize uuid in CoreSession::CoreSession(switch_core_session_t*), make get_uuid return a const char* and a swigall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11630 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 02:56:16 +00:00
Anthony Minessale 8daae0bb4e refactor conference record function to fix some bugs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11626 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 23:38:06 +00:00
Michael Jerris d7a5a04aa5 remove hack
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11625 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 23:20:10 +00:00
Michael Jerris 6cec4cf73c fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11624 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 23:16:10 +00:00
Rupa Schomaker 5d0d61c7ff make MikeJ happy - switch_assert argv[0] != NULL
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11623 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 22:19:31 +00:00
Rupa Schomaker 80ed8c86fc protect switch_core_strdup from null db values
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11621 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 21:41:48 +00:00
Rupa Schomaker 92d9a0addd use switch_core_sprintf instead
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11620 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 21:31:41 +00:00
Rupa Schomaker 10f57aad8f Move to pools for dynamic allocations. Tested with valgrind.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11619 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 21:20:09 +00:00
Michael Jerris e93639d703 mod_voicemail: voicemail insert into the proper fields (MODAPP-190)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11617 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 20:45:42 +00:00
Rupa Schomaker 9c3234706c fix memory leak on each sql execution
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11611 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 18:49:25 +00:00
Rupa Schomaker 417bbd1569 add mutex around odbc calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11609 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 15:59:46 +00:00
Mathieu Rene f8d0521b65 write different channel variables per realm_id
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11608 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 03:46:53 +00:00
Mathieu Rene d0490570ad Fix transfer bug, fix leak and make the channel hangup if the extension is \!hangup_cause
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11604 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 02:34:37 +00:00
Brian West 0064924ba5 look for more sound files at various rates
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11601 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-02 18:11:41 +00:00
Michael Jerris 332dcea326 fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11597 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-02 17:10:04 +00:00
Brian West fdd4e9a79d segfault if these are empty... found this playing with the Cisco 7975
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11592 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-02 07:27:04 +00:00
Brian West ea4a269d53 make sure sip->sip_request->rq_url->url_user exists before you strncmp on it.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11589 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-01 21:59:50 +00:00
Anthony Minessale 9640d2aa28 12th time's a charm
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11584 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-01 00:49:06 +00:00
Anthony Minessale 09f535abd6 double doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11583 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-01 00:29:14 +00:00
Anthony Minessale 02c0c70ef2 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11582 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-01 00:21:29 +00:00
Anthony Minessale 38622f3fdd probably make nat work on sla
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11581 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-01 00:06:46 +00:00
Anthony Minessale b32de05846 FSCORE-282
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11570 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-30 23:19:38 +00:00
Michael Jerris b803ade94a add mod_fax to the windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11567 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-30 19:15:06 +00:00
Michael Jerris a50909ed8a add sofia_sla.c to windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11564 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-30 18:10:33 +00:00
Brian West 8ba68ed14f MODENDP-179 - Support for SLA, works with Polycom and Snom(Sylantro mode). Thank you Matthew Kaufman. Might still need more work.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11562 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-30 16:46:37 +00:00
Anthony Minessale 4425048399 MODAPP-207
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11561 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-30 13:44:07 +00:00
Anthony Minessale eed3042975 use global symbols in mod_python
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11560 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-30 01:21:05 +00:00
Michael Collins a701745e0d Create empty argv table when no args are passed to a Lua script
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11559 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 23:39:47 +00:00
Anthony Minessale ce0fc12824 add all modifier to break
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11558 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 21:52:38 +00:00
Anthony Minessale c21a5c67d6 add all modifier to break
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11557 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 21:52:20 +00:00
Anthony Minessale 0999c9a891 MODAPP-206
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11555 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-29 13:38:58 +00:00
Andrew Thompson a6717df8d0 Patch from Rob Charlton to use rpc:call instead of spawn and to make the registered process argument to handlecall optional
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11542 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 19:26:37 +00:00
Massimo Cetra af77f45353 Fix building problem with newer spandsp.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11540 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 18:20:18 +00:00
Andrew Thompson 06dbbf8ed8 Export some functions I forgot to
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11537 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 15:34:34 +00:00
Anthony Minessale 26be5929ba MODENDP-180
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11536 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 13:43:32 +00:00
Robert Joly f2055745eb Removed the construction of new OpalMediaFormat instances from FS codecs, need for H.323 capabilities makes this impossible, OPAL must know about the codec a priori (and how to make H.323 capability from it) or it cannot be used.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11534 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 03:12:36 +00:00
Michael Jerris a6328e287a build: add mod_lcr and mod_easyroute to msvc 2008 build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11533 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 01:55:02 +00:00
Michael Jerris e27efe769e mod_lcr: fix memory leak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11532 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 01:50:45 +00:00
Michael Jerris 9a6356286c mod_easyroute: fix build with -Werror when odbc is not enabled
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11530 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 01:02:12 +00:00
Andrew Thompson c17a0a29f7 Add freeswitch.erl - An erlang module to make talking to mod_erlang_event more painless
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11525 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-28 00:15:05 +00:00
Brian West 414adc5728 MINTWO flag to kick both out if its two
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11523 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 23:34:43 +00:00
Andrew Thompson 09fc2d5f4d Cleanup after log/event handler process exit, fix event handler stuff to work again and do some minor tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11516 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 21:39:29 +00:00
Mathieu Rene f938fd9002 Add a couple comments to mod_skel
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11515 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 21:32:15 +00:00
Andrew Thompson 608c4b1245 This shouldn't be here
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11507 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 17:43:18 +00:00
Brian West 7ffd42c31b revert
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11506 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 14:38:37 +00:00
Brian West d4f2046712 FSSCRIPTS-14
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11505 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 14:34:10 +00:00
Andrew Thompson ce11c29553 Ensure events received while a pid session is being created aren't discarded but are queued instead
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11500 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 01:50:12 +00:00
Andrew Thompson c86ccc9394 Support sending a message to a registered process to request a pid (when spawning won't cut it)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11499 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 01:13:59 +00:00
Andrew Thompson 377663b3ec Allow certain tuple elements to be binaries or strings, to reduce conversion requirements on the erlang side
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11496 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 00:25:01 +00:00