@jambonz/sdk
Preparing search index...
index
SipDeclineVerb
Interface SipDeclineVerb
interface
SipDeclineVerb
{
verb
:
"sip:decline"
;
id
?:
string
;
status
:
number
;
reason
?:
string
;
headers
?:
Record
<
string
,
string
>
;
}
Index
Properties
verb
id?
status
reason?
headers?
Properties
verb
verb
:
"sip:decline"
Optional
id
id
?:
string
status
status
:
number
SIP response status code.
Optional
reason
reason
?:
string
SIP reason phrase.
Optional
headers
headers
?:
Record
<
string
,
string
>
Custom SIP headers.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
verb
id
status
reason
headers
@jambonz/sdk
Loading...
SIP response status code.