[sr-dev] How to change the reply msg in the onreply_route

Min Wang wang at basis-audionet.com
Tue Mar 2 19:08:51 CET 2010


Hi Andrei

> > Is the changes to drop 2xx in git repo?
> 
> It is know.
> You have to define TM_ONREPLY_FINAL_DROP_OK or else it won't be
> compiled.
> E.g.: make cfg extra_defs=-DTM_ONREPLY_FINAL_DROP_OK; make all
> or re-compiling only tm:
> make -C modules/tm extra_defs=-DTM_ONREPLY_FINAL_DROP_OK.
> 
> You'll get a compile time warning when active.
> 

I did some tests on this, it works ( at least from the sniffed
packets)!!! Thanks a lot.

Does the modparam make sense ( instead of using extra_defs to compile )
?
 modparam("tm", "TM_ONREPLY_FINAL_DROP_OK", 0) ( default is off)


Is there any other special test/log need to check? 

In my scenario the ACK seems not being replayed, but I guess it may due
to the ACK/BYE msg not being constructed correctly. To separate the
issue,
I will post a new thread.



Kind Regards
 
Min Wang


> >
> 
> Andrei



More information about the sr-dev mailing list