[asterisk-users] Can i have two asterisk vcersions running on same PC??

2006-11-12 Thread Sri Keerthy








Can two versions of asterisk run on same PC??



Keerthy,

Tr. Software Engineer,

PrimeSoft IP Solutions
Pvt. Ltd.,

Ph : 9246281937








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

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


[asterisk-users] Can i have two asterisk versions running on same PC??

2006-11-12 Thread Sri Keerthy








Can two versions of asterisk run on same PC??



Thanks in advance,

Keerthy








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

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


Re: [Asterisk-Users] AutoAttendent ON/OFF control by Attendent

2003-12-16 Thread Sri
Todd Lieberman wrote:

Using a Q is nice because you can have another employee or group of 
employees cover while the receptionist is on break.

TL

Olle E. Johansson wrote:

Tilghman Lesher wrote:

On Monday 15 December 2003 10:57, Sri wrote:
...
exten = *801,1,DBPut(auto/attendant=1)
exten = *802,1,DBPut(auto/attendant=0)
exten = s,1,DBGet(autoattendant=auto/attendant)
exten = s,2,GotoIf($[${autoattendant} = 1]?auto|1)
exten = s,3,Dial(Zap/23,30,t)
exten = s,4,Goto(auto|1)


Thank you all!
http://www.voip-info.org/tiki-index.php?page=Asterisk+tips+autoattendant
created.

Yes. Thats true. But the requirement is to have it move to AutoAttendent 
which has options for different departments
and directory listing, when the attendent is out. Either the Attendent 
or Auto-Attendent.. no one else.
Othewise, Yes. Maybe a Q can come in handy.

Sri



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] AutoAttendent ON/OFF control by Attendent

2003-12-15 Thread Sri
Hi All
This is one scenario I would like to have some help.  I have searched 
the digium lists and could not find any posts on this.

How can an Attendant switch on or off the AutoAttendant from her phone?
Eg.
8am - Attendent enters office - switches OFF auto attendent.  He/She 
takes in all the incoming calls and answers.
12pm - out of lunch. Needs to put the system back into Auto.  
1 pm - return from lunch. Needs to switch OFF auto attendent
5 pm-  Puts Auto attendent ON.

I am sure there can be a script built that should change 
extensions.conf. and reloading asterisk on the attendent activating 
based on a clock that kicks in 8 am, 12 pm, 1 pm and 5 pm.
I dont want this to be time restricted. the attendent should have control.
Is there a better way ?  this could be even done through the phone of 
the attendent eg, like *80-1 (ON) *80 - 2 (OFF)...

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] AutoAttendent ON/OFF control by Attendent

2003-12-15 Thread Sri
I dont think this works in the scenario i explained. Basically 
tilghman's solution sounds neat!
(Wish i had some knowledge of these global varilables and dbget and 
dbput functions earlier...Thanks all)

Todd Lieberman wrote:

Put the calls to a Q and have your reciptionist login/logout of the 
Queue.
xten = 600,1,AddQueueMember(phillyq|SIP/${CALLERIDNUM:6})
exten = 600,2,Playback(agent-loginok)
exten = 600,3,Hangup

exten = 601,1,RemoveQueueMember(phillyq|SIP/${CALLERIDNUM:6})
exten = 601,2,Playback(agent-loggedoff)
exten = 601,3,Hangup
Sri wrote:

Hi All
This is one scenario I would like to have some help.  I have searched 
the digium lists and could not find any posts on this.

How can an Attendant switch on or off the AutoAttendant from her phone?
Eg.
8am - Attendent enters office - switches OFF auto attendent.  
He/She takes in all the incoming calls and answers.
12pm - out of lunch. Needs to put the system back into Auto.  1 pm 
- return from lunch. Needs to switch OFF auto attendent
5 pm-  Puts Auto attendent ON.

I am sure there can be a script built that should change 
extensions.conf. and reloading asterisk on the attendent activating 
based on a clock that kicks in 8 am, 12 pm, 1 pm and 5 pm.
I dont want this to be time restricted. the attendent should have 
control.
Is there a better way ?  this could be even done through the phone of 
the attendent eg, like *80-1 (ON) *80 - 2 (OFF)...

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] AutoAttendent ON/OFF control by Attendent

2003-12-15 Thread Sri




Thanks Tilghman. 
Is there a document that lists the functions that you have used in the script?
If there is no such document, whats a good starting point to get a list of
them.

