Mike Jerris
e7269d7389
FS-10596: [core] include opposite caller profiles in cdr when doing enterprise originate
2017-08-17 16:47:58 -04:00
Ken Rice
53116495d1
Revert "FS-10416: [mod_commands] add new outbound channels to an in-progress originate"
...
This commit causes a segfault when parsing destinations that are |
delimited. This patchset needs to be tested further before inclusion
into the tree.
This reverts commit b11955db0b
.
2017-07-11 17:25:48 -05:00
Hristo Trendev
b11955db0b
FS-10416: [mod_commands] add new outbound channels to an in-progress originate
...
This allows new endpoints (outbound channels) to be called, after an originate
is already in progress, where any of the originally called endpoints need to
continue to ring.
One use case would be to convert a 302 Moved Temporarily destination to SIP
endpoint(s) and then to add the new endpoints to an in-progress originate,
without cancelling any of the other (already ringing) outbound channels.
2017-06-21 19:31:46 +02:00
Anthony Minessale
bbd87e4a67
FS-10328: [freeswitch-core] Add method to allow orphaned B legs during originate to transfer to another extension
2017-05-19 19:05:44 -05:00
Anthony Minessale
c70fc7a940
FS-10328: [freeswitch-core] Add method to allow orphaned B legs during originate to transfer to another extension #resolve
2017-05-18 11:57:37 -05:00
Anthony Minessale
35865bd90c
FS-10118: [freeswitch-core] Race conditions from lack of error checking in switch_core_session_read_lock #resolve
2017-03-09 13:22:25 -06:00
Sergey Safarov
df1ab07ca4
FS-9924: Removed extra space in source files
2017-02-09 23:59:49 -05:00
Anthony Minessale
0db3a2febe
FS-9932: [freeswitch-core] Error with group confirm feature combined with enterprise originate #resolve
2017-01-10 16:06:33 -06:00
Chris Rienzo
11452979f6
FS-9696 keep pickup endpoint up if another endpoint in dialstring hangs up and leg_timeout is set on the pickup endpoint
2016-11-03 16:39:43 -04:00
Mike Jerris
7c75cf7300
FS-9484: fix var type format spec
2016-09-08 04:03:18 -04:00
Chris Rienzo
4620f1070c
FS-9472 [core] Add originate_retry_timeout and originate_retry_min_period_ms
...
originate_retry_timeout : maximum duration in seconds to allow retry attempts to occur.
On expiration, this will not stop an in progress attempt, it will only prevent a
retry attempt from starting. This value works together with originate_retries.
originate_retry_min_period_ms : minimum spacing between retry attempts. This prevents
retries from flooding an enpoint when it rejects quickly.
2016-09-01 10:59:06 -04:00
Anthony Minessale
9fe7c48df7
FS-9390 #resolve ['Segmentation fault' during call setup]
2016-07-28 16:27:17 -05:00
Chris Rienzo
94c11e41d2
FS-8806 Change group_confirm_cancel_timeout to apply only to the legs that answer the call.
2016-02-17 11:19:04 -05:00
Anthony Minessale
ad696ccabf
FS-8612 #resolve [rare ivr originated calls crash due to read codec leak]
2015-12-04 10:33:41 -06:00
Anthony Minessale
a0b009e353
FS-8338 #resolve [Ringback does not work correctly on stereo channels]
2015-10-12 17:00:13 -05:00
Anthony Minessale
0865c7e331
FS-7678 #resolve
2015-06-19 01:34:31 -05:00
Anthony Minessale
7c294f242f
FS-7504: allow <modname>.<codecname> support so multiple modules can exist for the same codec
2015-05-28 12:47:13 -05:00
Anthony Minessale
b37d071908
FS-7186 #resolve
2015-01-23 13:14:58 -06:00
Michael Jerris
062ddcfa6f
FS-7174: #resolve #comment make sure not to leave any sessions readlocked in bridge_early_media=true in case one in the middle of the list is abandoned
2015-01-21 17:16:56 -05:00
Seven Du
0a66db6f12
FS-7111 #resolve please review
2014-12-26 13:28:11 +08:00
Anthony Minessale
392c687f27
FS-7055 #resolve
2014-12-08 12:53:28 -06:00
Brian West
79de78a0fb
FS-7021 #resolve
2014-11-19 21:51:09 -06:00
Anthony Minessale
ed7264b6d3
doh
2014-06-13 05:28:14 +05:00
Anthony Minessale
7642d846a9
some more channels updates
2014-06-13 05:13:43 +05:00
Anthony Minessale
579a051867
add channels param the the silence generator function
2014-06-13 04:49:44 +05:00
Anthony Minessale
2bc2811050
FS-5997 regression from commit 70accd9f27
this caused some attended transfers to calls with multiple targets to get the abondoned channels to be stuck on write lock
2014-04-17 02:41:40 +05:00
Anthony Minessale
5c0cff70b3
FS-6402 --resolve
2014-04-02 01:20:19 +05:00
Anthony Minessale
804ef7709d
change from sqlite hash to newly added one
2014-03-09 00:37:17 +05:00
Ken Rice
6e7d5d0897
update copyright header for 2014
2014-02-12 12:08:56 -06:00
Peter Olsson
084e245085
Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks.
2014-01-22 22:30:23 +01:00
Anthony Minessale
e6758021e7
add support for originated_legs and originating_leg_uuid on enterprise originate
2014-01-22 22:40:29 +05:00
Anthony Minessale
70accd9f27
FS-5997 --resolve
2013-12-04 17:46:02 -06:00
Anthony Minessale
882b82aa91
pass callee_id on early
2013-11-23 02:53:05 +05:00
Anthony Minessale
b1a3a106ec
FS-5852 --resolve
2013-10-17 12:18:01 -04:00
Anthony Minessale
99c681f367
FS-5820 --resolve
2013-09-23 18:31:16 -05:00
Anthony Minessale
ef28a88c75
FS-5619 --resolve
2013-07-19 13:26:00 -05:00
Nathan Neulinger
32adc789f6
make noexpandtab explicit in all vim modelines other than xml files
2013-06-25 11:50:17 -05:00
Anthony Minessale
4240526ce3
add some device-state mechinism to FS to allow tracking of device-specific states where they may have more than one call from the same device
2013-06-05 11:20:11 -05:00
Anthony Minessale
6cdb46889c
FS-5402 --resolve the problem is ent originate has many channels and many causes to parse so we need to check it against all the causes
2013-05-22 11:01:39 -05:00
Anthony Minessale
78c31eaa87
FS-5402 revert wait till tomorrow
2013-05-21 13:29:24 -05:00
Anthony Minessale
1239e32de2
FS-5402
2013-05-21 13:22:17 -05:00
Anthony Minessale
7ec78e90e1
FS-5457
2013-05-21 10:21:45 -05:00
Anthony Minessale
97d47af882
FS-5407 --resolve
2013-05-13 14:21:08 -05:00
Anthony Minessale
66ba282233
FS-5390 --resolve
2013-05-09 10:29:45 -05:00
Anthony Minessale
9aaaeb7215
FS-5371 --resolve typo
2013-05-08 09:18:52 -05:00
Anthony Minessale
832bbf4f03
FS-5371 --resolve
2013-05-03 13:38:17 -05:00
Anthony Minessale
784d5722fa
FS-4875 auto setting ignore_early_media causes unwanted side effects for others, it will have to be supplied by the user
2013-05-02 21:21:51 -05:00
Anthony Minessale
2ad0e71225
add uuid of orig picked channel too
2013-04-30 11:57:48 -05:00
Anthony Minessale
6923845033
add execute_on_pickup and api_on_pickup
2013-04-30 11:41:34 -05:00
Anthony Minessale
032761c0f5
FS-5346 --resolve use new originate_delay_start=<ms> to get this
2013-04-24 15:07:45 -05:00