Commit Graph

626 Commits

Author SHA1 Message Date
Brian West c6d372dce2 MODENDP-214 thanks david, hope to see you at cluecon
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13141 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-24 22:49:35 +00:00
Anthony Minessale 0071cedcd0 only pass 2833 while bridged and while bridged to another channel that uses our RTP stack
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13131 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-23 13:15:03 +00:00
Anthony Minessale 0f08e7db06 MODENDP-213
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13119 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-22 18:38:55 +00:00
Brian West 09f6442a44 more cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13114 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-22 15:16:37 +00:00
Stefan Knoblich 130d3f3828 Change call counter status output for consistency
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13110 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 22:43:18 +00:00
Brian West 3a61fe2085 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13109 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 22:26:21 +00:00
Brian West 80088d59e3 thanks stnk
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13108 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 22:02:20 +00:00
Brian West 377d0b6f2d hrm, remove the uppercase first letter on these.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13106 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 20:24:44 +00:00
Anthony Minessale 131be776f1 add calls count and failed calls count to sofia profile sorted by direction
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13103 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 17:47:22 +00:00
Anthony Minessale 5e2e0b36a7 add sip info to event_socket gateway
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13088 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-20 19:00:39 +00:00
Anthony Minessale 32e2fddef3 ndlb_sendrecv_in_session var NDLB-sendrecv-in-session profile option to reverse the effects of MODENDP-148
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13084 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-20 17:07:54 +00:00
Anthony Minessale 63fd842b3d autoflush on bridge and add bridge_hangup_cause variable to indicate the hangup cause of the last bridged channel
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13065 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-16 22:13:55 +00:00
Anthony Minessale 300bb301b7 move rtp stats up to where they will be more useful
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13017 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-14 16:55:10 +00:00
Anthony Minessale 73fe7bfdcc FSCORE-352
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12987 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-10 20:14:02 +00:00
Anthony Minessale ab6c4f1a6d change CS_DONE to CS_DESTROY and add state handler for destroy and tear down critical parts of the channel from this method which is not called until it's impossible for anything to be referencing the channel (after final write lock and before destroying the pool)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12986 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-10 17:43:18 +00:00
Anthony Minessale 68b0359cfb FSCORE-349 add flag to denote if a codec is init or not
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12961 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-09 17:17:12 +00:00
Anthony Minessale 3a24486f1c add rtp-autofix-timing (defauts to true even when not present) set to false to disable it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12903 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-03 15:07:10 +00:00
Anthony Minessale 09eef9a325 don't auto-disable, just warn
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12815 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-27 22:45:17 +00:00
Anthony Minessale 3c72e9f143 add username and realm to sip db
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12785 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-25 20:14:07 +00:00
Michael Jerris 4a48d3dd5a use nua_handle_home instead of using nua internals to get the nua handle home
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12757 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-24 17:57:00 +00:00
Anthony Minessale 41944b7e6f clean up dialog stuff on presence for sla and other stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12708 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-22 05:15:17 +00:00
Anthony Minessale ed35b00a0a another regression
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12693 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-20 20:51:19 +00:00
Anthony Minessale bf1ad19a09 FSCORE-322
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12676 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-20 01:52:53 +00:00
Anthony Minessale c3165e9667 FSCORE-337
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12647 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-17 16:39:12 +00:00
Mathieu Rene 80d2b371f9 declinatio mortuus obfirmo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12579 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-12 02:24:24 +00:00
Anthony Minessale 80f3bc32a3 fix include
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12513 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-07 17:00:48 +00:00
Anthony Minessale bb04f16bd5 FSCORE-263
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12484 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-06 17:45:32 +00:00
Anthony Minessale df13840625 add configurable outgoing cid types
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12427 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-04 23:03:25 +00:00
Mathieu Rene fd9c4b47df Missed one doc line
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12425 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-04 22:22:30 +00:00
Mathieu Rene add42a2759 Move sofia logging to the core logging engine, add change sofia loglevel api and add sofia profile xxx siptrace on-off for TPORT_LOG
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12410 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-04 18:54:43 +00:00
Anthony Minessale 8d965c32b2 FSCORE-297 FSCORE-305 FSCORE-315
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12392 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-03 20:16:05 +00:00
Anthony Minessale 6955b86b53 MODENDP-192
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12358 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-02 19:43:17 +00:00
Anthony Minessale 9556be51ef fix issue in monitor_early_media_fail issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12271 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-25 03:41:18 +00:00
Anthony Minessale 9886f369c3 add direction col to sql db, add direction param to session_create, log dtmf digits to digits_dialed variable for cdr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12244 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-23 16:31:59 +00:00
Anthony Minessale 680f375cc2 MODENDP-198
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12135 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-18 13:53:15 +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
Michael Jerris 092553d043 convert sofia TFLAGs to use array based flags.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11892 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 20:49:45 +00:00
Anthony Minessale d6d8b04058 clarify warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11788 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 16:36:55 +00:00
Michael Jerris bc1e93bf5d use sofia specific flag macros
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11722 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-09 22:35:54 +00:00
Michael Jerris bbf0159708 use sofia specific flag macros
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11713 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-09 17:56:38 +00:00
Anthony Minessale 393ed25314 MODENDP-184
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11697 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-09 00:30:32 +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 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
Anthony Minessale 941052b656 allow <params> tag in gateways as well as <variables> with direction inbound/outbound (default both) and call counter
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11468 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-23 20:33:30 +00:00
Anthony Minessale f230b69676 only auto-restart if the binded ip changes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11428 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-22 23:07:31 +00:00
Anthony Minessale 5edf696110 cache read_codec implementation to reduce risk of race conditions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11143 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-12 18:37:44 +00:00
Anthony Minessale 732677a58f MODENDP-167
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11106 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-09 23:21:38 +00:00
Brian West 4b58f8dbf5 auto_answer isn't set on a bridge
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11069 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-05 16:22:09 +00:00
Anthony Minessale 2a90a43fd4 a few changes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11011 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-31 01:08:51 +00:00
Anthony Minessale 0f71b42b7c update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11007 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-30 20:19:06 +00:00