Client Registration
This webhook is sent when a SIP client tries to register, it is configured at the account level
Payload
The payload of this webhook request is an object.
method
sip request method
realm
sip realm
username
sip username provided
expires
expiration requested, in seconds
nonce
nonce value
uri
sip uri in request
response
digest value calculated by the client
scheme
encryption protocol
algorithm
encryption algorithm used, default to MD5 if not provided
qop
qop value
cnonce
cnonce value
nc
nc value
Response
200
any
Return a 200 status to indicate that the data was received successfully.