Re: [asterisk-users] What is the maximum number of meetme's allowed?

2012-12-26 Thread Christopher Harrington
Can you paste the output of

ps -p `pgrep asterisk` u

?


On Mon, Dec 24, 2012 at 11:35 PM, Deepesh D deep.d2...@gmail.com wrote:

 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




-- 
-Chris Harrington
ACSDi Office: 763.559.5800
Mobile Phone: 612.326.4248
--
_
-- 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] Vxml record voice parameter

2012-12-26 Thread Christopher Harrington
On Tue, Dec 25, 2012 at 8:57 AM, ulvi cesur uce...@gmail.com wrote:

 Hi, I am working on vxml to record voice. I have trouble with getting url
 of recorded voice. I want to save and I am using java to get record
 parameter from url and it returns a string which is
 audio/basic:len(123123):p0x5a6e6241, but I want to get file object or
 base64 string with parameter or to relate returning string with path in
 asterisk server, are there any way to do this?


How are you recording the audio in Asterisk? ChanSpy, Voicemail, etc?


-- 
-Chris Harrington
ACSDi Office: 763.559.5800
Mobile Phone: 612.326.4248
--
_
-- 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] Presence Registration on the D40

2012-12-26 Thread Christopher Harrington
So I'm working with our Digium D40's and we're not using DPMA.

This video ( http://www.youtube.com/watch?v=zcuocp01pfM#t=35s ) shows
presence information being displayed in the Contacts application. Obviously
the video is showing DPMA in play. Is it possible to enable this
functionality without it? Is this status information only available on
higher-end Digium phones?

In the contacts XML data, I am supplying the appropriate parameters:
contact first_name=John last_name=Doe organization=Acme contact_type
=sip account_id=123 subscribe_to=123

but I am not seeing the icons shown in the video at all. On the Asterisk
CLI, I can run:
etc*CLI core show hint 2003
   2003@default : SIP/charrington_desk
 State:IdleWatchers  0
1 hint matching extension 2003

and Watchers is always 0 for all extensions.

Is there a separate way I can test subscribing for presence information? I
don't even know, at this point, if it's the phones or Asterisk.

-- 
-Chris Harrington
ACSDi Office: 763.559.5800
Mobile Phone: 612.326.4248
--
_
-- 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] Paging for Praying

2012-12-26 Thread bilal ghayyad
Hello;

How can I have Paging on Asterisk to call for pray?

The pray is 5 times in a day and there is a timing for pray (actually it can be 
existed in a text file or database for the next 2 or 5 years).

My question is compound from two parts:

How can I have Automatic Page?

The automatic page should happens by reading the time and check if the time is 
same as this time, then do the Page. How? Is it by cron?

Someone told me that do a cron that call a script which will check the time, if 
the time came to do th Page, then do a Page. But really I do not know how this 
can be done and I do not know if this is already existed?

Regards
Bilal

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