Hi All, i want to configure voice mail on Asterisk 1.4 for multiple users. let me explain you the scenario.
i have 10 users with the name of 1000,2000,3000,4000,5000,6000,.......and these user can call to each other. Now i want to configure separate voice mail box for separate user.
my extensions.conf ..... settings below.. [voicemail] exten => _X.,1,Dial(SIP/${EXTEN}) exten => _X.,n,NoOp(Dial Status: ${DIALSTATUS}) exten => _X.,n,Goto(s-${DIALSTATUS},1)
exten => s-NOANSWER,1,Background(vm-nobodyavail) exten => s-NOANSWER,n,VoiceMail(${EXTEN}@usersmail) exten => s-NOANSWER,n,Hangup()
exten => s-CONGESTION,1,Background(vm-nobodyavail) exten => s-CONGESTION,n,VoiceMail(${EXTEN}@usersmail) exten => s-CONGESTION,n,Hangup()
exten => s-CANCEL,1,Background(vm-nobodyavail) exten => s-CANCEL,n,VoiceMail(${EXTEN}@usersmail) exten => s-CANCEL,n,Hangup()
exten => s-BUSY,1,Background(salesrep) exten => s-BUSY,n,VoiceMail(${EXTEN}@usersmail) exten => s-BUSY,n,Hangup()
exten => s-CHANUNAVAIL,1,Background(vm-nobodyavail) exten => s-CHANUNAVAIL,n,VoiceMail(${EXTEN}@usersmail) exten => s-CHANUNAVAIL,n,Hangup()
my voicemail.conf [usersmail] 1000 => 1212, userm, 1000@abc.com 2000 => 1212, userm, 2000@abc.com
please help me how can i set calling number before send voice mail in users voicemail box. when i dial like VoiceMail(${EXTEN}@usersmail) voice mail not work and when i heard code user, like this VoiceMail(1000@usersmail) voicemail work fine. but i want to set if user dial 2000 or 3000 or 4000 it should be set automatically.
thanks for your cooperations.
regards, Asif
On Wed, March 19, 2008 4:04 pm, Mian M Asif wrote:
Hi All, i want to configure voice mail on Asterisk 1.4 for multiple users. let me explain you the scenario. [..]
Hi Mian,
this is the OpenSER user list. I think that your chances to get an answer to your question on the asterisk user list are probably way more better..
Cheers,
Henning
Is anyone using snmpstats in version 1.3? I am trying to graph concurrent calls by IP address. I have snmpstats loading without any errors, but it doesn't seem to respond to any queries. I tried to email the maintainer directly, but the email bounced. I have a suspicion this code is pretty much unmaintained right now...
Any other suggestions for tracking concurrent calls by IP?
Thanks in advance.
Michael Young
No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.7/1335 - Release Date: 3/19/2008 9:54 AM
On Wed, March 19, 2008 5:09 pm, Michael Young wrote:
Is anyone using snmpstats in version 1.3? I am trying to graph concurrent calls by IP address. I have snmpstats loading without any errors, but it doesn't seem to respond to any queries. I tried to email the maintainer directly, but the email bounced. I have a suspicion this code is pretty much unmaintained right now...
Hi Michael,
can you perhaps elaborate a little bit on the problems you face? Do you get any error message in the openser logs?
Cheers,
Henning
What email address did you try to contact me at? I don't remember seeing any email. Can you show me the bounce message?
At any rate, you should direct your questions to this list so everyone can benefit from your questions. In general I am unable to read every message, but I do filter through any containing the "snmpstats" string. :-)
- JM
Henning Westerholt wrote:
On Wed, March 19, 2008 5:09 pm, Michael Young wrote:
Is anyone using snmpstats in version 1.3? I am trying to graph concurrent calls by IP address. I have snmpstats loading without any errors, but it doesn't seem to respond to any queries. I tried to email the maintainer directly, but the email bounced. I have a suspicion this code is pretty much unmaintained right now...
Hi Michael,
can you perhaps elaborate a little bit on the problems you face? Do you get any error message in the openser logs?
Cheers,
Henning
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
I went back and found the bounce... to discover I transposed two letters in Jeff's name, and that is why the email bounced. My bad.
Michael
-----Original Message----- From: jmagder [mailto:jmagder@somanetworks.com] Sent: Wednesday, March 19, 2008 12:13 PM To: Henning Westerholt Cc: Michael Young; users@lists.openser.org Subject: Re: [OpenSER-Users] SNMPStats
What email address did you try to contact me at? I don't remember seeing any email. Can you show me the bounce message?
At any rate, you should direct your questions to this list so everyone can benefit from your questions. In general I am unable to read every message, but I do filter through any containing the "snmpstats" string. :-)
- JM
Henning Westerholt wrote:
On Wed, March 19, 2008 5:09 pm, Michael Young wrote:
Is anyone using snmpstats in version 1.3? I am trying to graph concurrent calls by IP address. I have snmpstats loading without any errors, but it doesn't seem to respond to any queries. I tried to email the maintainer directly, but the email bounced. I have a suspicion this code is pretty much unmaintained right now...
Hi Michael,
can you perhaps elaborate a little bit on the problems you face? Do you get any error message in the openser logs?
Cheers,
Henning
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
No virus found in this incoming message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.7/1335 - Release Date: 3/19/2008 9:54 AM
No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.7/1335 - Release Date: 3/19/2008 9:54 AM
Oops, I replied off list instead of on list... Here is my reply:
No, I get nothing in the error logs. I did have errors loading the module until I got the LD_LIBRARY_PATH correct. Now the module loads, but when running snmpd and starting up OpenSER, I don't get any logging about SNMPstats registering with the master agent (going off of http://www.openser.org/docs/modules/1.3.x/snmpstats.html, section 1.6.4). No errors, no success, nothing.
I suspect the module was built with an older version of OpenSER, and some change has broken the module, and no one has noticed. That is why I was curious if anyone is using it... if anyone is using it successfully, then the problem must be on my end.
Running Net-SNMP 5.3.1, CentOS 5 x86_64.
Thanks, Michael
-----Original Message----- From: Henning Westerholt [mailto:henning.westerholt@1und1.de] Sent: Wednesday, March 19, 2008 11:50 AM To: Michael Young Cc: users@lists.openser.org Subject: Re: [OpenSER-Users] SNMPStats
On Wed, March 19, 2008 5:09 pm, Michael Young wrote:
Is anyone using snmpstats in version 1.3? I am trying to graph concurrent calls by IP address. I have snmpstats loading without any errors, but it doesn't seem to respond to any queries. I tried to email the maintainer directly, but the email bounced. I have a suspicion this code is pretty much unmaintained right now...
Hi Michael,
can you perhaps elaborate a little bit on the problems you face? Do you get any error message in the openser logs?
Cheers,
Henning
No virus found in this incoming message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.7/1335 - Release Date: 3/19/2008 9:54 AM
No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.7/1335 - Release Date: 3/19/2008 9:54 AM
No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.7/1335 - Release Date: 3/19/2008 9:54 AM
On Wed, March 19, 2008 6:17 pm, Michael Young wrote:
No, I get nothing in the error logs. I did have errors loading the module until I got the LD_LIBRARY_PATH correct. Now the module loads, but when running snmpd and starting up OpenSER, I don't get any logging about SNMPstats registering with the master agent (going off of http://www.openser.org/docs/modules/1.3.x/snmpstats.html, section 1.6.4). No errors, no success, nothing.
Hi Michael,
you could increase the debug level to get more information about the activity of the module.
I suspect the module was built with an older version of OpenSER, and some change has broken the module, and no one has noticed. That is why I was curious if anyone is using it... if anyone is using it successfully, then the problem must be on my end.
Are you using "fork=no" in the config file? I found something related to this in the commit in rev 2625 that probably could cause problems. Perhaps this change breaks also some other functionality in the module..
Cheers,
Henning
I locked myself in my office last night... and eventually got a lab box working correctly. SNMPStats load, sends traps, and generally acts happy. With CentOS, I found there were lots of package dependencies, and I just had to get them all installed correctly.
So now that I've played with it for a while, it seems to me that SNMPStats is really designed to be a trap generator for something like OpenNMS or HP Openview. And I think it works great for those situations where you want to generate an alarm upon reaching a particular threshold.
What I can't get it to do is respond to an SNMP query from my Cacti or MRTG servers... instead of SNMPStats alerting me when it reaches a threshold, I want to query it regularly and graph the answers, so I know when it is approaching the thresholds.
Should SNMPStats enable me to do that?
If not, how do others gather that type of information (how many current dialogs, etc?) I am running the Dialog and Statistics modules, and querying the dialog table every five minutes to get the number of current dialogs for a particular IP address right now.... but there has to be a better (ie, more automated) way that I am missing, right?
Michael Young
-----Original Message----- From: Henning Westerholt [mailto:henning.westerholt@1und1.de] Sent: Wednesday, March 19, 2008 12:44 PM To: Michael Young Cc: users@lists.openser.org Subject: Re: [OpenSER-Users] SNMPStats
On Wed, March 19, 2008 6:17 pm, Michael Young wrote:
No, I get nothing in the error logs. I did have errors loading the module until I got the LD_LIBRARY_PATH correct. Now the module loads, but when running snmpd and starting up OpenSER, I don't get any logging about SNMPstats registering with the master agent (going off of http://www.openser.org/docs/modules/1.3.x/snmpstats.html, section 1.6.4). No errors, no success, nothing.
Hi Michael,
you could increase the debug level to get more information about the activity of the module.
I suspect the module was built with an older version of OpenSER, and some change has broken the module, and no one has noticed. That is why I was curious if anyone is using it... if anyone is using it successfully, then the problem must be on my end.
Are you using "fork=no" in the config file? I found something related to this in the commit in rev 2625 that probably could cause problems. Perhaps this change breaks also some other functionality in the module..
Cheers,
Henning
No virus found in this incoming message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.7/1335 - Release Date: 3/19/2008 9:54 AM
No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.7/1335 - Release Date: 3/19/2008 9:54 AM