On Thursday 04 October 2007, Henning Westerholt wrote:
> Let me explain one usecase for this:
>
> In a parallel forking scenario you get several 183s with SDP. You don't
> want that your customers hear more than one ringtone or answer machine
> in parallel on the phone. So its necessary to drop the 183 and send a
> 180 instead.
>
> Perhaps there exists another possiblity to achieve this?

I think that a t_reply("180", "Ringing") followed by a return/exit should 
do the trick. At least in a failure route I have this working to convert 
a negative reply into another. I'm not sure if this also works in reply 
routes, but you can give it a try.

-- 
Dan

_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to