Displaying 7 results from an estimated 7 matches for "2&zap".
Did you mean:
1&zap
2006 Oct 13
2
AEL Question
Hi, all. I'm making my first foray into AEL. I'm starting with a
simple macro, but I've already encountered an odd behaviour. I'm
wondering if someone can shed some insight:
Asterisk 1.2.9.1
macro newPlaceCallPSTN {
s => {
TIMEOUT(absolute)=7200;
NoOp(Analog Out List: ${ANALOGOUT});
ChanIsAvail(${ANALOGOUT});
NoOp(Available Out List: ${});
// --
theChannel=Cut(AVAILCHAN|-|1);
NoOp(Now Calling ${MACRO_EXTEN} on ${theCha...
2004 Sep 28
7
UK (British Telecom) Caller ID again
I've followed the recent thread on caller id with UK British Telecom
networks (where the caller id data is delivered before the first ring).
My understanding is that if I use a recent CVS head (e.g.
CVS-HEAD-09/18/04-17:45:52) and a TDM400 with FXO modules, all I need to
do is include the line:
usecallerid=uk
In my zapata.conf (in the [channels] section)
I've done this, but I get:
Sep 28 13:08:02 NOTICE[20498]: chan_zap.c:5119 ss_thread: Got event 2
(Ring/An
wered)...
-- Detected ring pattern: 247,97,0...
2005 Jun 28
0
Dial application timeout
For a *long* time now, I've noticed that the timeout passed to the
Dial application doesn't really work as documented. When I
Dial(Zap/1&Zap/2&Zap/g3,15,tP) the Dial doesn't timeout for 25 to 30
seconds. I found this problem when I had a 20 or 30 second timeout
specified, and it wasn't actually timing out for 40 - 60 seconds. I
switched to a 15 second timeout specifically to get a the 20-30 second
timeout I wanted.
I've...
2003 Dec 10
0
A solution to "free line" notification
...000-0000>
Context: default
Extension: s
Priority: 1" > /var/spool/asterisk/outgoing/fln.$$
/etc/asterisk/extensions.conf:
[from-inside]
include => to-internal
include => app-freeline
exten => h,1,Macro(hangup)
[check-fln]
exten => s,1,DBget(TECH=FLN/${EXT})
exten => s,2,ChanIsAvail(Zap/1&Zap/2&Zap/3&Zap/4)
exten => s,3,DBdel(FLN/${EXT})
exten => s,4,AGI(fln.agi,${TECH}/${EXT})
exten => s,5,Goto(macro-hangup,s,${PRI})
exten => s,102,Goto(macro-hangup,s,${PRI})
exten => s,103,Goto(macro-hangup,s,${PRI})
exten => s,104,Goto(macro-hangup...
2003 Aug 28
1
Problems with TDM400P & X100P
...but not usable. CPU is about 5% normally and 10-15% during a call, so I don't think this is an issue. People I call do not complain about sound quality, so I guess it is just my side.
What can I try next?
Thanks
Here are some configs:
shore-server root # cat /proc/version
Linux version 2.4.20-gentoo-r5 (root@shore-server) (gcc version 3.2.2) #5 SMP Su
n Aug 10 14:28:05 EST 2003
shore-server root # cat /etc/zaptel.conf
fxsks=5
fxoks=1-4
loadzone = us
defaultzone=us
shore-server root # cat /etc/asterisk/zapata.conf
[channels]
context = default
language = en
callwaiting = no
three...
2007 Sep 13
1
Zap channels: no sound with certain call paths
...rked
quite reliably for the past year or so, so I am reasonably confident
that the problem isn't directly configuration related (though I have,
since this started occuring tried various configs).
The version where this started to occur (intermittently) was
asterisk/zaptel in debian etch (the 1.2 branch). I have since upgraded
to zaptel/asterisk from debian sid (the 1.4 branch) and the problems
have gotten marginally worse.
Stuff I have tried:
1. Zap->Zap (calling one channel bank extn from another) works fine.
2. Zap->anywhere (calling out from CB to telco through wildcard, or to
SI...
2005 Oct 05
4
dropped calls when g729 is used on sip leg
Hello - I have 8 polycom 501s all setup great using ulaw. We have put
them through a pretty rigorous torture over the last 4 months, and
they've performed famously. No dropped calls ever.
We invested in some g729 licenses. changed my ipmid.cfg so that g729 is
priority 1 and ulaw is priority 2. I added allow=g729 to my extension's
sip.conf entry, where existed before disallow=all and allow=ulaw.
told asterisk to do a reload, and tried dialing out on a zap line. It
was obvious from the call qualit...