[Serusers] Feature request: route("string")

Atle Samuelsen clona at camaro.no
Sat Mar 5 10:55:04 CET 2005



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 at 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 at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
> 




More information about the sr-users mailing list