[asterisk-users] How to disable authorization during Incoming calls to asterisk

2012-12-24 Thread Dmitry
Hi, List

My SIP provider requires no authorization in incoming calls to my asterisk 
11.1.0 box.

I was sure previously that insecure=invite,port disabled authorization 
request during incoming calls to asterisk.
But today I tried to connect to a provider (which has MERA MVTS) but could not 
disable auth requests in incoming calls from this provider with this option 
(insecure=invite,port).

I solved the problem allowing guests in the general section of sip.conf but I 
am sure it is not the best solution (it impose a certain security risk - I used 
the IPTABLES to protect me).

I do not want to allow any unwanted guests to my box.

So How can I make this option work for disabling auth requests (I mean 
insecure=invite,port) without allowing guests?


Here is my peer configuration:
[73512123555]
directmedia=no
type=peer
host=my_provider_host
secret=password
username=2123555    
fromuser=73512123555    
insecure=port,invite
context=default
disallow=all
allow=alaw
allow=ulaw
qualify=yes
qualifyfreq=60
nat=force_rport,comedia
deny=0.0.0.0/0.0.0.0
permit=my_provider_host/255.255.255.252--
_
-- 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] Asterisk Dimensioning on newer processors

2012-12-24 Thread Jim Boykin
Where can I find some numbers of Asterisk Dimensioning on newer
processor like i7 like number of parallel encoding/decoding sessions.

I can see some data on wiki but all are for dated systems.

Jim

--
_
-- 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] What is the maximum number of meetme's allowed?

2012-12-24 Thread Deepesh D
Hello,

What is the maximum number of meetme's allowed by asterisk.

On my server with an 8 GB memory, I start getting the following error
after 150-160 meetme's are created

WARNING[3485]: app_meetme.c:1820 conf_run: Unable to open DAHDI pseudo
channel: Cannot allocate memory

At this time the server still has about 6 GB of free memory. I even
tried this on a server with higher memory, it gives the same result.

I am using asterisk 1.4.44.

--
_
-- 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] What is the maximum number of meetme's allowed?

2012-12-24 Thread Mehmet Avcioglu

What architecture are you using? You would need to be running a 64 bit OS to 
take advantage of the higher memory.

-- 
Mehmet Avcioglu
meh...@activecom.net

On Dec 24, 2012, at 5:13 PM, Deepesh D deep.d2...@gmail.com wrote:

 Hello,
 
 What is the maximum number of meetme's allowed by asterisk.
 
 On my server with an 8 GB memory, I start getting the following error
 after 150-160 meetme's are created
 
 WARNING[3485]: app_meetme.c:1820 conf_run: Unable to open DAHDI pseudo
 channel: Cannot allocate memory
 
 At this time the server still has about 6 GB of free memory. I even
 tried this on a server with higher memory, it gives the same result.
 
 I am using asterisk 1.4.44.
 
 --
 _
 -- 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] What is the maximum number of meetme's allowed?

2012-12-24 Thread Johan Wilfer
2012-12-24 16:13, Deepesh D skrev:
 Hello,
 
 What is the maximum number of meetme's allowed by asterisk.
 
 On my server with an 8 GB memory, I start getting the following error
 after 150-160 meetme's are created
 
 WARNING[3485]: app_meetme.c:1820 conf_run: Unable to open DAHDI pseudo
 channel: Cannot allocate memory
 
 At this time the server still has about 6 GB of free memory. I even
 tried this on a server with higher memory, it gives the same result.
 
 I am using asterisk 1.4.44.


You have probably run out of file descriptors. Try
ulimit -n 8192
before starting asterisk (or in the safe_asterisk-script or the
init.d-script).

I think this is per default 1024 on debian, and if you use sip + meetme
you will hit the limit with about 150 concurrent calls.

-- 
Johan Wilfer

JT Technologies  Telecommunications AB
Jabber: jo...@jttech.se | Web: www.jttech.se

--
_
-- 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] What is the maximum number of meetme's allowed?

2012-12-24 Thread Deepesh D
I am using 64-bit Linux OS. Also before starting asterisk I have set
the ulimit to a higher value.

When this happened there was no calls in the system. There was only
about 160 Meetme conferences, and in each Meetme there was only one
channel.

On Mon, Dec 24, 2012 at 11:36 PM, Johan Wilfer li...@jttech.se wrote:
 2012-12-24 16:13, Deepesh D skrev:
 Hello,

 What is the maximum number of meetme's allowed by asterisk.

 On my server with an 8 GB memory, I start getting the following error
 after 150-160 meetme's are created

 WARNING[3485]: app_meetme.c:1820 conf_run: Unable to open DAHDI pseudo
 channel: Cannot allocate memory

 At this time the server still has about 6 GB of free memory. I even
 tried this on a server with higher memory, it gives the same result.

 I am using asterisk 1.4.44.


 You have probably run out of file descriptors. Try
 ulimit -n 8192
 before starting asterisk (or in the safe_asterisk-script or the
 init.d-script).

 I think this is per default 1024 on debian, and if you use sip + meetme
 you will hit the limit with about 150 concurrent calls.

 --
 Johan Wilfer

 JT Technologies  Telecommunications AB
 Jabber: jo...@jttech.se | Web: www.jttech.se

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