Tilghman Lesher wrote:

  On Monday 15 December 2003 10:57, Sri wrote:
  
  
Hi All
This is one scenario I would like to have some help.  I have
searched the digium lists and could not find any posts on this.

How can an Attendant switch on or off the AutoAttendant from her
phone? Eg.
 8am - Attendent enters office - switches OFF auto attendent. 
He/She takes in all the incoming calls and answers.
 12pm - out of lunch. Needs to put the system back into Auto.
 1 pm - return from lunch. Needs to switch OFF auto attendent
 5 pm-  Puts Auto attendent ON.

I am sure there can be a script built that should change
extensions.conf. and reloading asterisk on the attendent activating
based on a clock that kicks in 8 am, 12 pm, 1 pm and 5 pm.
I dont want this to be time restricted. the attendent should have
control. Is there a better way ?  this could be even done through
the phone of the attendent eg, like *80-1 (ON) *80 - 2 (OFF)...

  
  
exten = *801,1,DBPut(auto/attendant=1)
exten = *802,1,DBPut(auto/attendant=0)
exten = s,1,DBGet(autoattendant=auto/attendant)
exten = s,2,GotoIf($[${autoattendant} = "1"]?auto|1)
exten = s,3,Dial(Zap/23,30,t)
exten = s,4,Goto(auto|1)

-Tilghman

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

  






[Asterisk-Users] Experienced Asterisk Consultant Needed

2003-12-09 Thread Sri
We are putting together a 4-5 Location Asterisk system - each location 
with approximately 40-50 phone users in Dallas/Fort worth Area in Texas.

This project will involve:
1. Setting up these systems installing and configuring Asterisk on Linux 
with security
2. Setting up dial plans and iax configurations
3. Setting up channel banks for fxo and fxs lines, which talks to Asterisk
4. Setting up voicemail/Auto attendant and IVR.
5. Evaluation and Optimization of the IP/Wireless Network that supports 
the system.
Previous experience in setting up an equivalent sized Asterisk system is 
a plus.

Project required to start immediately.  If you are interested, mail me 
your profile at [EMAIL PROTECTED] for more information.



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] FXO cards

2003-12-09 Thread Sri




This maybe a stupid question. Pardon me.
I see everyone talking about purchasing the channel bank from ebay.
1. As a user who has never used ebay, are these used equipments ? 
2. Are these reliable in terms of all ports working and all hardware intact?
3. Is there a huge price difference between purchasing it from a authorized
dealer and ebay ?
4. Or was this suggestion just because the system being setup for is a NPO
who like to save, even if it is a couple of dollors?
5. If we find some issues with it, can we return it for another ? 
6. How far reliability becomes an issue in purchasing it from ebay or an
authorized reseller.

Cheers
Sri


Andrew Kohlsmith wrote:

  
$500 - T100P card
$500 - decent PC
$800 - bad ebay day for a channel bank
$480 - 16 analog phones at $30 (att 957 with speakerphone)

  
  
that $800 will be very good actually if you can find an Adit600 with FXO 
ports...  they are scarce on ebay and always command higher prices.

If he wants displays on the phones PT350s are cheap refurbs for about $70 
apiece.

Regards,
Andrew
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

  






[Asterisk-Users] unsuscribe

2003-12-08 Thread Sri


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Prompt recording

2003-11-25 Thread Sri
I used windows sound recorder to record it (with noise less background)
used sox to convert to gsm. It turned out pretty good.
Jerimiah Cole wrote:

Does anybody have useful tips on creating good quality recordings for 
use with prompts in asterisk?  I'm interested in hearing input on 
hardware (mics, dats, sound cards, etc) and software (recording 
software, dsp) as well as recording techniques.

Jerimiah
Tularosa Communications
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: Asterisk Lists (was Re: [Asterisk-Users] Asterisk Business discussion again)

2003-11-25 Thread Sri
unsubscribe

Robert G. Werner wrote:

The problem with -newbies (or even some PC name for it) is that people
won't use it.  

Rarely do people self select themselves as more ignorant than they
really are.  I'm afraid the noob problem just can't be resolved with
any structural changes.  

Personally,  I don't try to read the whole output of any list.  I look
for subjects that are interesting and then liberally use the delete
all option of my mail reader.  

I don't have any good suggestions for other lists/names,  though so
... I guess ignore this.
 



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] FYI: Simple Small Asterisk install..

