I see. How can forwarding the REGISTER to asterisk? Apparently I don't handling the uac_send--On Wed, Jun 24, 2015 at 10:15 AM, Daniel Tryba <d.tryba@pocos.nl> wrote: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()?
_______________________________________________
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
Javier Aristizábal