diff options
author | Iordan Iordanov <iiordanov@gmail.com> | 2011-11-05 19:29:55 +0000 |
---|---|---|
committer | Iordan Iordanov <iiordanov@gmail.com> | 2011-11-05 19:29:55 +0000 |
commit | 6e632b72258d82ce2938d273973842c8d69f7018 (patch) | |
tree | e29b3d35622c1ce0332eadc5f5ce6b3899252b55 /applications/luci-pbx/luasrc/model/cbi/pbx.lua | |
parent | 5e86b77294fd1c64b4f56407d156737d7a147e37 (diff) |
1) Made spacing with \ syntax consistent across the board.
Diffstat (limited to 'applications/luci-pbx/luasrc/model/cbi/pbx.lua')
-rw-r--r-- | applications/luci-pbx/luasrc/model/cbi/pbx.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/applications/luci-pbx/luasrc/model/cbi/pbx.lua b/applications/luci-pbx/luasrc/model/cbi/pbx.lua index 3f2ee674b..b099b6a30 100644 --- a/applications/luci-pbx/luasrc/model/cbi/pbx.lua +++ b/applications/luci-pbx/luasrc/model/cbi/pbx.lua @@ -69,17 +69,17 @@ end m = Map (modulename, translate("PBX Main Page"), - translate("This configuration page allows you to configure a phone system (PBX) service which\ - permits making phone calls through multiple Google and SIP (like Sipgate,\ + translate("This configuration page allows you to configure a phone system (PBX) service which \ + permits making phone calls through multiple Google and SIP (like Sipgate, \ SipSorcery, and Betamax) accounts and sharing them among many SIP devices. \ Note that Google accounts, SIP accounts, and local user accounts are configured in the \ \"Google Accounts\", \"SIP Accounts\", and \"User Accounts\" sub-sections. \ You must add at least one User Account to this PBX, and then configure a SIP device or \ softphone to use the account, in order to make and receive calls with your Google/SIP \ - accounts. Configuring multiple users will allow you to make free calls between all users,\ + accounts. Configuring multiple users will allow you to make free calls between all users, \ and share the configured Google and SIP accounts. If you have more than one Google and SIP \ accounts set up, you should probably configure how calls to and from them are routed in \ - the \"Call Routing\" page. If you're interested in using your own PBX from anywhere in the\ + the \"Call Routing\" page. If you're interested in using your own PBX from anywhere in the \ world, then visit the \"Remote Usage\" section in the \"Advanced Settings\" page.")) ----------------------------------------------------------------------------------------- |