On Mon, 2009-11-02 at 17:14 -0500, M. Ranganathan wrote: > I would like to use the convention > > User-Agent: SipXbridge/version.build SipXecs/sipxbridge (linux) > > Right now the convention seems to be > > User-Agent: SipXbridge/version SipXecs/SipXbridge (linux) > > Is this acceptable?
As far as I know, we have no software that parses User-Agent/Server values, so tweaking the format shouldn't be a problem. To avoid trouble, the version part should be a "token". (There are more complex formats allowed, too.) Tokens include the alphanumerics and: "-" / "." / "!" / "%" / "*" / "_" / "+" / "`" / "'" / "~" so as long as the "build" is composed of these characters, you should be OK. Dale _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