2003-11-21 Thread Sri
Thanks Dorian for the response. Guess you are using Gentoo as any other 
flavor on fully loaded mode.
Though its nice to know Asterisk performs well on Gentoo too, it would 
be great to see if any customized installation  has been made for 
asterisk, to get it in a min. resource/full throttle mode.
i am up such a system this weekend.  will share my thoughts once i get 
it to work.

Sri

Dorian Gray wrote:

Sri wrote:

Anyone tried to run Asterisk on Gentoo Linux ?  If yes,
Howz the performance ?


been working fine for about 4 weeks now under 2.4.23_pre8-gss. 
performance is nominal, I don't feel that the optimization part of 
gentoo is a real benefit (but that's not why I use gentoo, anyway).

Any special configuration gotcha's that we have to look out for ?


the portage tree only has asterisk-0.2 in it, you might want to try 
out either of these ebuild sets:

(0.5 asterisk snapshot version + 0.8 zaptel snapshot version)
http://bugs.gentoo.org/show_bug.cgi?id=30873
http://bugs.gentoo.org/show_bug.cgi?id=30531
--OR--

(latest-cvs version)
http://bugs.gentoo.org/show_bug.cgi?id=33345
What was the size of the final installation ?


of gentoo? maybe 4gb; but I am using this server for a number of other 
things as well: iptables, apache, mysql, php, etc. (it even has xfree 
installed, although I'd like to get rid of that...)

Is it bulkier than Trustix ?


it's possible to make gentoo pretty small, but it will probably take 
more effort to do so. you could probably try doing a stage-1 install 
and leave out absolutely anything unnecessary... (e.g. build with 
USE=-* at first, and then slowly add just the pieces you need)

it's actually possible to install the portage system onto another 
distro, but the required python libs are pretty big by default 
(80-90mb, I think).

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] FYI: Simple Small Asterisk install..

2003-11-20 Thread Sri
Anyone tried to run Asterisk on Gentoo Linux ?  
If yes,
Howz the performance ?
Any special configuration gotcha's that we have to look out for ?
What was the size of the final installation ?
Is it bulkier than Trustix ?

WipeOut wrote:

Hi,

If anyone is looking for a small Asterisk installation I have managed 
to get it down to 296MB (If you remove the kernel source code.. could 
probably be made smaller if some of the devel packages and asterisk 
source is removed as well.)

To do it I used Trustix Secure Linux 2.0 (http://www.trustix.net), did 
a minimum install with ssh support(92MB) and then added the required 
packages individually..

Everything has compiled and Asterisk loads but I haven't tried any 
Zaptel drivers or hardware so can't comment on that..

Anyway if anyone needs a small secure install there it is..

Later..

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Can't connect to digium cvs

2003-11-19 Thread Sri
 i have been in the similar situations... Sometimes you cannot connect 
to it if it is too busy. good sign isnt it
Go get a cup of coffee, try it again you should be able to get it..

Ing. Angel Gomez wrote:

   Hi all.

   Is there a problem with digium cvs ? I can't connect to it, it just 
keeps giving a...

cvs [login aborted]: connect to cvs.digium.com(216.207.245.20):2401 
failed: Coonection refused

   Thank's

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: Uptime counters (was RE: [Asterisk-Users] Bayonne and Asterisk)

2003-11-18 Thread Sri




/var/log/asterisk/event_log should have the last time the server restarted.
This should closely match "show uptime" result.

Jared Smith wrote:

  On Tue, 2003-11-18 at 08:53, Florian Overkamp wrote:
  
  
Actually in this light it might be cute to have an 'uptime' counter inside 
asterisk (maybe a lastlog that can also show the reason of the last restart 
- was it a stop gracefully or did it just crash?) *grin*

  
  
Have you tried "show uptime" from the Asterisk CLI?

Jared Smith

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

  






Re: [Asterisk-Users] zap show channels - No such command....

2003-11-17 Thread Sri
Got it to work. Thanks.

Sri wrote:

From the listserv, i found this command to see the zap channels setup.
but when i execute it, i get no such command... is there any other 
command i can use to see the configured channels.. (not active 
channels...)

*CLIzap show channels
No such command 'zap' (type 'help' for help)
I am running into this issue of my internal analog phones not 
workingerror: no Zap channels found.. though all my drivers are 
setup right.

Thanks in advance
Sri
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Graphical Interface

2003-11-14 Thread Sri




Can you post the beta version or even Alpha version, so that the folks out
here start using and testing it ?
It can be a non-comittal release. So we can get used to it and see hows its
headed and start making some low priority suggestions as we go.

Thanks
Sri

Josh Roberson wrote:

  
   
  
 
  
 
  
 
  
 
  


  

  I would like to
propose the name astmaster
control in all seriousness. I agree, this isnt a name for an actual possible 
business implementation, but I think it has a nice ring to it for a project
name.. J
  
  
  
  -Original
Message-
 From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] On Behalf Of mattf
 Sent: Friday, November 14, 2003 8:57 AM
 To: '[EMAIL PROTECTED]'
 Subject: RE: [Asterisk-Users] 
Graphical Interface
  
  
  

  Hello,
  
  

  
  
  

  I don't have a
project name yet, any suggestions?
  
  

  What in your mind
should a full client app have in it?
  
  

  
  
  

  This program pretty
much has everything that my company needs from a client app in it. What other
things (within the limitations of a Zap/Sip Asterisk system with unmodified
source code) need to be added to it to make it complete?
  
  

  
  
  

  MATT---
  
  

-Original Message-
 From: marin blu [mailto:[EMAIL PROTECTED]]
 Sent: Friday, November 14,
2003 9:38 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [Asterisk-Users] 
Graphical Interface
  
  
Hi,
  
  
  

  
  
  
What is the project
name?
  
  
  
Do you thing thatyour
project could be a step to a full client appl ?
  
  
  

  
  
  
Best Regards,
  
  
  
Marin Blu
  
  
  

 
 mattf [EMAIL PROTECTED]
wrote:
  
  
 
 

  Hello,
  
  

  
  
  

  I have developed
a graphical interface using Perl/TK that has the following features:
  
  

  I'm still cleaning
up the client code, but it will be released before the end of the month on 
Sourceforge. Here are some of the things I have added to the code:
  
  - Recording of
any Zap channel by extension they are connected to at the click of a button
 - A refreshing list of active Zap channels
 - dialing a number by entering in a number or selecting from a list of recently 
dialed numbers and clicking a DIAL button
 - Asterisk based conference-calling of up to 6 external channels(even on 
single-line phone)
 - Admin section that allows you to Hangup any Zap channel at the click of
a button
 - Call Parking and retrieval from specific extensions
 - Runs on Linux and Windows
  
  On the server
side you will need a MySQL server, a couple AGI scripts and some custom dialplan 
extensions, but the Asterisk code itself is unaltered. 
  
  On the Client
side you just need to have perl and Tk/tcl modules installed on Linux and
on windows you just need Activestate perl, you also need to make sure you
have the Net:Telnet and Net::MySQL perl modules loaded on both(these are
easy to get and have no prerequisites).
  
  MATT---
  
  

-Original Message-
 From: David Winkler [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November
13, 2003 8:42 AM
 To: [EMAIL PROTECTED]
 Subject: [Asterisk-Users] 
Graphical Interface
  
  
  
Hello. Was
just curious to know if anyone is working on a graphical
  
  
  
interface
to Asterisk using X windows, or something else similar.
  
  
  

  
  
  
Thanks!
  
  
  

  
  
  
David
  
  
  
  
  
  
  
  
Do you Yahoo!?
 Protect your identity with 
Yahoo! Mail AddressGuard
  
  
  
  
  ---
 Incoming mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.532 / Virus Database: 326 - Release Date: 10/27/2003
  
  
  
  ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.532 / Virus Database: 326 - Release Date: 10/27/2003
  
  





Re: [Asterisk-Users] Graphical Interface

2003-11-13 Thread Sri
Is there any pointers to some webapps that can be tried to 
configure/manage asterisk ?
i know there is one on sourceforge.. but does not have any downloads 
attached to it.

Sri

WipeOut wrote:

David Winkler wrote:

Hello. Was just curious to know if anyone is working on a graphical
interface to Asterisk using X windows, or something else similar.
 
Thanks!
 
David


There are a few projects on the grow.. mostly web based.. Nothing 
complete yet..

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] zap show channels - No such command....

2003-11-11 Thread Sri
From the listserv, i found this command to see the zap channels setup.
but when i execute it, i get no such command... is there any other 
command i can use to see the configured channels.. (not active channels...)

*CLIzap show channels
No such command 'zap' (type 'help' for help)
I am running into this issue of my internal analog phones not 
workingerror: no Zap channels found.. though all my drivers are 
setup right.

Thanks in advance
Sri
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users