Displaying 20 results from an estimated 300 matches similar to: "Hangup cause 111 after call pickup"
2018 Oct 04
3
Spontaneous reboot due to MySQL lookups ?
Hello
using Asterisk 1.8.32.
I notice that there is a spontaneous reboot of the Asterisk system from
time to time.
When I look in the logs (verbose file) I noticed that every time this
occurs it's at a moment that there is a MySQL action, be it a lookup or
an insert/update/delete.
I must say I do have some MySQL queries that occur in my dialplan when a
call comes in, to look up
2018 Oct 04
4
Spontaneous reboot due to MySQL lookups ?
Hello
thank you for your answer.
If I read your (and others) reaction correctly I can conclude that this
is an Asterisk problem and not a problem of MySQL or dialplan logic ?
You should know that the MySQL database is heavily questioned :
mysql> show status like '%onn%';
+--------------------------+--------+
| Variable_name | Value |
2013 Jun 11
1
Why does it take several seconds to interpret DTMF-input ?
Hello,
I notice that it takes 4 to 6 seconds between someone pressing a cipher
and Asterisk continuing inside the dialplan. How come ???
Taken from verbose logfile :
(attempt 1)
[Jun 11 15:29:25] DTMF[18549] channel.c: DTMF begin '1' received on
SIP/SipAgenT01-00001eb0
[Jun 11 15:29:25] DTMF[18549] channel.c: DTMF begin ignored '1' on
SIP/SipAgenT01-00001eb0
[Jun 11 15:29:25]
2010 Jun 15
4
Unable to pickup an extension, tryi
Hi!
> How to do this ??
> To proceed with your answer on PICKUPMARK, where do I put this ???
Look at the example for Asterisk 1.4 on this page:
http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup
Philipp
2007 Feb 15
0
directed call pickup with PICKUPMARK
Hi!
i have a problem with the PICKUPMARK of the Pickup() application.
E.g. A calls B. B is ringing. C wants to pickup B.
To make this work with PICKUPMARK I have to add the variable PICKUPMARK
to B. But how can I do this? B is just created inside the Dial()
application.
thanks
klaus
PS: If you wonder why I use the PICKUPMARK - Pickup(exten) does not work
for me as the incoming calls will
2011 Jul 22
1
Pickup(${EXTEN:2}); not works from outside
Hi!
I'm using ael language and I need to pick up a call from outside to an internal number.
for example:
i'm 120
the phone 100 rings, it's a call from outside.
now I pick up the call with: *8100
and I would expect to answer the call but the response is Declined
the Puckup code is below:
_*8X! => {
Pickup(${EXTEN:2});
Hangup();
}
the problem is if an another number ( 130) calls
2010 Jun 14
4
Unable to pickup an extension, trying everything
Hello list,
I try to pick up a ringing extension but nothing works.
To be clear, I'm trying to pick up extension 10.
[Jun 14 17:37:34] -- Executing [**10 at from-TESTCORP:4]
Pickup("SIP/testcorp3-00000041", "10 at 123456") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for 10.
[Jun 14 17:37:34] --
2007 Sep 19
0
Howto pickup call from queue?
Hi all,
how can I pickup a call from a queue? Which context parameter do I
have to specify? The context that calls the queues application is
ext-queues. This is what I tried so long (777 is the extension of the
queue I want to pickup from):
exten => _**ZXX,1,Noop(Attempt to Pickup ${EXTEN:2} by ${CALLERID(num)})
exten => _**ZXX,n,Pickup(${EXTEN:2}@from-did-direct)
exten =>
2003 Nov 18
2
Problems installing lattice
Dear all,
I am not able to install the lattice package. After finishing the
installation, I got the following error massage:
-------------------snip---------------------------
Delete downloaded files (y/N)? y
Warning message:
argument `lib' is missing: using /usr/local/lib/R/site-library in:
install.packages("lattice")
> library(lattice)
Error in loadNamespace(i, c(lib.loc,
2010 Feb 13
2
Call Pickup with 1.6.2.1 and Snom
Hi,
I've used various patches with asterisk 1.4 to have support for call
pickup and notification with good results.
Now I'm trying vanilla 1.6.2 with its official support for "dialog-info
+xml" notifications with no success. This is what i'm doing:
- Phone A has a key configured as type "extension" pointing to Phone B.
- In sip.conf I added
2012 Dec 08
2
Queue joinempty, even after AddQueueMember
Hello,
I add a member to a queue with AddQueueMember, but the Queue still
indicates "joinempty" :
Add member to queue :
/-- Executing [queueadd at sub-GetParams:2]
AddQueueMember("SIP/sip17-00005c1e", "myqueue11,member3") in new stack
-- Executing [queueadd at sub-GetParams:3] NoOp("SIP/sip17-00005c1e",
"AQMSTATUS = ADDED") in new stack/
...
2012 Jun 04
3
HP DL360 G5 better than HP DL360 G7 ?
Any tips on solving the following performance conundrum:
Asterisk 1.8.12.2 running on HP DL360 G5 and G7s
tcpdump running to capture UDP 5060/SIP signaling to .pcap files
All calls are ultimately B2BUA client -> asterisk -> PSTN
Media stays on Asterisk at all times
AGI script has exit handler that connects and updates an external
database upon BYE from either side.
I know that if exit
2008 Nov 12
3
Grandstream and pickup
Man, I really feel stupid, but after banging my head on a brick wall for
several hours ... I need help!
I've gotten the BLF to work on my shiny new GXP2010. The GXP is exten
5707, and I've got an xlite on 5608.
When I make a call from an outside line, I dial SIP/5608. The little
blinky light on the GXP that's monitoring 5608 goes, well, "blink
blink". :) I then press
2009 Mar 06
5
work around the 64 pickupgroups limit
Hi!
What are the typical ways to work around the 64 groups limit?
thanks
klaus
2010 Mar 12
1
1.2 to 1.6 and bristuff
Hi,
I am just moving from Asterisk 1.2+bristuff up to 1.6.2, a huge leap
:) I was wondering if someone could point me at 3 things that I appear
to have "lost"?
1) ZapEC(off) - Is there an equivalent dialplan command to request no
EC on a channel before dialling in DAHDI?
2) rxfax(file.tiff) - I have found ReceiveFax(), but I am aware that
much has happened in the faxing stakes
2014 Nov 04
1
queue log realtime mysql
Hello,
I have 5 Asterisk servers all using mysql realtime to store queue log
information.
There is 1 out of 5 servers which stores the data in 4 columns : 'data1'
--> 'data 5'.
All other servers store data in 1 column 'data' with the data seperated
by pipe.
I see no difference in my configuration of extconfig.conf and
logger.conf. Maybe a hidden default value ?
2011 Apr 12
0
No subject
Polycom Phones (updated for 3.2.X firmware with asterisk 1.6.1 Jan/2010) With
SIP 3.2.X firmware (available on the Polycom download site) and Asterisk
1.6.1, Polycom phones now support a full featured BLF showing statuses of
Ringing, Inuse and Online and one touch directed call pickup.
On the asterisk side all that needs to be done is to add a hint to the
extension and enable directed pickup.
2008 Jun 19
5
Grandstream Busy Light Fields
Hello !
I am having troubles setting up Busy Light Fields (BLF) in asterisk 1.4.18
The things work up to 80%, I can transfer the call by BLF button and I can
see the green (free) status and red (busy) status.
What I cannot do is to accept the call when someone rings a remote
extension. The BLF button starts to blink in red telling me that the call is
ringing on remote extenson, but if I press it,
2007 Jun 20
3
Single ringer phone for incoming calls, that anyone can answer
Hi list,
Does anyone have any advice on the following:
Incoming calls to our office come in on a SIP trunk. Since all our
offices/desks are in close proximity, we would like just a single
phone to ring when a call comes in instead of ringing every person's
phone.
Currently we've got this working by having all the phones in a
callgroup/pickupgroup and incoming calls ring the
2004 Jul 02
1
rsync and socket files on HP-UX
Hello,
i tried to pull files from a linux server to a hp-ux server via
rsync -avz -e /usr/bin/ssh root@bsl61u:/tmp /danzas1/dump/testle.
It failed for the socket fails.
receiving file list ...
server_sender starting pid=20793
[sender] make_file(daemon,*,2)
[sender] expand file_list to 131072 bytes, did move
recv_file_name(daemon)
received 1 names
done
recv_file_list done
get_local_name