/
JA
jambonz
/
Jambonz API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 51m ago · Updated 9mo ago
Details
Filter operations
Accounts
11
Alerts
1
Applications
6
Call Routing
17
Carriers
11
get
retrieve public IP addresses of the jambonz SBCs
get
list voip carriers
post
create voip carrier
get
retrieve voip carrier
put
update voip carrier
delete
delete a voip carrier
get
list sip gateways
post
create sip gateway
get
retrieve sip gateway
put
update sip gateway
delete
delete a sip gateway
Clients
3
Phone Numbers
5
Recent Calls
3
Service Providers
23
Settings
5
Speech
13
Users
5
Carriers
list voip carriers
get
/VoipCarriers
Response
list of voip carriers
VoipCarrier[]
required
voip_carrier_sid
string
uuid
required
name
string
required
description
string
account_sid
string
uuid
application_sid
string
uuid
e164_leading_plus
boolean
requires_register
boolean
register_username
string
register_sip_realm
string
register_password
string
tech_prefix
string
inbound_auth_username
string
inbound_auth_password
string
diversion
string
is_active
boolean
smpp_system_id
string
smpp_password
string
smpp_inbound_system_id
string
smpp_inbound_password
string
smpp_enquire_link_interval
number
Changes