Commit Graph

297 Commits

Author SHA1 Message Date
Anthony Minessale d7cba9a03b more efficient sql stmt
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13947 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-25 14:53:08 +00:00
Anthony Minessale 9903d328f1 FSCORE-387
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13946 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-25 13:24:00 +00:00
Anthony Minessale b5f08ca5ce add show distinct_channels (mix of show channels and show calls)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13944 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-25 00:03:41 +00:00
Mathieu Rene b633d3298e add an external port output parameter to switch_nat_add_mapping and use it in sofia_glue_tech_choose_port
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13629 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-05 02:30:44 +00:00
Anthony Minessale b82984fe97 add netmask detection for nat discovery work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13549 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-02 16:55:10 +00:00
Michael Jerris 43cc68d811 msvc build fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13533 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-01 18:51:19 +00:00
Brian West 235fdf6938 adding nat_map api
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13531 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-01 18:24:54 +00:00
Brian West 533cbaf7c5 fix leak and remove duplicate safe_free
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13455 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 02:51:15 +00:00
Brian West 6befc571cc remove another double safe_free
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13454 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 02:41:55 +00:00
Brian West cf39661777 remove double safe_free
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13453 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 02:41:29 +00:00
Brian West 9e1641dbf4 clean up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13452 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 02:38:39 +00:00
Michael Jerris d18fa24ae6 abolish mailbox attribute in users and use number-alias attribute instead MODAPP-218
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13377 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-18 17:06:13 +00:00
Brian West 5450f4dc2a MODAPP-254
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13373 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-18 14:09:49 +00:00
Anthony Minessale 6b1e2b2a83 MODAPP-269
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13215 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-01 12:32:44 +00:00
Anthony Minessale b1839f53c9 add show channels like %foo% (no % in the string implies wrapped in %, no spaces allowed in match string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13193 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 17:35:49 +00:00
Michael Jerris 44baede5d6 mod_commands: if no bind ip specified for stun fsapi command, use the guess ip.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13140 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-24 15:08:31 +00:00
Michael Jerris adac2c0651 add "stun" fsapi command
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13137 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-23 23:07:46 +00:00
Anthony Minessale c253d41d75 fix arg parsing in new command
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13102 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 17:41:54 +00:00
Anthony Minessale 5b5d8da571 add echo api command (echo back exact input)
add expand api command (executes another api command with variable expansion)
e.g. expand originate sofia/default/1000@${some_domain}
e.g. expand uuid:958b6c3c-2e82-11de-a717-2731820639f9 echo ${variable_read_codec}


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13101 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 14:57:43 +00:00
Mathieu Rene fbb5c1fbd2 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12910 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-03 18:56:53 +00:00
Mathieu Rene bacd380fe1 fix show [interfacetype]
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12908 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-03 18:04:52 +00:00
Anthony Minessale 12551b29f5 MODAPP-227
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12806 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-27 17:49:10 +00:00
Anthony Minessale 162657535d MODAPP-242
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12786 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-25 20:19:28 +00:00
Anthony Minessale 50faa8bcd9 fix typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12763 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-24 22:22:05 +00:00
Brian West c93284fbc5 gcc sux today
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12694 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-20 21:31:04 +00:00
Anthony Minessale 5b6b9f89ab fix xml code to dup the values instead of store direct pointers (scope issue)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12692 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-20 20:41:30 +00:00
Anthony Minessale 81e26f0309 add heartbeat apps
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12491 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-06 20:16:48 +00:00
Anthony Minessale ad6d584403 MODAPP-228
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12480 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-06 14:12:32 +00:00
Mathieu Rene afd6c9f481 Add show api [name] and show application [name]
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12296 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-26 17:08:41 +00:00
Anthony Minessale 5fcbbca37f declinatio mortuus obfirmo!
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12277 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 16:37:00 +00:00
Anthony Minessale f125872c73 FSCORE-297
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12173 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 01:10:59 +00:00
Brian West d34e2c4b9a its FreeSWITCH
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12013 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-14 18:52:55 +00:00
Brian West babb2f83f5 update copyright
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12004 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-13 23:37:37 +00:00
Anthony Minessale 4e2ae22d67 potential xml root readlock issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11977 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-13 00:08:12 +00:00
Michael Jerris 93ec3d687a prevent exclusive hold on xml registry during visits to the phrase section
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11900 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-12 00:27:07 +00:00
Brian West 8ab4e237d7 tweak time_Test to not take insane values
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11706 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-09 16:40:37 +00:00
Brian West 857efe3267 xml_free in the proper location if invalid data is given to group_call
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11704 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-09 16:18:21 +00:00
Brian West ae220d3341 update email
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11643 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 21:20:54 +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 0463541d61 change low res sleep func api names
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11486 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-25 21:23:07 +00:00
Brian West 828ba3512b update the text
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11290 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-19 20:19:01 +00:00
Anthony Minessale 1187359561 pass one on refactor
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11275 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-19 16:10:54 +00:00
Anthony Minessale ed100f44ea add group concept
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10917 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-23 17:36:50 +00:00
Anthony Minessale 0ff626934b let more commands in mod_commmands run from the dialplan via the eval app
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10790 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 13:48:43 +00:00
Michael Jerris 4dc7d512e2 uninitialized var.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10789 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 13:15:42 +00:00
Michael Collins 4215f33b40 api command sent through sched_api was getting the last char lopped off
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10748 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-13 04:57:27 +00:00
Michael Jerris ac8daf49c4 mod_commands only send content-type on status when it really is http.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10714 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 17:56:51 +00:00
Anthony Minessale a579a28324 add vars param to switch_ivr_originate for recursion MODAPP_175
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10610 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 14:59:24 +00:00
Anthony Minessale cef087ba8b MODAPP-171
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10565 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-02 16:15:12 +00:00