Displaying 20 results from an estimated 20000 matches similar to: "disallow, allow codes"
2004 Nov 22
2
sip.conf not paying attention to allow/disallow
In my sip.conf, under general I have:
disallow=all
allow=g729
allow=alaw
allow=ulaw
Then I have a specific sip:
[RNK]
<clip>
disallow=all
allow=alaw
allow=ulaw
allow=gsm
If I do this:
exten => _9.,1,Dial(${EXTEN}@RNK,60)
The call still goes out as G729 even though I've told the RNK to disallow
g729. I need to be able to make other 729 calls but to this one paticular
group, they
2006 Apr 11
2
call center running Asterisk - sound quality- critical!
You got to be kidding about 53 calls being recorded at sametime is an issue. I have done at least twice as many on my dual xeon 3.4Ghz system and had no problem as clients like to record every call that goes through the system. Then again, in my system, the in and out channels are mixed first before they are written to the disk.
________________________________
From:
2006 Apr 10
5
call center running Asterisk - sound quality - critical!
Hi,
I am using Asterisk for a call center on a Dual Xeon machine..
I currently have
109 active channels
53 active calls
Every body is complaining about quality and cpu is around 80% idle.
Is there any tuning I can do???
Besides that, Asterisk normally goes down once or twice per day...
Thank you
Dov
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jan 05
1
ChanSpy via external application
Hi,
I have developped an application that monitors the status of my queues through the events triggered on the Manager Interface.
This way, I can know the status of my Agent real time.
Now, I have a new requirement that I must allow a manager to click on the Agent he wants to monitor and be able to monitor the call.
My idea was to, when the user clicks on the Agent, I would Originate a call
2006 Feb 20
3
asterisk error
Hi,
I got this message on my Asterisk messages file and after it Asterisk went down...
2006-02-18 08:13:55 WARNING[3214] ast_expr2.fl: ast_yyerror(): syntax error: syntax error, unexpected TOK_PLUS, expecting TOK_MINUS or TOK_COMPL or TOK_LP or TOKEN; Input:
+ 1
^
2006-02-18 08:13:55 WARNING[3214] ast_expr2.fl: If you have questions, please refer to doc/README.variables in the asterisk source.
2013 Mar 21
2
Allow/Disallow
Hello Everyone,
I have disallow=all and allow=g729 set in sip.conf however, it seems
that asterisk still thinks it support other codecs:
Capabilities: us - 0x80000008000e (gsm|ulaw|alaw|h263|testlaw). How
can I disable gsm,ulaw,alaw.....
Thanks in Advance,
Nick.
2006 Jan 16
2
cmd Dial parameters
Hi,
For the dial application, parameter g is described as
a.. g: When the called party hangs up, exit to execute more commands in the current context.
I want the following priority (or at least a priority I can jump to) to be executed anyway, it doesn't matter which party hang up. Is there a way to do so?
Thank you
Dov
-------------- next part --------------
An HTML attachment was
2006 Jan 16
3
asterisk down because of cdr
Hello,
After 2 weeks and 4 days without a problem, Asterisk went down.
What happened is that I am using Asterisk 1.2.1 on a machine and have a MySQL for CDR on another machine.
The machine with MySQL went down and the Asterisk box was unable to connect to MySQL. This made Asterisk to go down and it was unable to restart until MySQL was back.
I know that Asterisk displays a lot of warnings, but
2006 Jan 10
1
pattern mach doubt
Hi ALL,
Is it possible to use symbols # and * in the dialplan for pattern matching?
I am doing a "follow me" dial plan, and wanted that my users could dial everything in one shot.
But, exten => 888*XXX*XXX,1,NoOp(Follow Me from XXX to XXX)
doesn't seem to work...
Thank you
Dov
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Mar 27
1
after-queues
Hi,
I have the following requirement.. after a customer is answered by a Queue, I want him to be redirected to another extensions, where an IVR would answer and ask for his opinion about the analyst who just solved his issue.
Is there a way to redirect him automatically, or do I have to ask my agents to manually transfer the users to this IVR extension?
Thank you
Dov
-------------- next part
2006 Apr 12
2
call center running Asterisk - sound quality-critical!
Just good old monitor with no mixing onto the scsi drive.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tamas
Sent: Wednesday, April 12, 2006 4:55 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] call center running Asterisk - sound
quality-critical!
Hi,
how do
2006 Feb 07
1
IVR Menu
Hi,
I made a simple menu using the Background application and some wav files. I converted the wav files using
for a in *.wav; do sox "$a" -r 8000 -c1 "`echo $a|sed -e s/wav//`gsm"; done
(from http://www.voip-info.org/wiki/index.php?page=Convert%20WAV%20audio%20files%20for%20use%20in%20Asterisk)
The first two files "01/bemvindo" and "01/menu_top" are good.
2006 Apr 04
2
voicemail context issue
Hi,
I know this has already been discussed here, but I still have the problem even with 1.2.6:
When I call a mailbox in a context "company" is doesn't play my busy message... It goes directly to the temp message...
Am I doing something wrong?
== Everyone is busy/congested at this time (1:0/1/0)
-- Executing NoOp("SIP/200.234.208.250-0840f548", "Voicemail de
2011 Mar 06
1
Early codec selection / negotiation
Hi,
This seems to be a fairly common question, but I have Googled for this quite
a bit and looked at the Asterisk documentation/book and haven't been able to
find an answer.
My question is:
Can I get my IP phone to select a different codec depending on the final
destination of each call?
I've got these things connected to my Asterisk box:
- Snom 300 phone (supports g729 and
2009 Jul 09
1
Connecting two Asterisk together via SIP + DISA
Hi all,
I need to test the following scenario:
+-----------+ +-----------+
| asterisk 1| | asterisk 2|
+-----------+ +-----------+
| |
| |
_______|__________________|___________
| |
| |
| |
+-------+ +-------+
| ATA 1 |
2011 Apr 12
0
No subject
the legs separately as if they were not related to the same call. So the
ingress leg negotiates ulaw, and despite it knowing that the peer also
supports g729 fails the call since it's already decided on ulaw and the
egress leg only accepts g729.
If this is design intent I'm wondering if there is demand enough to justify
a feature request?
Any advice on how I can work around this issue?
2006 Feb 23
3
Codec order sent wrong from Asterisk
I'm communicating a softphone (SJPhone) to a Grandstream phone GXP-2000.
The codec order on each one is the next:
SJPhone: GSM - iLBC - PCMA - PCMU
GXP2000: G729 - GSM - PCMA - PCMU
(I have a G729 license, so there's no problem with transcoding G729)
In my sip.conf, I've defined the following codec order:
disallow=all
allow=g729
allow=gsm
allow=g726
allow=alaw
allow=ulaw
And my
2006 Mar 28
0
IAX2 errors
Hi, all.
I have problems with iax2, when try to communicate with one third server,
asterisk reports the following errors in server's, could help me?
Server A it speaks It with C in iax and Server B it speaks with D in iax,
but Server A it does not obtain to speak with B in iax, reports the
following error in server B "chan_iax2.c:5749 socket_read: Host
200.xxx.xxx.xxx failed you
2007 Sep 14
1
g729 on 1.4.10.1
I have a fresh 1.4.10.1 installation that appears to have a problem
with g729 pass-through. I can see the gateway in question sending an
INVITE using g729b. However, the Asterisk is only sending g711 in the
INVITE to my Polycom phone.
[gateway]
disallow=all
allow=g729
[phone]
disallow=all
allow=ulaw
allow=alaw
allow=g729
There's the codec configs for the gateway and the phone in question.
2006 Jan 06
3
Asterisk initialization
Hi,
I am doing an AGI that logs to a database every Agent login/logoff.
My idea is to be able to go to this database and check which agents where logged so that I can force their login in case Asterisk goes down for some reason.
The problem is that I would need to reload their status from this AGI when Asterisk initializes. Is there a way to do this?
One idea I had was to make safe_asterisk to