| < Previous by Date | Date Index | Next by Date > |
| < Previous in Thread | Thread Index | Next in Thread > |
|
What version/revision of resiprocate are you using? There was
problems in a past revision with the ResipFastStream implementation and
interaction with the repro web interface. This problem should not be an issue
if you are using SVN head revision. If you want to try disabling resipfaststreams
with the revision you currently have, then you could try opening rutil/resipfaststreams.hxx
and ensuring the following line is not commented out: #define
RESIP_USE_STL_STREAMS Scott From:
repro-users-bounces@xxxxxxxxxxxxxxx
[mailto:repro-users-bounces@xxxxxxxxxxxxxxx] On Behalf Of Stephen
Gilbert To follow up on my previous post, I did some debugging and found that the
html command line is not being processed correctly WebAdmin::buildDomainsSubPage(DataStream& s) The incoming command is supposed to be handled by checking: (mHttpParams["action"] ==
"Add") However, the actual command received is numerical. This also seems to
account for the issue in user files getting weird numerical va if (mHttpParams["action"] == "65100100") |