On 04/03/08 13:50, Iñaki Baz Castillo wrote:
El Thursday 03 April 2008 10:49:19 Juha Heinanen escribió:
Cosimo Fadda writes:
My first thought was to send a 302 from Openser to Asterisk, but I don't know how..
try rewriting the uri and then calling sl_send_reply("302", "Moved Temporalily").
And add the mandatory "Contact" header with the URI of the voicemail URI (I don't remember the function adding headers to the reply but it does exist).
append_to_reply(...) in textops module
http://www.openser.org/docs/modules/1.3.x/textops.html#AEN276
Cheers, Daniel