Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Master] - PROD-210: Add strip-plus invite format to PBX sip settings and en-US il8n #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@
"e164": "E.164@Realm",
"1npan": "1 NPA NXX XXXX@Realm",
"username": "SIP_Username@Realm",
"npan": "NPA NXX XXXX@Realm"
"npan": "NPA NXX XXXX@Realm",
"strip_plus": "E164 without +"
},

"changesSaved": "You successfully saved your changes in the PBX Connector!"
Expand Down
3 changes: 2 additions & 1 deletion views/endpoint.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ <h4>
<option value="e164">{{ i18n.inboundFormat.e164 }}</option>
<option value="1npan">{{ i18n.inboundFormat.1npan }}</option>
<option value="npan">{{ i18n.inboundFormat.npan }}</option>
<option value="username">{{ i18n.inboundFormat.username }}</option>
<option value="strip_plus">{{ i18n.inboundFormat.strip_plus }}</option>
<option value="username">{{ i18n.inboundFormat.username }}</option>
{{/select}}
</select>
</div>
Expand Down