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

Adrian Georgescu ag at ag-projects.com
Tue Jun 7 17:07:02 CEST 2005


On Jun 7, 2005, at 4:55 PM, Juha Heinanen wrote:

> 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;
> }
>

Not all clients support redirect so if you proxy the request it fails 
in SER. The client should check the contact if it gets 302 but SER 
should check the URI and should NOT fail to create the transaction if 
it does the proxy function further.

> -- juha
>
Adrian




More information about the sr-users mailing list