SIPCallerConfigsResponse
data class SIPCallerConfigsResponse(@Json(name = "id") val id: String, @Json(name = "custom_data") val customData: Map<String, Any?> = emptyMap())
SIP caller configuration response
SIP caller configuration response