Commit Graph

201 Commits

Author SHA1 Message Date
Anthony Minessale cdd0bcfdf3 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13847 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 19:47:29 +00:00
Anthony Minessale f9642e96c7 add local_var_clobber variable for {} to set if [] vars should clobber {} vars (default false)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13842 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 16:35:41 +00:00
Michael Jerris bcfccaee16 use define
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13412 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-21 17:55:56 +00:00
Anthony Minessale 8286dedd5d FSCORE-357
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13285 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-12 14:54:34 +00:00
Anthony Minessale bf4dbe097a FSCORE-357
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13274 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-11 16:52:01 +00:00
Anthony Minessale 9045735e79 FSCORE-357
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13264 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-08 19:03:54 +00:00
Anthony Minessale 4619f83a40 wait for cdr to be generated in failed cdr_x
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13253 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-07 17:27:15 +00:00
Mathieu Rene 95311eaf10 Don't set the caller name to origination_uuid's value
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13248 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-07 02:16:12 +00:00
Mathieu Rene 418d602728 MODAPP-271
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13247 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-07 02:05:16 +00:00
Anthony Minessale e5e9524216 add group_recurse_variables and user_recurse_variables to {} vars (default is true, set to false to not pass vars down to user or group channels)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13241 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-06 15:13:51 +00:00
Mathieu Rene affd0c8446 Make { } vars take precedence over channel variables
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13228 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-04 20:43:09 +00:00
Anthony Minessale 4a75028229 move originate retry related vars to only be in {} not in channel variable list
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13225 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-04 14:09:32 +00:00
Anthony Minessale 2c0fe2dc9c FSCORE-359
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13209 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 13:53:29 +00:00
Anthony Minessale 9355013017 FSCORE-357
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13176 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-28 14:13:05 +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 7865668eff remove possible uninitialized memory reference on inherit_codec variable check
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12817 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-27 23:50:34 +00:00
Mathieu Rene 29cff9c6b3 revert + fix typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12808 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-27 18:39:02 +00:00
Mathieu Rene 751e3976a5 Use switch_channel_set_variable_printf instead of snprintf of a stack-allocated buffer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12807 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-27 18:30:32 +00:00
Anthony Minessale a000f0bc89 add import vars to fifo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12722 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-23 16:06:32 +00:00
Anthony Minessale f5d97f2fb3 make gaussian noise less noisy FSCORE-340
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12720 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-23 01:59:35 +00:00
Anthony Minessale b7db753142 fix regression from r12585 FSCORE-331
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12704 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-21 16:47:16 +00:00
Anthony Minessale 9694ce0407 FSCORE-336
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12643 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-17 16:23:32 +00:00
Michael Jerris 863e1c7056 fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12626 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-16 19:53:17 +00:00
Michael Jerris c0d1ce2477 fix group_confirm regression from svn r12403
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12616 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-16 01:37:18 +00:00
Brian West dfda1d8f27 refactor
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12604 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-14 14:30:37 +00:00
Anthony Minessale 8b6aeebdbc fix origination_privacy var
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12603 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-14 14:14:51 +00:00
Anthony Minessale 45110ff36e FSCORE-331
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12585 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-12 16:47:47 +00:00
Anthony Minessale 360afc83b9 add sip_from_display var and fix backwards switch_strisr calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12566 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-11 15:14:24 +00:00
Anthony Minessale 674a18f930 add origination_pricacy var to originate api
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12546 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-10 13:16:14 +00:00
Anthony Minessale d3f61b3ad2 tweak on last one
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12404 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-04 04:28:06 +00:00
Anthony Minessale d7a12df53f add new state for CDR and leg_delay_start originate var and fix FSCORE-315
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12403 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-04 04:19:33 +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 292ed6eee5 reduce the yields
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12193 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 19:51:34 +00:00
Anthony Minessale 62f0dc1b44 behaviour change, do not auto-export origination_caller_id_* to avoid confusion
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12052 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-16 16:28:27 +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 cf4b7672b5 FSCORE-294
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11754 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 14:56:22 +00:00
Anthony Minessale bcb20f7ab5 add {instant_ringback=true} to make ringback not wait for indication to generate ringback
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11740 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 00:22:41 +00:00
Anthony Minessale ba77f23278 clean up tone_detect
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11738 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 00:16:36 +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 478efc5f71 tweaks to call setup code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11616 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 20:33:24 +00:00
Anthony Minessale 9bcc841bb0 Modify state machine behaviour.
Endpoint handlers can still veto all other state handlers by returning SWITCH_STATUS_FALSE
Application handlers can only veto each other by returning SWITCH_STATUS_FALSE.
Global handlers will still be called when application vetos but they can still veto each other.
Default handler will not be called if application or global vetos or if state has changed from any handler.



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11610 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 17:17:31 +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
Mathieu Rene 8187f4a3c1 FSCORE-279 Prevent media setup on failed originates
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11462 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-23 14:16:34 +00:00
Anthony Minessale 33a3bcf56c add disposition to monitor_early_media
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11437 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-22 23:50:01 +00:00
Michael Jerris dbeb3aa47d fix build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11328 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-21 02:18:03 +00:00
Anthony Minessale effb166bd4 add ignore_ring_ready tone_detect_sleep and tone_detect_expires
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11309 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-20 15:39:32 +00:00
Anthony Minessale 29c616b9a2 refactor
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11299 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-20 00:21:58 +00:00
Anthony Minessale 29d762924c update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11297 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-19 23:30:41 +00:00
Anthony Minessale 697bb6ec6e monitor_media function
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11295 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-19 23:15:59 +00:00
Michael Jerris dc2a354cbe fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11292 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-19 21:11:01 +00:00