[Serusers] Re: [Serdev] ENUM issues - req. for discussion

Juha Heinanen jh at tutpro.com
Tue Jun 7 16:55:09 CEST 2005


Adrian Georgescu writes:

 > SER does not allow you to take control and send 302 back, again 500 is 
 > sent back stateless to the client and the transaction fails.

what?  you simply do like this:

if (enum_query()) {
	sl_send_reply("302", "Moved Temporalily");
	break;
}

-- juha




More information about the sr-users mailing list