You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/t/lib/NGCP/Test/ReferenceData/pbxsubscribers.json

50 lines
1.5 KiB

[
{
"name": "pbx pilot subscriber",
"type": "subscribers",
"depends": [
"filled pbxaccount customer",
"domain"
],
"data": {
"username": "pbx_pilot_user_${sid}",
"password": "pbx_pilot_pass_${sid}",
"webusername": "pbx_pilot_webuser_${sid}",
"webpassword": "pbx_pilot_webpass_${sid}",
"display_name": "pbx pilot display ${sid}",
"primary_number": {
"cc": "43", "ac": "999", "sn": "${sid}"
},
"is_pbx_pilot": true,
"administrative": true,
"domain_id": "${domain}",
"customer_id": "${filled pbxaccount customer}",
"status": "active"
}
},
{
"name": "pbx seat subscriber",
"type": "subscribers",
"depends": [
"pbx pilot subscriber",
"filled pbxaccount customer",
"domain"
],
"data": {
"username": "pbx_seat_user_${sid}",
"password": "pbx_seat_pass_${sid}",
"webusername": "pbx_seat_webuser_${sid}",
"webpassword": "pbx_seat_webpass_${sid}",
"display_name": "pbx seat display ${sid}",
"primary_number": {
"cc": "43", "ac": "998", "sn": "${sid}"
},
"administrative": false,
"domain_id": "${domain}",
"customer_id": "${filled pbxaccount customer}",
"status": "active",
"pbx_extension": "101"
}
}
]