<html><head><meta http-equiv="content-type" content="text/html; charset=us-ascii"><style>body { line-height: 1.5; }body { font-size: 10.5pt; font-family: 'Microsoft YaHei UI'; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>
<div><span></span>Hi all, </div><div><br></div><div>My opensips working with FS.</div><div>What i want is when the callee decline a call, FS will play a recording to the caller.</div><div>Since t_relay() can not be used in onreply route, i add the following in the failure_route.</div><div><span style="font-family: "" microsoft="" yahei="" ui'";="" font-size:="" 14px;="" color:="" rgb(0,="" 0,="" 0);="" background-color:="" rgba(0,="" font-weight:="" normal;="" font-style:="" normal;text-decoration:="" none;'=""><br>failure_route[failure] {<br> if( t_check_status("603")){<br> prefix("Busy_");<br> t_relay("192.168.1.2:5080");<br> exit;<br> }</span></div><div>}</div><div><br></div><div>And i got the following error:</div>
<div><span style="font-family: "" microsoft="" yahei="" ui'";="" font-size:="" 14px;="" color:="" rgb(0,="" 0,="" 0);="" background-color:="" rgba(0,="" font-weight:="" normal;="" font-style:="" normal;text-decoration:="" none;'="">Mar 2 11:48:03 VS /usr/bin/opensips[38986]: ERROR:tm:t_forward_nonack: discarding fwd for a cancelled/6xx transaction<br>Mar 2 11:48:03 VS /usr/bin/opensips[38986]: ERROR:tm:w_t_relay: t_forward_nonack failed</span></div><div><span style="font-family: "" microsoft="" yahei="" ui'";="" font-size:="" 14px;="" color:="" rgb(0,="" 0,="" 0);="" background-color:="" rgba(0,="" font-weight:="" normal;="" font-style:="" normal;text-decoration:="" none;'=""><br></span></div><div>Any help will be appreciated.</div><hr style="width: 210px; height: 1px;" color="#b5c4df" size="1" align="left">
<div><span><div style="MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10pt"><div>merlin.li@tsingch.com</div></div></span></div>
</body></html>