Re: [Asterisk-Users] installing Asterisk from source

2005-11-22 Thread Daniel Mikusa
Look in the Makefile for the variables 'INSTALL_PREFIX' and 'PREFIX' 
they control where Asterisk is installed.


Dan

Jeremy Jones wrote:
Is there a way to install Asterisk from source and not stomp on your 
already existing Asterisk installation?  I don't see a configure 
script and it looks like it's trying to find stuff in /etc/asterisk 
and in /usr/lib/asterisk and probably other places.



- Jeremy Jones
___
--Bandwidth and Colocation sponsored by Easynews.com --

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

___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Please Help with Zaptel

2005-11-21 Thread Daniel Mikusa




It looks like you do not have the kernel source code installed. Go to
'Yast' and 'Install Software'. Look for the package called
'kernel-source'. It will install the source for your kernel. Then run
the 'Update Software' to make sure the kernel and the kernel source are
the same version. Then try compiling again.

Dan


  
  /lib/modules/2.6.13-15-default/build
  make
-C
/lib/modules/2.6.13-15-default/build SUBDIRS=/root/zaptel-1.2.0 modules
  make[1]:
Entering
directory `/usr/src/linux-2.6.13-15-obj/i386/default'
  make[1]:
*** No
rule to make target `modules'. Stop.
  make[1]:
Leaving
directory `/usr/src/linux-2.6.13-15-obj/i386/default'
  make: *** [linux26] Error
2
  



___
--Bandwidth and Colocation sponsored by Easynews.com --

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

[Asterisk-Users] Asterisk app_ices problem

2005-11-18 Thread Daniel Mikusa

Greetings,

My question is about the app_ices dial plan application.  I've been 
using it quite successfully for a while, however I've always had one 
issue that I've not been able to explain.  Perhaps someone can help.


I'm running Asterisk 1.09 on Suse 9.3, and I have app_ices configured 
and setup properly.  My problem occurs when I try to run multiple 
instances of app_ices at the same time.  I can do up to 24 
simultaneously, however when I hit 25 one of the first 24 instances quits.


Has anybody else had this problem and fixed it?
Does Asterisk have any limits that might be causing this?
Any thoughts on what section or files may pertain to this issue?
Or anything to just point me in the right direction.

Thanks,
Dan

___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] Zaptel Error

2005-11-18 Thread Daniel Mikusa
It looks like you do not have the kernel source files installed.  To install 
them in Suse, run 'yast', goto 'Install Software', and search for 
'kernel-source'.

Zaptel needs these files to compile since it is building modules for your 
specific kernel.  

Here you can see make going into the kernel source directory, and erroring 
because there are not source files available.

 make[1]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default'

 make[1]: *** No rule to make target `modules'.  Stop.

 make[1]: Leaving directory `/usr/src/linux-2.6.13-15-obj/i386/default'


good luck, 
Dan
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


[Asterisk-Users] Aterisk App ICES Question

2005-09-20 Thread Daniel Mikusa
I have a question about the Asterisk Application ICES. I've got Asterisk 
setup to accept a phone call and call the ICES app which sends it to an 
Icecast server.


exten = 1,1,SetGroup('stream')
exten = 1,2,GetGroupCount()
exten = 1,3,Ices('contrib/${GROUPCOUNT}-ices.xml')
exten = 1,4,Hangup

Everything works fine. Unless I have more than 24 phone calls being 
converted at the same time. When I try to bring up the 25 phone call the 
call comes up, Asterisk answers, and begins encoding the call. 
Everything is ok with that call. However, as the 25 call comes up one of 
the first 24 calls ( there is no pattern ) breaks. I say breaks because 
Asterisk doesn't hangup on the call, but it does stop sending data to 
the ICES application, which causes a timeout on the Icecast server.


If I make direct connections from the ICES application to Icecast 
everything works, I can run as many simultaneous streams as I want.


I've tried increasing the open file limit with ulimit, but it doesn't help.

Does anyone have any thoughts on why this is happening?

Thanks,
Dan
___
--Bandwidth and Colocation sponsored by Easynews.com --

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