1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837
|
<pre>Network Working Group G. Parsons
Request for Comments: 3804 Nortel Networks
Category: Standards Track June 2004
<span class="h1">Voice Profile for Internet Mail (VPIM) Addressing</span>
Status of this Memo
This document specifies an Internet standards track protocol for the
Internet community, and requests discussion and suggestions for
improvements. Please refer to the current edition of the "Internet
Official Protocol Standards" (STD 1) for the standardization state
and status of this protocol. Distribution of this memo is unlimited.
Copyright Notice
Copyright (C) The Internet Society (2004).
Abstract
This document lists the various Voice Profile for Internet Mail
(VPIM) email address formats that are currently in common use and
defines several new address formats for special case usage.
Requirements are imposed on the formats of addresses used in VPIM
submission mode.
Table of Contents
<a href="#section-1">1</a>. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-2">2</a>
<a href="#section-2">2</a>. Conventions used in this Document. . . . . . . . . . . . . . . <a href="#page-2">2</a>
<a href="#section-3">3</a>. VPIM v2 Addressing . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-4">4</a>. VPIM Addressing. . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-4.1">4.1</a>. VPIM Gateways. . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-4.2">4.2</a>. VPIM Submission LHS. . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-4.3">4.3</a>. VPIM Submission Addresses. . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-5">5</a>. Security Considerations. . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-6">6</a>. IANA Considerations. . . . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
6.1. IANA Registration form for new value of GSTN address
service-selector "VPIM". . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
6.2. IANA Registration form for new value of GSTN address
service-selector "VOICE" . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
6.3. IANA Registration form for new value of GSTN address
service-selector "AMIS". . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
6.4. IANA Registration form for new value of GSTN address
qualif-type1 keyword and value "SYSNUM". . . . . . . . . <a href="#page-10">10</a>
6.5. IANA Registration form for new value of GSTN address
qualif-type1 keyword and value "EXT" . . . . . . . . . . <a href="#page-11">11</a>
<span class="grey">Parsons Standards Track [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc3804">RFC 3804</a> VPIM Addressing June 2004</span>
6.6. IANA Registration form for new value of GSTN address
qualif-type1 keyword and value "DL". . . . . . . . . . . <a href="#page-12">12</a>
<a href="#section-7">7</a> . References . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-13">13</a>
<a href="#section-7.1">7.1</a>. Normative References . . . . . . . . . . . . . . . . . . <a href="#page-13">13</a>
<a href="#section-7.2">7.2</a>. Informative References . . . . . . . . . . . . . . . . . <a href="#page-14">14</a>
<a href="#section-8">8</a>. Author's Address . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-14">14</a>
<a href="#section-9">9</a>. Full Copyright Statement . . . . . . . . . . . . . . . . . . . <a href="#page-15">15</a>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
This document lists the various VPIM email address formats that are
currently in common use and defines several new address formats for
special case usage. Requirements are imposed on the formats of
addresses used in VPIM submission mode
[<a id="ref-VPIM2">VPIM2</a>] does not place any restrictions on the email address format.
However, it does recommend the use of a numeric LHS since many legacy
voice mail systems only use digits to identify mailboxes. Further,
it recommends a structure to handle private, international and
extensions. The private format has become deployed in most existing
VPIM v2 systems, further some systems will only accept messages from
addresses with a numeric LHS.
[<a id="ref-IVM">IVM</a>] does not describe addressing at all. The LHS format is left to
the discretion of the mailbox owner. However, it is useful in some
cases (like submission or tunneling) to specify a LHS format. A
format based on GSTN addressing [<a href="#ref-GSTN" title=""GSTN Address Element Extensions in e-mail Services"">GSTN</a>] is presented.
This document defines the various recipient (i.e., TO) addresses for
VPIM and IVM messages.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Conventions used in this Document</span>
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in <a href="./rfc2119">RFC 2119</a> [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>].
"LHS" as used in this document is to be interpreted as the left side
of the "@" in an email address. It is defined as "local-part" in
<a href="./rfc2822">RFC-2822</a>.
"RHS" as used in this document is to be interpreted as the right side
of the "@" in an email address. It is defined as "domain" in <a href="./rfc2822">RFC-</a>
<a href="./rfc2822">2822</a>.
<span class="grey">Parsons Standards Track [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc3804">RFC 3804</a> VPIM Addressing June 2004</span>
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. VPIM v2 Addressing</span>
This is defined in section 4.1.1 of [<a href="#ref-VPIM2" title=""Voice Profile for Internet Mail, Version 2"">VPIM2</a>] and [<a href="#ref-VPIMV2R2" title=""Voice Profile for Internet Mail - version 2 (VPIMv2)"">VPIMV2R2</a>]. Of the
four groups of addresses defined, the mailbox number format is the
most commonly used in VPIM v2 systems.
Example: 6137637582@nortelnetworks.com
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. VPIM Addressing</span>
VPIM places no restrictions on the form of the Internet address.
VPIM systems must be capable of receiving an arbitrary email address
and generating a reply to that address. No inferences about the
structure of the local part (LHS) should be necessary.
Recipients email addresses must be created in a form compatible with
the recipients system and consistent with the address entry
capabilities of a telephone user interface.
The following sections use formal syntax compliant with <a href="./rfc2234">RFC 2234</a>,
"Augmented BNF for Syntax Specifications: ABNF".
<span class="h3"><a class="selflink" id="section-4.1" href="#section-4.1">4.1</a>. VPIM Gateways</span>
A gateway translates between dissimilar environments. For VPIM, a
gateway connects between the VPIM profile of Internet mail and other
voice mail networking protocols (including voice call answer and
delivery). These may be proprietary or standard (like AMIS [AMIS-
A]). VPIM gateways typically service multiple voice mail users or,
in the case of call answer, service only one. In the former case,
they serve as a classic "mail transfer agent" (MTA) and in the latter
as a classic "mail user agent" (UA).
An onramp is a gateway which connects from another voice mail
networking protocol to VPIM. An offramp is a gateway which connects
from VPIM to another voice mail networking protocol. Behavior of
onramps and offramps is out of scope for this specification.
This specification describes the VPIM service portion of onramp and
offramp addressing.
<span class="h3"><a class="selflink" id="section-4.2" href="#section-4.2">4.2</a>. VPIM Submission LHS</span>
Limited capability voice mail machines may send messages by default
to an external message submission gateway. These gateways will
convert the unresolved telephone number of the recipient into a
<span class="grey">Parsons Standards Track [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc3804">RFC 3804</a> VPIM Addressing June 2004</span>
legitimate email address. Messages requiring address resolution must
be sent to a submission system which will convert the submitted
address into the route-able email address.
Additionally, limited capability email systems may send messages to a
VPIM onramp system indicated on the RHS. The LHS would indicate that
the message is to be sent as a VPIM message to the telephone number
indicated. In this case, address and message translation is
performed by the gateway.
Telephone numbers sent in a VPIM submission mode MUST be sent in one
of the following forms.
This is based on the format defined in [<a href="#ref-GSTN-ADDR" title=""Minimal GSTN address format in Internet Mail"">GSTN-ADDR</a>] and extensions in
[<a href="#ref-GSTN" title=""GSTN Address Element Extensions in e-mail Services"">GSTN</a>].
<span class="h4"><a class="selflink" id="section-4.2.1" href="#section-4.2.1">4.2.1</a>. The VPIM address</span>
For voice messages that are intended to be sent as VPIM messages the
service-selector element is defined to be:
vpim-service-selector = "VPIM"
The resultant vpim-address and vpim-mbox are formally
vpim-address = vpim-mbox
[ pstn-recipient ]
vpim-mbox = [ "VPIM=" ] ( global-phone / local-phone )
[ sub-addr-spec ext-addr-spec dl-addr-spec]
dl-addr-spec = "/DL=" sub-addr
;note that "/DL=" is case INSENSITIVE
ext-addr-spec = [ ext-sep sub-addr ]
ext-sep = ( "/EXT=" / "+" )
; note that "/EXT=" is case INSENSITIVE
; "+" is used for compatibility with current
; VPIM v2 addressing
For clarity, here is an example of a very simple vpim-mbox:
VPIM=6137637582
The extension syntax, that is a phone number followed by "/EXT="
defining the extension, would be used where the mailbox does not have
a direct dial number associated with it (e.g., typically behind a
non-ISDN PBX). For example:
<span class="grey">Parsons Standards Track [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc3804">RFC 3804</a> VPIM Addressing June 2004</span>
VPIM=7035255550/EXT=227
The distribution list syntax, that is a phone number followed by
"/DL=" defining the list, would be used to refer to a distribution
list associated with the phone number (with or without an extension).
For example:
VPIM=+14165977230/DL=93
<span class="h4"><a class="selflink" id="section-4.2.2" href="#section-4.2.2">4.2.2</a>. The Voice address</span>
For voice messages that are intended to be sent as a voice outdialing
at the destination system, the service-selector element is defined to
be:
voice-service-selector = "VOICE"
The resultant voice-address and voice-mbox are formally
voice-address = voice-mbox
[ pstn-recipient ]
voice-mbox = "VOICE=" ( global-phone / local-phone )
[ sub-addr-spec ] [post-sep post-dial]
For more clarity, here is an example of a very simple voice-mbox:
VOICE=+3940226338
<span class="h4"><a class="selflink" id="section-4.2.3" href="#section-4.2.3">4.2.3</a>. The AMIS address</span>
For voice messages that are intended to be sent as AMIS (Audio
Messaging Interchange Specification) voice mail messages (as defined
in [<a href="#ref-AMIS-A" title="Issue 2">AMIS-A</a>] and [<a href="#ref-AMIS-D" title="Issue 3">AMIS-D</a>]), the service-selector element is defined to
be:
amis-service-selector = "AMIS"
The resultant amis-address and amis-mbox are formally
amis-address = amis-mbox
amis-mbox = "AMIS=" amis-mailbox
[ "/SYSNUM=" amis-sysnum ]
; note that "/SYSNUM=" is case INSENSITIVE
amis-mailbox = ( amis-a / amis-d )
<span class="grey">Parsons Standards Track [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc3804">RFC 3804</a> VPIM Addressing June 2004</span>
amis-a = amis-a-number
amis-d = [ amis-mailbox-numberplan ][ "+" ] amis-mailbox-id
[ "+" ] [ amis-mailbox-extension ]
; The "+" separators are used to be compatible
; the X.400 AMIS-D mailbox definition --
; if more than one element is present, both
; "+" must appear. Note also that the total
; length of this field is restricted to 32
; characters by AMIS-D.
amis-mailbox-numberplan = 1*VCHAR
amis-mailbox-id = 1*16(VCHAR)
amis-mailbox-extension = 1*VCHAR
amis-sysnum = amis-a-number
amis-a-number = ( amis-PSTN-number / amis-private-number )
amis-PSTN-number = int-country-code "+"
area-code "+"
local-number "+"
; This is in agreement with ITU [<a href="#ref-E.164" title="Numbering">E.164</a>]
; specification and per [<a href="#ref-AMIS-A" title="Issue 2">AMIS-A</a>] - the
; maximum length is 15 numeric digits.
; The "+" separators are used to be
; compatible with the X.400 AMIS-D
; mailbox definition and replace the '#'
; separators of AMIS-A
amis-private-number = "0++" local-number "+"
; [<a href="#ref-AMIS-A" title="Issue 2">AMIS-A</a>] indicates that maximum permitted
; length of the private number is 14
; digits
int-country-code = 1*4(DIGIT)
area-code = 1*(DIGIT)
local-number = 1*(DIGIT)
For more clarity, here is an example of a simple AMIS-A amis-mbox:
AMIS=+1/401+3278144+/SYSNUM=1+401+3279542+
<span class="grey">Parsons Standards Track [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc3804">RFC 3804</a> VPIM Addressing June 2004</span>
<span class="h4"><a class="selflink" id="section-4.2.4" href="#section-4.2.4">4.2.4</a>. The fax address</span>
Fax addresses used in VPIM are formatted as defined in [<a href="#ref-FAX-ADDR" title=""Minimal FAX address format in Internet Mail"">FAX-ADDR</a>],
section 2.
<span class="h3"><a class="selflink" id="section-4.3" href="#section-4.3">4.3</a>. VPIM Submission Addresses</span>
Based on [<a href="#ref-GSTN-ADDR" title=""Minimal GSTN address format in Internet Mail"">GSTN-ADDR</a>], these are the resultant email addresses for the
LHS presented above. VPIM and IVM systems that support submission
MUST accept, translate (if necessary), and forward messages sent to
these addresses.
<span class="h4"><a class="selflink" id="section-4.3.1" href="#section-4.3.1">4.3.1</a>. The vpim-email</span>
The vpim-email element is a specific version of pstn-email for VPIM
over the Internet e-mail transport system, where the service-selector
distinction is set to "VPIM".
vpim-email = ["/"] vpim-address ["/"] "@" mta-I-pstn
In this case the mta-I-pstn will usually point to a VPIM capable
messaging system where the attached message will be delivered
properly.
<span class="h4"><a class="selflink" id="section-4.3.2" href="#section-4.3.2">4.3.2</a>. The voice-email</span>
The voice-email element is a specific version of pstn-email for the
voice outdialing over the Internet e-mail transport system, where the
service-selector distinction is set to "VOICE".
voice-email = ["/"] voice-address ["/"] "@" mta-I-pstn
In this case the mta-I-pstn will usually point to a device that will
perform an outdial, that is for example, make a telephone call to the
specified number and play a voice attachment.
<span class="h4"><a class="selflink" id="section-4.3.3" href="#section-4.3.3">4.3.3</a>. The amis-email</span>
The amis-email element is a specific version of pstn-email for the
AMIS over the Internet e-mail transport system, where the service-
selector distinction is set to "AMIS".
amis-email = ["/"] amis-address ["/"] "@" mta-I-pstn
In this case the mta-I-pstn will usually point to a device that acts
as a gateway to an AMIS network where the attached voice message will
be delivered properly.
<span class="grey">Parsons Standards Track [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc3804">RFC 3804</a> VPIM Addressing June 2004</span>
<span class="h4"><a class="selflink" id="section-4.3.4" href="#section-4.3.4">4.3.4</a>. The fax-email</span>
Fax email addresses used in VPIM are formatted as defined in [FAX-
ADDR], <a href="#section-4">section 4</a>.
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Security Considerations</span>
Most security considerations are already identified in [<a href="#ref-VPIM2" title=""Voice Profile for Internet Mail, Version 2"">VPIM2</a>] and
[<a href="#ref-IVM" title=""Internet Voice Mail"">IVM</a>].
An additional concern would be that the sender must trust and also be
aware of the policies of the submission MTA to which the message is
submitted. This is because, that MTA will make the determination of
where the final destination is and how it will be delivered based on
the VPIM submission LHS.
Submission MTAs should take care to not blindly place outdial calls
to any number submitted (e.g., international numbers or "1-900"
numbers). Ideally, senders should be authenticated to confirm their
outdialing privileges.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. IANA Considerations</span>
<span class="h3"><a class="selflink" id="section-6.1" href="#section-6.1">6.1</a>. IANA Registration form for new value of GSTN address</span>
<span class="h3"> service-selector "VPIM"</span>
To: IANA@iana.org
Subject: Registration of new values for the GSTN address
service-selector specifier "VPIM"
service-selector name:
VPIM
Description of Use:
VPIM - specify that the GSTN address refers to a voice
mailbox that is intended to accept a VPIM message.
For a complete description refer to "Voice Profile for Internet
Mail (VPIM) Addressing", <a href="./rfc3804">RFC 3804</a>.
Security Considerations:
See the Security Consideration section of "Voice Profile for
Internet Mail (VPIM) Addressing", <a href="./rfc3804">RFC 3804</a>.
<span class="grey">Parsons Standards Track [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc3804">RFC 3804</a> VPIM Addressing June 2004</span>
Person & email address to contact for further information:
Glenn W. Parsons
Nortel Networks
P.0. Box 3511 Station C
Ottawa, On K1Y 4H7
Canada
Phone: +1-613-763-7582
Fax : +1-613-763-2697
Email: gparsons@nortelnetworks.com
<span class="h3"><a class="selflink" id="section-6.2" href="#section-6.2">6.2</a>. IANA Registration form for new value of GSTN address</span>
<span class="h3"> service-selector "VOICE"</span>
To: IANA@iana.org
Subject: Registration of new values for the GSTN address
service-selector specifier "VOICE"
service-selector name:
VOICE
Description of Use:
VOICE - specify that the GSTN address refers to a voice
device that is intended to be sent a voice message via an
'outdialing'.
For a complete description refer to "Voice Profile for Internet Mail
(VPIM) Addressing", <a href="./rfc3804">RFC 3804</a>.
Security Considerations:
See the Security Consideration section of "Voice Profile for Internet
Mail (VPIM) Addressing", <a href="./rfc3804">RFC 3804</a>.
Person & email address to contact for further information:
Glenn W. Parsons
Nortel Networks
P.0. Box 3511 Station C
Ottawa, On K1Y 4H7
Canada
Phone: +1-613-763-7582
Fax : +1-613-763-2697
Email: gparsons@nortelnetworks.com
<span class="grey">Parsons Standards Track [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc3804">RFC 3804</a> VPIM Addressing June 2004</span>
<span class="h3"><a class="selflink" id="section-6.3" href="#section-6.3">6.3</a>. IANA Registration form for new value of GSTN address</span>
<span class="h3"> service-selector "AMIS"</span>
To: IANA@iana.org
Subject: Registration of new values for the GSTN address
service-selector specifier "AMIS"
service-selector name:
AMIS
Description of Use:
AMIS - specify that the GSTN address refers to a voice
mailbox that is intended to be sent an AMIS (Audio
Messaging Interchange Specification) voice mail message.
For a complete description refer to "Voice Profile for Internet Mail
(VPIM) Addressing", <a href="./rfc3804">RFC 3804</a>.
Security Considerations:
See the Security Consideration section of "Voice Profile for Internet
Mail (VPIM) Addressing", <a href="./rfc3804">RFC 3804</a>.
Person & email address to contact for further information:
Glenn W. Parsons
Nortel Networks
P.0. Box 3511 Station C
Ottawa, On K1Y 4H7
Canada
Phone: +1-613-763-7582
Fax : +1-613-763-2697
Email: gparsons@nortelnetworks.com
<span class="h3"><a class="selflink" id="section-6.4" href="#section-6.4">6.4</a>. IANA Registration form for new value of GSTN address</span>
<span class="h3"> qualif-type1 keyword and value "SYSNUM"</span>
To: IANA@iana.org
Subject: Registration of new values for the GSTN address
qualif-type1 element "sysnum"
qualif-type1 "keyword" name:
sysnum
<span class="grey">Parsons Standards Track [Page 10]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-11" ></span>
<span class="grey"><a href="./rfc3804">RFC 3804</a> VPIM Addressing June 2004</span>
qualif-type1 "value" ABNF definition:
sysnum = 1*(DIGIT / "+")
Description of Use:
sysnum is used to specify the numeric optional AMIS sub-
address element as described in "Voice Profile for Internet Mail
(VPIM) Addressing", <a href="./rfc3804">RFC 3804</a>.
Use Restriction:
The use of "SYSNUM" is restricted to "AMIS" service-
selector, is it has no meaning outside the AMIS service.
Security Considerations:
See the Security Consideration section of "Voice Profile for
Internet Mail (VPIM) Addressing", <a href="./rfc3804">RFC 3804</a>.
Person & email address to contact for further information:
Glenn W. Parsons
Nortel Networks
P.0. Box 3511 Station C
Ottawa, On K1Y 4H7
Canada
Phone: +1-613-763-7582
Fax : +1-613-763-2697
Email: gparsons@nortelnetworks.com
<span class="h3"><a class="selflink" id="section-6.5" href="#section-6.5">6.5</a>. IANA Registration form for new value of GSTN address qualif-type1</span>
<span class="h3"> keyword and value "EXT"</span>
To: IANA@iana.org
Subject: Registration of new values for the GSTN address
qualif-type1 element "EXT"
qualif-type1 "keyword" name:
ext
qualif-type1 "value" ABNF definition:
ext = 1*(DIGIT)
<span class="grey">Parsons Standards Track [Page 11]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-12" ></span>
<span class="grey"><a href="./rfc3804">RFC 3804</a> VPIM Addressing June 2004</span>
Description of Use:
EXT is used to specify the numeric optional extension
That identifies a particular VPIM mailbox as
described in "Voice Profile for Internet Mail (VPIM)
Addressing", <a href="./rfc3804">RFC 3804</a>.
Use Restriction:
The use of "EXT" is intended for the "VPIM" service-
selector, however is may have meaning and be used outside
the VPIM service.
Security Considerations:
See the Security Consideration section of "Voice Profile for
Internet Mail (VPIM) Addressing", <a href="./rfc3804">RFC 3804</a>.
Person & email address to contact for further information:
Glenn W. Parsons
Nortel Networks
P.0. Box 3511 Station C
Ottawa, On K1Y 4H7
Canada
Phone: +1-613-763-7582
Fax : +1-613-763-2697
Email: gparsons@nortelnetworks.com
<span class="h3"><a class="selflink" id="section-6.6" href="#section-6.6">6.6</a>. IANA Registration form for new value of GSTN address qualif-type1</span>
<span class="h3"> keyword and value "DL"</span>
To: IANA@iana.org
Subject: Registration of new values for the GSTN address
qualif-type1 element "DL"
qualif-type1 "keyword" name:
dl
qualif-type1 "value" ABNF definition:
dl = 1*(DIGIT)
Description of Use:
DL is used to specify the numeric optional personal
<span class="grey">Parsons Standards Track [Page 12]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-13" ></span>
<span class="grey"><a href="./rfc3804">RFC 3804</a> VPIM Addressing June 2004</span>
Distribution list for a particular VPIM mailbox as
described in "Voice Profile for Internet Mail (VPIM)
Addressing", <a href="./rfc3804">RFC 3804</a>.
Use Restriction:
The use of "DL" is intended for the "VPIM" service-
selector, however is may have meaning and be used outside
the VPIM service.
Security Considerations:
See the Security Consideration section of "Voice Profile for
Internet Mail (VPIM) Addressing", <a href="./rfc3804">RFC 3804</a>.
Person & email address to contact for further information:
Glenn W. Parsons
Nortel Networks
P.0. Box 3511 Station C
Ottawa, On K1Y 4H7
Canada
Phone: +1-613-763-7582
Fax : +1-613-763-2697
Email: gparsons@nortelnetworks.com
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. References</span>
<span class="h3"><a class="selflink" id="section-7.1" href="#section-7.1">7.1</a>. Normative References</span>
[<a id="ref-GSTN">GSTN</a>] Allocchio, C., "GSTN Address Element Extensions in e-mail
Services", <a href="./rfc2846">RFC 2846</a>, June 2000.
[<a id="ref-RFC2119">RFC2119</a>] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>, March 1997.
[<a id="ref-RFC2822">RFC2822</a>] Resinick, P., "Internet Message Format", <a href="./rfc2822">RFC 2822</a>, April
2001.
[<a id="ref-VPIM2">VPIM2</a>] Vaudreuil, G. and G. Parsons, "Voice Profile for Internet
Mail, Version 2", <a href="./rfc2421">RFC 2421</a>, September 1998.
[<a id="ref-VPIMV2R2">VPIMV2R2</a>] Vaudreuil, G. and G. Parsons,"Voice Profile for Internet
Mail - version 2 (VPIMv2)", <a href="./rfc3801">RFC 3801</a>, June 2004.
[<a id="ref-FAX-ADDR">FAX-ADDR</a>] Allocchio, C., "Minimal FAX address format in Internet
Mail", <a href="./rfc3192">RFC 3192</a>, October 2001.
<span class="grey">Parsons Standards Track [Page 13]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-14" ></span>
<span class="grey"><a href="./rfc3804">RFC 3804</a> VPIM Addressing June 2004</span>
[<a id="ref-GSTN-ADDR">GSTN-ADDR</a>] Allocchio, C., "Minimal GSTN address format in Internet
Mail", <a href="./rfc3191">RFC 3191</a>, October 2001.
<span class="h3"><a class="selflink" id="section-7.2" href="#section-7.2">7.2</a>. Informative References</span>
[<a id="ref-AMIS-A">AMIS-A</a>] Audio Messaging Interchange Specifications (AMIS) -
Analog Protocol Version 1, Issue 2, February 1992.
[<a id="ref-AMIS-D">AMIS-D</a>] Audio Messaging Interchange Specifications (AMIS) -
Digital Protocol Version 1, Issue 3, August 1993.
[<a id="ref-E.164">E.164</a>] CCITT Recommendation E.164 (1991), Telephone Network and
ISDN Operation, Numbering, Routing and Mobile Service -
Numbering Plan for the ISDN Era.
[<a id="ref-IVM">IVM</a>] McRae, S. and G. Parsons, <a style="text-decoration: none" href='https://www.google.com/search?sitesearch=datatracker.ietf.org%2Fdoc%2Fhtml%2F&q=inurl:draft-+%22Internet+Voice+Mail%22'>"Internet Voice Mail"</a>, Work in
Progress.
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Author's Address</span>
Glenn W. Parsons
Nortel Networks
Ottawa, ON K1Y 4H7
Phone: +1-613-763-7582
Fax : +1-613-967-5060
EMail: gparsons@nortelnetworks.com
<span class="grey">Parsons Standards Track [Page 14]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-15" ></span>
<span class="grey"><a href="./rfc3804">RFC 3804</a> VPIM Addressing June 2004</span>
<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. Full Copyright Statement</span>
Copyright (C) The Internet Society (2004). This document is subject
to the rights, licenses and restrictions contained in <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a>, and
except as set forth therein, the authors retain all their rights.
This document and the information contained herein are provided on an
"AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET
ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
Intellectual Property
The IETF takes no position regarding the validity or scope of any
Intellectual Property Rights or other rights that might be claimed to
pertain to the implementation or use of the technology described in
this document or the extent to which any license under such rights
might or might not be available; nor does it represent that it has
made any independent effort to identify any such rights. Information
on the procedures with respect to rights in RFC documents can be
found in <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and <a href="https://www.rfc-editor.org/bcp/bcp79">BCP 79</a>.
Copies of IPR disclosures made to the IETF Secretariat and any
assurances of licenses to be made available, or the result of an
attempt made to obtain a general license or permission for the use of
such proprietary rights by implementers or users of this
specification can be obtained from the IETF on-line IPR repository at
<a href="http://www.ietf.org/ipr">http://www.ietf.org/ipr</a>.
The IETF invites any interested party to bring to its attention any
copyrights, patents or patent applications, or other proprietary
rights that may cover technology that may be required to implement
this standard. Please address the information to the IETF at ietf-
ipr@ietf.org.
Acknowledgement
Funding for the RFC Editor function is currently provided by the
Internet Society.
Parsons Standards Track [Page 15]
</pre>
|