<div dir="ltr">Minor correction: Its "183 - Session Progress" instead of 182 in first line.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 20, 2012 at 12:56 PM, SamyGo <span dir="ltr"><<a href="mailto:govoiper@gmail.com" target="_blank">govoiper@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br><div>I'm using the minor_branch flag for my calls to inject 182 session progress for the calls to carriers.</div>
<div><br></div><div><a href="http://www.opensips.org/html/docs/modules/1.7.x/tm.html#id293272" target="_blank">http://www.opensips.org/html/docs/modules/1.7.x/tm.html#id293272</a><br>
</div><div><br></div><div>Though this particular param states that this parallel "Fake RBT" minor branch will stay active until we get any positive response from other branch(es)</div></div><div>
<br></div><div>However, what I am trying to achieve from this is stop playing any "Fake RBT" from this parallel branch as soon as I receive 183-Session Progress from the caller side.</div><div><br></div>
<div>My False Ringer server only hangs up when the caller answers the call. Can this event happen in case of 183 rather 200?</div><div><br></div><div><b>My Solution:</b> What I do is set a branch flag on fake ringing and As soon as I receive 1183 from caller side I forcefully "<b>t_cancel_b("o")</b>" CANCLE other branches which definitely has some serious issues for processing CANCEL, for which I had to use fifo to CANCLE manually.</div>
<div><br><font face="courier new, monospace">exec_msg("opensipsctl fifo t_uac_cancel $ci $cs");<br></font></div><div><font face="courier new, monospace">sl_send_reply("200","OK");</font><br>
</div><div><br></div><div>This thing works but somehow my senior manager don't agree with the above two lines.</div><div><br></div><div>Can anyone suggest any better approach or comment if I'm heading in the right direction.</div>
<div><br></div><div>Thanks,</div><div>Sammy</div><div><br></div><div><br></div></div>
</blockquote></div><br></div>