2012/7/13 Nikolay G. Petrov <r...@dir.bg>

>  Hi guys!
>
> I have a some non standard problem when I register my asterisk into "My
> SIP Provider" .
> The trouble is: my asterisk stay behind router with port forwarding, who
> have Public IP (55.55.55.55 - for example), asterisk have a private IP
> (192.168.1.2)
>
>
> From "My SIP Provider" cabinet I see:
>
> online device
> 355@192.168.1.2:5060 Asterisk PBX 1.8.13.0
>
> , but I need from (example):
>
> online device
> 355@55.55.55.55:5060 Asterisk PBX 1.8.13.0
>
>
> From wich trukes in linux or asterisk technology I need?
> Can you help?
>
>
>
> --
> Best regards,
> Nikolay G. Petrov!
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>

Sure,
the problem is asterisk cannot know its public IP address and thus, the IP
inserted in the SIP packets is the private one. You have to specify the
internal network and the public IP address in the sip.conf configuration
file.

externip=55.55.55.55
localnet=192.168.1.0/24

Leandro
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to