mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-14 21:20:28 +01:00
voiceservice: adapt new country codes
This commit is contained in:
parent
3b7fe9237b
commit
bb6b54e3ef
1 changed files with 26 additions and 26 deletions
|
|
@ -131,32 +131,32 @@ struct cap_sip_codec capabilities_sip_codecs[] = {
|
|||
{SIP_CODEC_TESTLAW, "testlaw", "testlaw", "0", "0-0", "0"}
|
||||
};
|
||||
struct region capabilities_regions[] = {
|
||||
{"AUS", "AU"},
|
||||
{"BEL", "BE"},
|
||||
{"BRA", "BR"},
|
||||
{"CHL", "CL"},
|
||||
{"CHN", "CN"},
|
||||
{"CZE", "CZ"},
|
||||
{"DNK", "DK"},
|
||||
{"FIN", "FI"},
|
||||
{"FRA", "FR"},
|
||||
{"DEU", "DE"},
|
||||
{"HUN", "HU"},
|
||||
{"IND", "IN"},
|
||||
{"ITA", "IT"},
|
||||
{"JPN", "JP"},
|
||||
{"NLD", "NL"},
|
||||
{"NZL", "NZ"},
|
||||
{"USA", "US"},
|
||||
{"ESP", "ES"},
|
||||
{"SWE", "SE"},
|
||||
{"CHE", "CH"},
|
||||
{"NOR", "NO"},
|
||||
{"TWN", "TW"},
|
||||
{"GBR", "GB"},
|
||||
{"ARE", "AE"},
|
||||
{"ETS", "ET"},
|
||||
{"T57", "T5"}
|
||||
{"au", "AU"},
|
||||
{"be", "BE"},
|
||||
{"br", "BR"},
|
||||
{"cl", "CL"},
|
||||
{"cn", "CN"},
|
||||
{"cz", "CZ"},
|
||||
{"dk", "DK"},
|
||||
{"fi", "FI"},
|
||||
{"fr", "FR"},
|
||||
{"de", "DE"},
|
||||
{"hu", "HU"},
|
||||
{"in", "IN"},
|
||||
{"it", "IT"},
|
||||
{"jp", "JP"},
|
||||
{"nl", "NL"},
|
||||
{"nz", "NZ"},
|
||||
{"us", "US"},
|
||||
{"es", "ES"},
|
||||
{"se", "SE"},
|
||||
{"ch", "CH"},
|
||||
{"no", "NO"},
|
||||
{"tw", "TW"},
|
||||
{"gb", "GB"},
|
||||
{"ae", "AE"},
|
||||
{"et", "ET"},
|
||||
{"t5", "T5"}
|
||||
};
|
||||
struct rtp_tos list_rtp_tos[] = {
|
||||
{"CS0", "0"},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue