mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
ussd_proxy: add content-type sip tag in bye for 3rd party software workaround
This commit is contained in:
committed by
Ivan Kluchnikov
parent
955d8800e5
commit
991691f8df
@@ -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:
|
||||
|
Reference in New Issue
Block a user