[Serusers] ser + cpl-script timeuot question!

Oskar Hartikainen oskarda at kth.se
Thu Sep 22 09:34:33 CEST 2005


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 at 7017ws12.haninge.kth.se">
         <proxy/>
       </location>
     </subaction>
     <incoming>
       <location url="sip:oskar at 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>
________________________________________________________________________







More information about the sr-users mailing list