[SR-Users] Kamailio + RTPEngine + Asterisk

Daniel Tryba d.tryba at pocos.nl
Wed Jun 24 10:15:28 CEST 2015


On Tuesday 23 June 2015 21:22:26 Javier Aristizábal wrote:
> On my cfg file I have this for the asterisk registration:
> 
> route[REGFWD] {
>   if(!is_method("REGISTER"))
>   {
>     return;
>   }
>   $var(rip) = $sel(cfg_get.asterisk.bindip);
>   $uac_req(method)="REGISTER";
...
>   uac_req_send();
> }

I'm confused, why are you creating a new register request instead of 
forwarding the REGISTER to the asterisk server? And where are you handling 
this uac_send()? 



More information about the sr-users mailing list