2010/6/30 Doug <[email protected]>: > Oh, I have also tried using create_dialog in the INVITE. I'm also using > t_newtrans() in the INVITE section to handle retransmissions.
Ops, using t_newtrans() is dangerous as *ALL* the information added to the transaction after invoking t_newtrans() is NOT appended to the transaction. t_relay() creates a transaction for the first time the INVITE arrives so a retranmission would be absorbed by "t_checktran()" at the beggining of the script. I strongly recommend you to remove t_newtrans() and try. -- Iñaki Baz Castillo <[email protected]> _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
