Hi all,
How can I configure openser to send a 302 message only when timer C fires? Is it possible?
Thanks, Giordanna
--------------------------------- Yahoo! Acesso Grátis: Internet rápida e grátis. Instale o discador agora!
Hi Andréa,
try to catch the 408 time out and to generate a 302 from failure route:
failure_route[] { if (t_check_status("408")) { append_branch("sip:redirect_contact@domain"); t_reply("302","redirect"); exit; } }
regards, bogdan
Andréa Giordanna wrote:
Hi all,
How can I configure openser to send a 302 message only when timer C fires? Is it possible?
Thanks, Giordanna
Yahoo! Acesso Grátis: Internet rápida e grátis. Instale o discador agora! http://us.rd.yahoo.com/mail/br/tagline/discador/*http://br.acesso.yahoo.com/
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi, bogdan
Is it supposed to work even if no final response (like 408 Timeout Request) is received and C timer fires? Or this code would be executed only when a message 408 is received?
Thanks, Giordanna
Bogdan-Andrei Iancu bogdan@voice-system.ro escreveu: Hi Andréa,
try to catch the 408 time out and to generate a 302 from failure route:
failure_route[] { if (t_check_status("408")) { append_branch("sip:redirect_contact@domain"); t_reply("302","redirect"); exit; } }
regards, bogdan
Andréa Giordanna wrote:
Hi all,
How can I configure openser to send a 302 message only when timer C fires? Is it possible?
Thanks, Giordanna
Yahoo! Acesso Grátis: Internet rápida e grátis. Instale o discador agora!
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
--------------------------------- Yahoo! Acesso Grátis: Internet rápida e grátis. Instale o discador agora!
Hi Andréa,
when the C timer fires, a local 408 is generated which can be catch with failure route.
regards, bogdan
Andréa Giordanna wrote:
Hi, bogdan
Is it supposed to work even if no final response (like 408 Timeout Request) is received and C timer fires? Or this code would be executed only when a message 408 is received?
Thanks, Giordanna
*/Bogdan-Andrei Iancu bogdan@voice-system.ro/* escreveu:
Hi Andréa, try to catch the 408 time out and to generate a 302 from failure route: failure_route[] { if (t_check_status("408")) { append_branch("sip:redirect_contact@domain"); t_reply("302","redirect"); exit; } } regards, bogdan Andréa Giordanna wrote: > Hi all, > > How can I configure openser to send a 302 message only when timer C > fires? > Is it possible? > > Thanks, > Giordanna > > ------------------------------------------------------------------------ > Yahoo! Acesso Grátis: Internet rápida e grátis. > Instale o discador agora! > > > >------------------------------------------------------------------------ > >_______________________________________________ >Users mailing list >Users@openser.org >http://openser.org/cgi-bin/mailman/listinfo/users > >
Yahoo! Acesso Grátis: Internet rápida e grátis. Instale o discador agora! http://us.rd.yahoo.com/mail/br/tagline/discador/*http://br.acesso.yahoo.com/
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users