On Thu, 2009-10-29 at 13:04 -0400, Paul Mossman wrote: > > Let me try to explain what I meant: Let's say we have a user > > "juser". Admin adds a Bria phone for 'juser' soft phone. The > > soft phone serial number will have to be 'juser'. > > No. A Bria serial number can be any string that matches the regexp > "[a-zA-Z0-9]+", as declared in counterpath-models.beans.xml.
One rule that we must hold to is that a phone identification must be a "token" according to the SIP grammar. Assuming that the phone id is the same as the sipXconfig phone "serial number", we have to restrict serial numbers to the token character set, viz.: alphanumerics "-" / "." / "!" / "%" / "*" / "_" / "+" / "`" / "'" / "~" This is a smaller set than what is allowed as a SIP "user", so we have to be careful if we try to use SIP users as phone ids. 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/
