ussd_proxy: add content-type sip tag in bye for 3rd party software workaround

This commit is contained in:
Sergey Kostanbaev
2015-11-07 21:25:54 +03:00
committed by Ivan Kluchnikov
parent 955d8800e5
commit 991691f8df

View File

@@ -833,7 +833,10 @@ static int rx_sup_uss_message(isup_connection_t *sup_conn, const uint8_t* data,
return 0;
}
nua_bye(op->handle, TAG_END());
// NOTE: Add ContentType for 3rd party software workaround, it's not needed by standard
nua_bye(op->handle,
SIPTAG_CONTENT_TYPE_STR("application/vnd.3gpp.ussd+xml"),
TAG_END());
break;
default: