Opened 19 months ago
Closed 19 months ago
#331 closed enhancement (fixed)
sip proxy customization
| Reported by: | evotelecom | Owned by: | vadim |
|---|---|---|---|
| Priority: | major | Milestone: | QuteCom 3.0 |
| Component: | 3rd party libs | Version: | 2.2 |
| Keywords: | Cc: |
Description
Hello
can anyone tell me how do i customize my own sip proxy so when customer download the soft phone from my website they only need to enter the user name and password
and lock this customization so it can't be changed by customers
thank you
Change History (1)
comment:1 Changed 19 months ago by laurent
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

please to not use bug-tracker for this type of request ...
take a look at qutecom-3.0/DefineQuteComOptions.cmake
set ENABLE_QUTECOM_ACCOUNT to ON, ENABLE_STD_SIP_ACCOUNT to OFF, ENABLE_QUTECOM_SSO to OFF
Now qutecom will only ask for username and password.
It will use sip settings from qutecom-3.0/qutecom/resources/config/config.xml
<qutecom.default.realm><string>....</string></qutecom.default.realm>
<qutecom.default.server.hostname><string>....</string></qutecom.default.server.hostname>
<qutecom.default.server.port><int>5060</int></qutecom.default.server.port>
<qutecom.default.proxy.hostname><string>.....</string></qutecom.default.proxy.hostname>
<qutecom.default.proxy.port><int>5060</int></qutecom.default.proxy.port>