Andrei Pelinescu-Onciul преди 24 години
родител
ревизия
1dcfc5fa96
променени са 2 файла, в които са добавени 43 реда и са изтрити 3 реда
  1. 41 1
      README
  2. 2 2
      TODO

+ 41 - 1
README

@@ -5,5 +5,45 @@ $Id$
 read INSTALL
 read INSTALL
 compile & sip_router -h
 compile & sip_router -h
 
 
-Example configuration files in ./tests/*.cfg
+
+Configuration files:
+
+	Example configuration files in ./tests/*.cfg
+
+	Global parameters:
+		- debug
+		- listen
+		- port
+		- fork
+		- children_no
+		- log_stderror
+		...
+
+	Logical expressions [missing]
+		Operators:
+			==
+			=~
+			and/&
+			or/|
+			not/!
+		Lvalues:
+			- uri
+			- method
+			- src_ip
+			- dst_ip [not working yet]
+		Rvalues:
+			- string
+			- integer
+			- ipv4 address
+			- netv4 address
+			
+	Commands:
+		- forward
+		- send
+		- error [not implemented yet ]
+		- log
+		- exec
+		- route/goto
+		- drop
+
 
 

+ 2 - 2
TODO

@@ -7,11 +7,11 @@ High priority:
 - if () {} else {}
 - if () {} else {}
 - reply ("response line")
 - reply ("response line")
 - default route ?
 - default route ?
-- add To-tag
-- add User-Agent
 - drop ACKs for our replies
 - drop ACKs for our replies
 - icmp error handling
 - icmp error handling
 - ipv6 support
 - ipv6 support
+- add To-tag (for the replies)
+- add User-Agent (for the replies)
 
 
 Low priority:
 Low priority:
 - loop detection
 - loop detection