Hi.
Can some one explain or have a hint on, why my ser 0.9.3 will not use timeout specified in a cpl-script (<proxy timeout="15">)? ser uses the modparam("tm", "fr_inv_timer", 20) specified in ser.cfg. how do i get ser to use the timeout from the cpl-script proxy tag. the script is working properly otherwise.
Thanks,
Oskar
_________________________________________________________________________ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE cpl SYSTEM "cpl-06.dtd"> <cpl> <subaction id="totest"> <location url="sip:test@7017ws12.haninge.kth.se"> <proxy/> </location> </subaction> <incoming> <location url="sip:oskar@7017ws07.haninge.kth.se"> <proxy timeout="15"> <busy> <sub ref="totest"/> </busy> <noanswer> <sub ref="totest"/> </noanswer> <failure> <sub ref="totest"/> </failure> </proxy> </location> </incoming> </cpl> ________________________________________________________________________