Displaying 20 results from an estimated 10000 matches similar to: "Debug meetme"
2007 Mar 31
2
Meetme question
Hi,
I'm experimenting with the Meetme feature of Asterisk 1.2,
exten => 2095,1,MeetMe(|Ds)
This almost gives me what I want, where each employee can create their own on-the-fly conferences with a personal Conference Number and PIN. However, as the PIN is actually set by the first callee, then its subject to problems (first callee might enter the wrong PIN, and then no-one else can
2007 Aug 30
2
asterisk at 100% CPU, 1000's of log files
Hi All,
Twice now in the past few weeks I've walked into the office to find that
our 1.2.24 Asterisk process is sat at 100%, and that hundreds of
thousands of log files in /var/log/asterisk exist, all at 312 bytes,
containing:
Aug 29 23:22:17 VERBOSE[24303] logger.c: Asterisk Event Logger restarted
Aug 29 23:22:17 VERBOSE[24303] logger.c: Asterisk Queue Logger restarted
Aug 29 23:22:17
2010 May 05
4
VoIP Termination in Japan
Anyone have any experience with a Japanese local VoIP termination
supplier?
I've emailed a few companies looking to setup some PSTN to SIP and SIP
to PSTN termination, but no luck so far.
Thanks,
Adrian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100505/5068aaab/attachment.htm
2007 Aug 30
4
How to handle "+" prefix
Hi,
How can I have A*k convert a call from +441793xxxxxx to Dial
00441793xxxxxx instead?
With the "_+." Below I can "catch" the call, but EXTEN doesn't get set
as expected.. and then I need to figure out how to pass the call onto
the outgoing-pstn context. Not sure if a Goto would work here...
[outgoing-pstn-international]
exten => _+.,1,Set(EXTEN=00${EXTEN:+1})
exten
2007 Sep 05
1
Dialplan regexp
Hi,
Can anyone tell me why the below dialplan doesn't filter off dialed
numbers for 01793520158, and jump to "local",priority1
If I change it to :
exten => 01793520158,1,Goto(local,${EXTEN:-3},1)
....
then it works fine (but that's too specific)...
exten => _017935201[56][0-9],1,Goto(local,${EXTEN:-3},1)
exten =>
2007 Jun 30
1
Exclude all but include select folders
Hi,
I'm trying to rsync up to some centos repositories, but I only want to
pull down the i386 and i386_64 folders with their RPMs, I've tried
various combinations and include and exclude, and I'm sure that the
below should work, but it doesn't...
SOURCE=rsync://mirror.stanford.edu/mirrors/centos
rsync -avrt $SOURCE --include=i386/ --include=*/ --exclude=*
/var/www/html/centos/
2007 Oct 25
1
Cisco 79xx logon/logoff
Hi All,
I'd like to know if anyone has figured out a way to be able to have
users logon/logoff manually from Cisco 79xx phones (with SIP firmware
loaded)?
Scenario is, user walks into office, sits at a random desk, and logs
onto the phone. The system would need to "log them off" of the last
hardphone they were on, and then configure the new phone for their
extension.
We're
2008 Feb 14
1
SNMP monitoring
Hi All,
I've been reading up on 1.4 snmp integration. When I try and compile
asterisk with a -with-netsnmp option it complains about net-snmp
installation being broken. However, the net-snmp-devel rpm is installed,
and snmpd on the machine runs fine.
Anyone have a guide for the pre-requisites needed ?
Cheers,
Adrian
-------------- next part --------------
An HTML attachment
2010 Apr 10
1
Repeated: Got SIP response 489 "Bad event" back from
Hi All,
I've two asterisk servers on the same LAN, both 1.4, and I keep getting
"Got SIP response 489 "Bad event" back from 192.168.3.10"
No idea whats causing it. The only references I can find mentions NATing
issues, but these are on the same LAN so NAT shouldn't be an issue.
3.10 does authenticate into the server logging the error. The error
appears in the log
2007 Sep 07
1
Broken UDP streams
Hi All,
I'm working from home today (DSL -> Internet -> 2MB leased line -> A*K
server behind NAT), and trying to pickup voicemail using Zoiper..
I can access the VM system, I hear all the prompts, and I can even hear
part of the message playback.
But then I get silence on the call (call stays up), and I get:
Parsing
2007 Aug 06
1
CDR/MySQL basic config
Hi,
I'm trying to add mysql CDR onto a vanilla Asterisk 1.2 install. The
add-ons pack has been installed for a while, so now I'm trying to add
the Mysql config.
I've created a mysql database, added the grants for a user acces, and
can run a mysql -u asteriskcdruser -p and can connect to the database.
I've been using this as a guide:
2006 Nov 16
2
POS Terminals
Hello List -
I've got a question regarding POS terminal transactions (credit card
machines, ATM, etc...).
Currently we setup customers in the following manner:
Customer Location --> Data T1 --> DataCenter -> PSTN Termination
We are currently using Mediatrix gear for fax transmissions from the
customer location, but they don't seem to handle POS modem sales very well.
Does
2006 May 02
1
Meetme volume increase/decrease
Hi.
The UPGRADE.txt of asterisk distribution contains the following snippet
under the MeetMe heading:
/"MeetMe:
* The conference application now allows users to increase/decrease their
speaking volume and listening volume (independently of each other and
other users); the 'admin' and 'user' menus have changed, and new sound
files are included with this release.
2006 Feb 17
5
A unique 'click to call' project - Could use some advice
Hello List,
I work for an IP communication provider in upstate NY as the engineer
assisting our technical support team.
We provide a number of different Telco systems to residential
subscribers; and in an effort to more effectively trouble shoot
termination problems I came up with the idea of creating a click to call
system that will allow our agents to effortlessly place test calls.
On a
2012 Sep 18
1
Contradictory results between different heteroskedasticity tests
Hi all,
I'm getting contradictory results from bptest and ncvTest on a model
calculated by GLS as:
olslm = lm(log(rr)~log(aloi)*reg*inv, data)
varlm = lm(I(residuals(olslm)^2)~log(aloi)*reg*inv, data)
glslm = lm(log(rr)~log(aloi)*reg*inv, data, weights=1/fitted(varlm))
Testing both olslm and glslm with both ncvTest and bptest gives:
> ncvTest(olslm)
Non-constant Variance Score Test
2009 Jun 05
1
DTMF Problem w/ MeetMe
First, the scenarios:
Call placed from Boston to locally configured Asterisk Meetme extension:
Cisco 7941 <-SCCP-> Cisco 2821(CME,Boston) <-SIP-> Asterisk(Boston)
Call placed from Boston to European Asterisk Meetme extension:
Cisco 7941 <-SCCP-> Cisco 2821(CME,Boston) <-SIP-> Cisco
2821(CME,Europe) <-SIP-> Asterisk(Boston)
In the 1st scenario, everything works
2007 Jul 16
1
Cisco 7940 log on/off
Hi All,
Anyone know if theres a way to share a Cisco 7940 between hot-desk
users?
My phones get their setup via SIP .cnf files, that load at boot via
tftp, so I'm assuming the configs a failry static. However if I want a
phone to be hot-desked, I could have different users sitting there. Is
there any concept of "logging on" in these environments?
Cheers,
Adrian
2006 Jun 18
1
Creating Queues on Asterisk server - Sending ingress calls off-net to either PSTN or another VoIP application - thoughts?
Hello,
Long time subscriber/reader of this list - thank you for all the great
ideas.
Scenario:
We currently provide a hosted ACD system using Mitel phones (speaking the
Minet protocol) to an NCI based server solution. The logic behind this
choice was the emulation of key system features etc...
Many of our clients have asked for basic call queue functionality:
- Agents having the ability to
2006 Jan 31
1
meetme and dtmf
Hi all,
I'm experiencing a problem with meetme i can't resolve.
This is my scenario:
A iax client, say IaxComm, make a call through a zap channel. When it
answers it is tranfered to a conference room.
Then the iax client make a second call though a second zap channel, at
the other side there is an IVR. Iax client send some dtmf to the IVR
then it transfers the IVR to the previos
2010 Jul 26
2
MeetMe
Hi guys,
i'm trying to use the "featuremap" of features.conf inside the app meetme,
but it's no working.
like:
_5XXX => {
Set(DYNAMIC_FEATURES=toca_macaco);
MeetMe(${EXTEN},F); //F forces the meetme to pass DTMF
Hangup();
};
in features.conf:
toca_macaco => 123, peer, Playback,tt-monkeys
But, if, inside the room, I press *123* the sound file