sca: reversed the from_tag and to_tag variables in the function call
- 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 space and
the 'from_tag' variable in the 'to_tag' parameter space. Reversing them
resolved the issue of multiple appearance showing up on a held and seize
events.