Displaying 20 results from an estimated 10000 matches similar to: "1.4 and zap bugs"
2006 Jun 14
2
AddQueueMember and Local channels
Following on from a posting yesterday from Kevin, I have the following
in the dialplan:
exten => 709,1,AddQueueMember(SomeQueue|Local/706@AgentQ)
I am on extension 706.
From the CLI:
SomeQueue has 0 calls (max unlimited) in 'rrmemory' strategy (0s
holdtime), W:0, C:0, A:3, SL:0.0% within 60s
No Members
No Callers
I call 709, get a console message
2007 Apr 18
0
[Bridge] Bridge Digest, Vol 36, Issue 8
Julian,
I did not understand what you meant by this paragraph.
"Now, for the twist. For development and testing, I assigned an ip
address and gateway to the bridge. I need to be able for a "non-it"
person to install this box without having to set it up at all , so it
cannot have an ip address assigned, as it *may* be in use somewhere else
on the lan or router."
Did your
2007 May 24
3
meetme sounds
I am playing around with dynamic meetme conferences, and wanted to have
one person constantly in the conference, with calls "popping in and out".
Is there an option / any way of playing enter / leave sounds to the
person who created the conference only, and not the people leaving /
joining ?
TIA
Julian.
2006 Jun 13
3
Queues and macros and agents
When a caller in the queue is connected to an agent, the call is placed
to the extension and context specified using Agentcallbacklogin. This
allows for me to add extra things to the diaplan *before* calling the agent.
Now, I want to be able to use a device, rather than agents. So I can use
addQueueMember and add my SIP device. However, I still want to do a
couple of things before the device
2007 Jun 11
1
CDR on transfers of called ZAP channel
Hello list,
I have a problem with called ZAP channels making an attended-transfer
or blind-xfer. Signalling at the phones is ok, but the CDR of Asterisk
is wrong.
At the moment there is a bristuffed Asterisk 1.2.18 running with
bristuff-0.3.0-PRE-1y-g. Here is my dialplan, I simplified it a bit:
[default]
exten => 0123456789,1,Macro(dialpstn,${EXTEN})
[macro-dialpstn]
exten =>
2010 Aug 28
1
Play a number of files to a caller
I want to be able to allow a caller to dial a ddi, system to verify
identity etc (this is all done)
I then want them to sit listening to music, until an event happens.
When this (external) event happens, I want to play a certain file to
the caller, using playback (so that they have ff / rw etc), and when
finished, go back to the music.
1) I thought of redirecting to an extension that played the
2008 Dec 16
4
RDNIS and asterisk
I have a couple of numbers that are diverted to a number that is
conected to an isdn30 card, running asterisk 1.4.
eg.
123456 => 22334455
654321 => 22334455
What I would like to know is the number of the orginal number dialled
(123456 or 654321). I thought that RDNIS was the answer, but it is
always coming up blank.
When I did a debug on the pri span, I saw the following message
2006 Mar 15
3
Double-ring tone
I upgraded my Cisco7960 to SIP 8-2 from 7-4. Everything seems ok, works
fine. Except that when I make an outbound call, I get a double-ring
sound. I also found that if the target number is engaged, I get a ring
sound and at the same time get a busy sound.
If I revert back to 7-4, there is no problem.
Anyone else had this, or any clues on how to fix it ? All of our other
phones are still on
2009 Jan 22
1
Zap connection problem
Greetings all,
I'm trying to connect to an AT&T teleconference, but the
call is never marked as ANSWERED by asterisk and therefore won't bridge and
continue. The only work-around I've come up with so far is to dial like
this:
Exten => 744,1,Dial(Zap/g1,,p)
The "private" mode keeps the line open without trying to do a bridge, but
requires the
2009 Mar 12
8
UK ISDN-30 and ANI
Has anyone in the UK got ANI to work on an inbound call ?
Using asterisk 1.4 trunk and zaptel 1.4 trunk, with a Euro-ISDN 30
Julian
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
2008 Nov 29
0
asterisk-users Digest, Vol 52, Issue 81
I was cleaning and working on laptops most of the day. Check my logs, I did plenty of work.
-----Original Message-----
From: "asterisk-users-request at lists.digium.com" <asterisk-users-request at lists.digium.com>
To: "asterisk-users at lists.digium.com" <asterisk-users at lists.digium.com>
Sent: 11/29/2008 1:13 PM
Subject: asterisk-users Digest, Vol 52, Issue 81
2009 Jul 20
0
No subject
need transcoding to a|ulaw.
I am using it with no problems (have g729 licenses as well though).
A bit off topic, I have found some extra configuration that is not really in
the docs (or I could not find them):
fullname=Your full name
country=gr
language=en
city=City
province=Province
phone_home=+fullinternationalnumber
phone_office=+fullinternationalnumber
email=your at email.com
2006 May 31
2
AEL2 and CID
Does anyone know how to get CID working in AEL2 ?
In extensions.conf you can do:
exten => 111/666,1,PlayBack(demo-congrats)
exten => 111/666,2,Hangup()
exten => 111,1,PlayBack(demo-moreinfo)
exten => 111,2,Hangup()
and if callerid 666 dialed 111, they would get demo-congrats, everyone
else gets demo-moreinfo.
In AEL:
111 => {
Playback(demo-moreinfo);
2013 Mar 29
1
Asterisk 11 - Change CDR in hangup exten [Was: CDR values changed in hangup handler not saved]
2013/3/29 Julian Lyndon-Smith <asterisk at dotr.com>
> check out the endbeforehexten option in cdr.conf
>
> this needs to set to "yes"
>
> Julian
>
Unfortunately, this doesn't help.
Let's drop the hangup handler at the moment, and focus on the "saving to
file" part.
Then my issue is I can't update CDR value is hangup exten.
Here is a
2009 Feb 12
4
Multiple caller id ...
If I have the following in the dialplan
exten => foo,n,Dial(SIP/1234&Zap/G1c/55443322)
and SIP/5432 calls this extension,
is it possible to show different callerid numbers to each of the target
numbers ?
The reason I ask is that if the call is from an internal sip phone, I
want to show the internal callerid (5432) to the SIP phone on 1234, and
the DDI of the 5432 extension
2006 Jun 23
0
Dial(ZAP with t option for call transfer via *2)
Hi all,
using asterisk 1.2.9.x I would like to forward an incoming call to
an outbound ZAP target (EuroISDN PRI via Digium TE410P),
i.e. an mobile phone.
exten => 105,1,Dial(Zap/r1/0171234567,120,rt)
I use the Dial() option t
as the goal is to enable the called destination to be able to perform
a attended call transfer via *2 to another extension of the PBX.
But asterisk doesn't seem to
2005 Jan 17
1
transfers with zap channel
Ok, I've seen discussion before on doing transfers (attended and unattended), there seems to be much confusion over it.
As things sit, I've been trying (unsuccessfully) to do transfers with a zap channel (analog phone attached to TDM400). I have no idea what I'm missing. My current understanding is that I need to have transfer=yes in zapata.conf, do a flash hook, dial the 2nd
2006 May 01
3
auto-dail for ZAP channel, the application gets executed before the call attended
Hi All
when I try to use auto-dial to connect to
outside phone , my applications get executed before
the caller attend the calls , this happens only when I
call outside no , ie when I use
Channel: ZAP/1/0507451111 in my sample.call file , if
I use Channel:SIP/326 , it works fine
my ?sample.call? file contains
Channel: ZAP/1/0507451111
Callerid: Asterisk
MaxRetries: 2
RetryTime: 10
2007 Mar 19
3
Cepstral and numbers
Does anyone have any idea on how to force cepstral to convert a number
to speech ?
I have noticed that sometimes it speaks the number correctly, and at
others it doesn't.
1) 787 is pronounced 7-8-7
2) 123 is pronounced one-hundred and twenty-three.
1) is wrong for what i need, 2) is perfect.
Is there anyway of forcing numbers to be pronounced as 2) ?
I've tried looking at the ssml
2005 Nov 08
3
Agent Call Recording
When recording inbound agent calls, if the queues use agent members
(Agent/6000), we can get the calls recorded as agent-xxxx.yyyy.zzzz.gsm
where xxxx is the agent number. However, if the queues use phone members
(SIP/6000), the recorded filename is simply yyyy.zzzz.gsm. Is there any
way of making the recorded file either agent-xxxx or even sip-xxxx where
xxxx is the extension number.
I had