Module: sip-router Branch: master Commit: 465a781e73128e66e9328fa27f1c1a1971b260dc URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=465a781e...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Thu Apr 8 10:37:22 2010 +0200
pdbt(sr): some spelling fixes, found by Jakob Hirsch
---
utils/pdbt/docs/network_protocol.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/utils/pdbt/docs/network_protocol.txt b/utils/pdbt/docs/network_protocol.txt index 2daff3b..b93eaf9 100644 --- a/utils/pdbt/docs/network_protocol.txt +++ b/utils/pdbt/docs/network_protocol.txt @@ -1,11 +1,11 @@ * Network protocol of pdb server and sip-router module *
The pdb server daemon listen only for UDP messages. The requests contains in -the UDP payload the number starting with a internation prefix, e.g. '49' for +the UDP payload the number starting with a international prefix, e.g. '49' for germany. It must contain only numbers like this: '49721913742734'.
The answer packet contains then the number string from the respective request, -null-terminated and followed from two bytes which represents the result. This +null-terminated and followed by two bytes which represents the result. This two bytes are interpreted as 16 bit signed integer value, the UDP payload is in network byte order (most significant byte first).