Doug wrote: > [...] > > the PREPAID_CONTROL route just executes call_control and then sets a > flag so we don't execute it again. The OUTBOUND route setups the > media_proxy and then sets the destination URI and finally runs a > t_relay. Should I replace t_newtran with t_checktran ? > Hi Doug,
yes, that will the right thing, even if it will not be so strict as (t_newtran), but at least there will be no side effects. Regards, Bogdan > Many thanks for the assistance! > > Thanks > Doug > > > On 2010/06/30 11:07 PM, Iñaki Baz Castillo wrote: > >> 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. >> >> >> > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > -- Bogdan-Andrei Iancu OpenSIPS Bootcamp 20 - 24 September 2010, Frankfurt, Germany www.voice-system.ro _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
