Dear Daniel,<br />
<br />
I have added the below configuration lines and I got a parsing error.<br />
<br />
if(!lookup("location")) && if(is_method("INVITE"))<br />
{$uac_req(method)="INVITE";<br />
 $uac_req(ruri) = "sip:$rU@sip.test.com:5062";<br />
 $uac_req(furi) = "sip:$fU@sip.test.com";<br />
 $uac_req(turi) = "sip:$tU@sip.test.com";<br />
 $uac_req(hdrs) = "Content-Type: text/plain\r\n";<br />
 uac_send_req();}<br />
<div><br />
"cfg. parser: failed to find command uac_send_req"<br />
<br />
uac module is inserted<br />
tm module is inserted<br />
rr module is inserted<br />
<br />
Do I need another module on an extra uac modparam?<br />
<br />
Best regards. <br />
<br />
</div>
<br />
----- Αρχικü μÞνυμα ----- <br />
Απü: miconda@gmail.com<br />
Ημ/νßα: ΔευτÝρα, 10 Ιουνßου 2013 10:05 πμ<br />
Πρüς: Kamailio (SER) - Users Mailing List<br />
ΘÝμα: Re: [SR-Users] Missed calls notification supporting<br />
<br />
<pre>Hello,

On 6/7/13 10:42 PM, sipatse@in.gr wrote:
> Dear All,
>
> Does kamailio support sending instant messages to subscribers that 
> they will contain their missed calls?
> If yes, do we need to install a relevant module?
> Is there any documentation for that?
you can send a SIP message from configuration file using uac module and 
uac_req_send() function:

- http://www.kamailio.org/wiki/cookbooks/4.0.x/pseudovariables#uac_req_key

You have to set the body of the variable:
- http://kamailio.org/docs/modules/stable/modules/uac.html#idp1686632

Also, be sure you don't authenticate sip requests that are looped back 
to server.

Cheers,
Daniel

-- 
Daniel-Constantin Mierla - http://www.asipto.com
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio Advanced Training, San Francisco, USA - June 24-27, 2013
   * http://asipto.com/u/katu *


_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</pre>