<div dir="ltr">Thanks Daniel</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 10, 2016 at 8:04 AM, Daniel Tryba <span dir="ltr"><<a href="mailto:d.tryba@pocos.nl" target="_blank">d.tryba@pocos.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sun, Nov 06, 2016 at 02:22:06AM -0800, Gonzalo Gasca Meza wrote:<br>
> Currently in sample configuration script, seems to be that value: $avp(oexten)<br>
> is used to redirect to VM, but in my case this value is null.<br>
> I didnt find any documentation for this.<br>
><br>
</span>> *Questions:*<br>
<span class="">> a) What is $avp(oexten) ?<br>
<br>
</span>Whatever you want it to be. A "default/example" config has<br>
$avp(oexten) = $rU;<br>
in the LOCATION route just before the lookup (which overwrites $rU on a<br>
match).<br>
<span class=""><br>
> b) What is the best way to pass a Redirect number in SIP INVITE to<br>
> VoiceMail system (Asterisk or Freeswitch)<br>
<br>
</span>In whatever way works for you. Add a diversion header or some custom<br>
header.<br>
<span class=""><br>
> c) Is there a way to configure CFNA timer per alias/uri ?<br>
<br>
</span>Yes, t_set_fr() lets you do that per transaction.<br>
<a href="http://kamailio.org/docs/modules/stable/modules/tm.html#tm.f.t_set_fr" rel="noreferrer" target="_blank">http://kamailio.org/docs/<wbr>modules/stable/modules/tm.<wbr>html#tm.f.t_set_fr</a><br>
Store the user timeout in for example urs_preferences and query it using<br>
sqlops/avpops<br>
<br>
______________________________<wbr>_________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">http://lists.sip-router.org/<wbr>cgi-bin/mailman/listinfo/sr-<wbr>users</a><br>
</blockquote></div><br></div>