Re: [OpenSIPStack] Upper Registration will be temporarily broken in CVS
Brought to you by:
joegenbaclor
From: <jo...@op...> - 2008-09-11 02:54:37
|
Andre, Good find. It turns out that SetPrivateProfileString() function truncates string with CRLF and TAB characters. I modified PConfig so it escapes these characters before feeding it to SetPrivateProfileString(). Please report more bugs as you find them. I appreciate it. For the unix users. This only affects windows. Unix build has been using the .ini system since day one. Joegen André Mamitzsch wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Joegen, > > thanks for the quick reply and the confirmation. It seems to me that the > rewriting is not working anymore. > If I try to register my devices, the FROM: and TO: fields are not being > touched and stay the same. The softswitch therfore replies with an > "SIP/2.0 403 Forbidden AOR". > > If I find some time during the day, I will dig into it, do a little bit > more debugging and let you know what I have found. > > Andre > > jo...@op... schrieb: > >> Hi Andre, >> >> Yes, the new code are in. What kind of issue are you bumping into? >> >> Joegen >> >> André Mamitzsch wrote: >> Hello Joegen, >> >> I have a couple of issues with the upper registration in my test lab. >> Before I start troubleshooting - can you confirm that the new code is >> committed. >> >> Andre >> >> jo...@op... schrieb: >> >> >>>>> Hi Everyone, >>>>> >>>>> I have recently committed code for shared line appearance (SLA) that >>>>> would render upper registration to temporarily not function (Local Reg >>>>> should be ok). This is just temporarily until I've committed the >>>>> revised code for upper reg which is anticipated to be completed by >>>>> tomorrow. >>>>> >>>>> Joegen >>>>> >>>>> ------------------------------------------------------------------------- >>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>>>> Build the coolest Linux based applications with Moblin SDK & win great prizes >>>>> Grand prize is a trip for two to an Open Source event anywhere in the world >>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>>> _______________________________________________ >>>>> opensipstack-devel mailing list >>>>> ope...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>>> >>>>> > - ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > - ------------------------------------------------------------------------ > >>> > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.169 / Virus Database: 270.6.19/1660 - Release Date: > 9/8/2008 6:39 PM > > > > > > >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFIx3Z9QKZIuVrbkWoRAlChAJ9SNb1WqQjY46C3Xmla7yuWrTKiNACfal9g > XBZ7O9FgMpzHt0IjuyXjTEg= > =740P > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.169 / Virus Database: 270.6.19/1663 - Release Date: 9/9/2008 7:04 PM > > |