SIP SIP-Phone Administration Guide
45
10. [pbook] command
This command is functional both in Proxy mode and Peer-to-Peer mode. In proxy mode,
use speed dial or 10 DL button will dial out e.164 number in phone book. In the other
hand, in peer-to-peer mode, SIP-Phone will dial out IP address.
1.
-print:
display phone book data. User can print all data in phone book by command
(
pbook –print
). Furthermore, user can also print only a section of data by indicate
parameter “start index” and “end index” (
pbook –print “start index” “end index”
).
If parameter “end index” is omitted, only record “start index” will be displayed.
(
pbook –print “start prefix”)
.
2.
-add
: add a new record in phone book table by giving name, IP address, and e.164
number of callee endpoint.
(
pbook –add name “X” ip “xxx.xxx.xxx.xxx” e164 “X”
)
3.
-search:
search any record in the phone book according to IP address, name or
e164 number
4.
-delete
: delete a record of certain listed index in phone book table. (
pbook –delete
“index number”
)
5.
-insert
: insert an record in specified index of phone book.
6.
-modify
: modify record of a certain index in phone book . Please notice that the
name, IP address and e164 number must be modified together; user cannot just
modify one parameter only.
(
pbook –modify “index” name “X” ip “xxx.xxx.xxx.xxx” e164 “X”
)