sms_addressbook
上传用户:mei_mei897
上传日期:2007-01-05
资源大小:82k
文件大小:1k
- # --------------------------------------------------------------------
- # Sample SMS addressbook
- # Names and Numbers follow
- #
- # Syntax:
- # NAME = "[SERVICE:]NUMBER|NAME[,[SERVICE:]NUMBER|NAME...]"
- #
- # Valid NAMEs can contain any combination of
- # alphanumeric and '_' characters. A Valid
- # name cannot begin with a digit.
- #
- # Valid NUMBERs can contain any combination of
- # numeric and ',' characters. Any NAMEs on the right
- # side of the '=' is expanded.
- #
- # --------------------------------------------------------------------
- # Examples
- # --------------------------------------------------------------------
- angelo = MINICALL:252044 # If your in the UK send me a
- # Test page including your email
- # address.
- User1 = CELLNET:123451
- User2 = 12342
- User3 = ORANGE:12343
- User4 = VODAFONE:12344
- TeamA = User1,User2
- TeamB = User3,User4
- # --------------------------------------------------------------------