Re: [asterisk-users] Network range in trunk definition

2015-09-10 Thread Joshua Colp

Leandro Dardini wrote:

I see, really thank you ... I have just migrated my config. By the way
... is pjsip realtime supporting realtime registrations?


There is a wiki page[1] which documents the usage of realtime with PJSIP.

[1] https://wiki.asterisk.org/wiki/display/AST/Setting+up+PJSIP+Realtime

--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org

--
_
-- 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


Re: [asterisk-users] Network range in trunk definition

2015-09-10 Thread Leandro Dardini
I see, really thank you ... I have just migrated my config. By the way ...
is pjsip realtime supporting realtime registrations?

Leandro

2015-09-08 21:23 GMT+02:00 Joshua Colp :

> On 15-09-08 04:21 PM, Leandro Dardini wrote:
>
>> I have some problem finding a smart way to add inbound trunks ip
>> authentication. I don't want to set allowguests=yes
>>
>> Some of my providers just list some IP and I add them like:
>>
>> [provider](!)
>> context=fromoutside
>> type=friend
>> insecure=port,invite
>> disallow=all
>> allow=g729
>> allow=ulaw
>> allow=alaw
>> canreinvite=no
>>
>> [magrathea1](provider)
>> host=87.238.72.129
>> [magrathea2](provider)
>> host=87.238.72.130
>> [magrathea3](provider)
>> host=87.238.72.131
>> [magrathea4](provider)
>> host=87.238.72.132
>>
>> But some providers are not giving single IP, but networks, like
>> 37.157.52.128/25  and other also /24
>>
>
> chan_sip requires you to use individual entries like this. The res_pjsip
> functionality in 13 and above allows multiple IPs and ranges in a single
> identify section.
>
> --
> Joshua Colp
> Digium, Inc. | Senior Software Developer
> 445 Jan Davis Drive NW - Huntsville, AL 35806 - US
> Check us out at: www.digium.com & www.asterisk.org
>
> --
> _
> -- 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
>
-- 
_
-- 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

Re: [asterisk-users] Network range in trunk definition

2015-09-08 Thread Joshua Colp

On 15-09-08 04:21 PM, Leandro Dardini wrote:

I have some problem finding a smart way to add inbound trunks ip
authentication. I don't want to set allowguests=yes

Some of my providers just list some IP and I add them like:

[provider](!)
context=fromoutside
type=friend
insecure=port,invite
disallow=all
allow=g729
allow=ulaw
allow=alaw
canreinvite=no

[magrathea1](provider)
host=87.238.72.129
[magrathea2](provider)
host=87.238.72.130
[magrathea3](provider)
host=87.238.72.131
[magrathea4](provider)
host=87.238.72.132

But some providers are not giving single IP, but networks, like
37.157.52.128/25  and other also /24


chan_sip requires you to use individual entries like this. The res_pjsip 
functionality in 13 and above allows multiple IPs and ranges in a single 
identify section.


--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org

--
_
-- 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


[asterisk-users] Network range in trunk definition

2015-09-08 Thread Leandro Dardini
I have some problem finding a smart way to add inbound trunks ip
authentication. I don't want to set allowguests=yes

Some of my providers just list some IP and I add them like:

[provider](!)
context=fromoutside
type=friend
insecure=port,invite
disallow=all
allow=g729
allow=ulaw
allow=alaw
canreinvite=no

[magrathea1](provider)
host=87.238.72.129
[magrathea2](provider)
host=87.238.72.130
[magrathea3](provider)
host=87.238.72.131
[magrathea4](provider)
host=87.238.72.132

But some providers are not giving single IP, but networks, like
37.157.52.128/25 and other also /24

How can I deal with them?

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