Skip to content

Asterisk: Add UCI asterisk.sip_options.allow_tx_hash_in_uri

George Yang requested to merge gyang-devel-allow-hash-uri into devel

UCI asterisk.sip_options.allow_tx_hash_in_uri is used to enable unescaped '#' in SIP URI.

  • By default, asterisk.sip_options.allow_tx_hash_in_uri='0' '#' in outgoing SIP URI is escaped to %HEX.

  • asterisk.sip_options.allow_tx_hash_in_uri='1' '#' in outgoing SIP URI is not escaped.

Merge request reports