Right, which is how it became a pet peeve of mine ;)
Best regards,
Byron Campen
Right - my mistake. From RFC3261:
Address-of-Record: An address-of-record (AOR) is a SIP or SIPS URI that points to a domain with a location service that can map the URI to another URI where the user might be available. Typically, the location service is populated through registrations. An AOR is frequently thought of as the "public address" of the user.
However it should be noted that the getAor method on resip's Uri class does not include the scheme.
Scott
From: Byron Campen [mailto:bcampen@xxxxxxxxxxxx] Sent: Wed 8/6/2008 4:02 PM To: Scott Godin Cc: Karlsson; resiprocate-users Subject: Re: [reSIProcate-users] What's diffenrent of NameAddr, uri and aor ?
Sorry, this is a pet peeve of mine, but an AOR includes a scheme.
Best regards,
Byron Campen
FYI - RFC3261 has the full definition and grammer for all of these. A really basic summary is:
1. NameAddr = Display Name + URI
2. URI = scheme + [user@] hostname + parameters
3. AOR = user@hostname
Scott
From:resiprocate-users-bounces@xxxxxxxxxxxxxxx on behalf of Karlsson Sent: Tue 8/5/2008 1:13 AM To: resiprocate-users Subject: [reSIProcate-users] What's diffenrent of NameAddr, uri and aor ?