Open sergey-safarov opened 4 years ago
Please issue a pull request.
You don't wanna do this on every single outbound dial from a conference even if that flag is on, Just an FYI.
Please issue a pull request.
Diff above will fix call when conference
exists (has one or more participants).
But not fix when conference
does not have participants.
So diff is not optimal and needs other changes.
You don't wanna do this on every single outbound dial
Yes, we want for every call from conference with flag rfc-4579
.
OMG, I'm sitting on the same issue for over 3 days already , and now I see this. Need it also for outbound calls from the conference, as I want to use REFER (in-dialog) to add/remove participants to a conference according to the RFC4579, without it, it seems that I cannot at all. Only if I'll call into an existing conference, it'll reply me in 200OK with a proper contact, so REFER can work on those kind of calls, but not on calls that invoked using the outcall method (mostly important for a newly created conference when you invoke the outcall method in the dialplan).
Any news about this subject?
When I initiate new participant addition to the conference using the command line
And the conference has defined flag
rfc-4579
thenContact
header does not haveisfocus
param. For an established conference may be used this fixBut this does not work for first participant addition.
Could you add
isfocus
contact param when for conference_outcall when conference has flagrfc-4579
.