sca: reversed the from_tag and to_tag variables in the function call
- Part of the issue reported by Kevin Scott Adams, GH #341. The
function sca_dialog_build_from_tags() has the following parameter
listing...(sca_dialog *dialog, int maxlen, str *call_id, str *from_tag,
str *to_tag). The call to this function in the
sca_call_info_uri_update() function had the ‘to_tag’ variable in the
‘from_tag’ parameter position and the ‘from_tag’ variable in the
‘to_tag’ parameter position. Reversing the ‘to_tag’ and ‘from_tag’
variables in the function call resolved the issue of multiple appearance
showing up on held and seize events.