Why not use m4 macroes?
Then you can do exact what you request there, without any modifications
of ser.
-Atle
* Alexey N. Kovyrin @ Home <alexey(a)home.kovyrin.net> [050305 10:35]:
Mohammad Khan wrote:
Hello List:
It would be really great,
If I could write something like this in ser.cfg:
if (method=="MESSAGE") {
if (src_ip==192.168.1.0/24) {
route("handle_internal_message");
} else {
route("handle_message");
};
};
if (!uri=~myself) {
route("handle_other_uri");
};
route["handle_internal_message"] {
# code of handle_internal_message
};
route["handle_message"] {
# code of handle_message
};
route["handle_other_uri"] {
# code of other_uri
};
I agree! It'll be really good feature...
--
/Scoundrel
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers