Displaying 20 results from an estimated 1000 matches similar to: "Asterisk 1.2.37 + BLF + ParkedCalls + SPA962"
2006 Oct 22
3
G.729 operating on outgoing only
Greetings list,
I have an older Dell Poweredge server running Asterisk 1.2.13. I have
installed 5 licenses for G.729 from Digium. I have 5 SIP trunks through
a US provider. When my system makes outgoing calls, they go out as
G.729. However, when an incoming call comes in, my server does not
indicate to the provider's server that G.729 is an option, so the remote
server sends the call
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Ah no, I'm asking what code I put inside of parkedcalls?
This example works?
[ramais]
include => parkedcalls
[parkedcalls]
exten => 700,1,ParkedCall(701)
exten => 702,1,ParkedCall(702)
exten => 703,1,ParkedCall(703)
exten => 704,1,ParkedCall(704)
This exten works?
2016-02-03 17:27 GMT-02:00, Doug Lytle <support at drdos.info>:
>>>> On Feb 3, 2016, at
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Hi!
I tried to use Parking Calls
I use Asterisk 13, but I can't park any calls and it returns me
[Feb 3 16:56:11] WARNING[1693]: pbx.c:12543
ast_context_verify_includes: Context 'ramais' tries to include
nonexistent context 'parkedcalls'
What is the correct code for put in extensions.conf?
Can be this example below?
[parkedcalls]
exten => 700,1,ParkedCall(701)
exten
2007 Dec 12
2
Linksys SPA962 with SPA932 unexpected reboots
We are having an issue with the SPA962/932 combo where the phone and the sidecar will reboot unexpectedly ? could be onhook, could be on a call, doesn?t seem to matter. I read that certain early firmware revisions could cause this so I?m running what was a week ago the newest available (5.1.18). A call to Linksys support suggested that I ensure that the phones are using a recent firmware version
2006 Sep 14
4
WAIT FOR DIGIT not working
Hello all,
I have been trying to solve this problem for days, with no luck.
When I run an AGI script from my extensions.conf, it seems no matter what I do, the "WAIT FOR DIGIT" command will not work. The system just flies past it without waiting a single millisecond, and of course my script crashes because it doesn't have the input it needs. I have run 3 different versions of
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Humm, thanks for your reply
But whats is the code in parkedcalls context.
Please, can you give an example?
Thanks very much.
2016-02-03 17:15 GMT-02:00, Richard Mudgett <rmudgett at digium.com>:
> On Wed, Feb 3, 2016 at 1:05 PM, Vitor Mazuco <vitor.mazuco at gmail.com>
> wrote:
>
>> Hi!
>>
>> I tried to use Parking Calls
>>
>> I use Asterisk
2010 Aug 14
1
BLF/Call Pickup using SPA942, SPA962, SPA932
Hi all,
There are a lot of posts around the web about my question; unfortunately
I have not been able to get any of the solutions to work. I'm using
Asterisk 1.6.2.8 under CentOS 5.5. I'm trying to get call pickup working
for the secretaries that monitor their bosses' phones.
The BLF and the speed dial works great on the Linksys phones. Call
pickup is the problem.
My features.conf
2010 Sep 13
7
High volume BLF - Suggestions?
Hi,
We have a user who is putting large call volumes through Asterisk, and
wants to BLF monitor up to 90 extensions. We are struggling to find a
handset that can keep up with Asterisk :)
1) Is there a handset that will do this?
2) Is there a different (standard) way to send BLF and allow directed pickups?
2a) Or even a handset specific way?
Asterisk handles the BLF volume fine, even on quite
2008 Sep 11
5
BLF call pickup on Linksys SPA932
Greetings list,
We recently installed some Linksys SPA962 + SPA932 sidecars into a client's offices. The BLF functionality works fine, but call pickup using the BLF is something of an issue.
Following the advice on voip-info.org, I configured part of their dialplan as follows:
exten => _**2XX,1,Pickup(SIP/${EXTEN:2})
exten => _**2XX,n,Dial(SIP/${EXTEN:2},15,tw)
exten =>
2016 Feb 04
2
include => parkedcalls but nonexistent context 'parkedcalls'
Humm,
so this context parkedcalls is inside on features.conf?
2016-02-03 17:42 GMT-02:00, Doug Lytle <support at drdos.info>:
>>>> On Feb 3, 2016, at 2:32 PM, Vitor Mazuco vitor.mazuco at gmail.com wrote:
>
>>>> Ah no, I'm asking what code I put inside of parkedcalls?
>
> Nothing,
>
> The context parkedcalls is generated by features.conf, you just
2008 Mar 18
0
AEL2 Hint & Parking
I've been reading most of the day and can't seem to find a clear
definition of the syntax for parking lot hints in AEL2. I have tried
all of the following and they either do not light up the line button on
my Snom 300 or give syntax errors:
hint(park/701) 701 => {
ParkedCall(701);
}
hint(park:701) 701 => {
ParkedCall(701);
}
hint(park/701 at parkedcalls) 701 =>
2005 Jun 14
2
# no longer working
Hi list,
For months everything worked super here in our setup.
This week I implemented some new idea in our webbased
calendar system. I thought it would be nice to have an
option that tells asterisk you are not available for calls
during an appointment.
For this to work I could no longer use the ringgroup setup:
Dial(SIP/10&SIP/11&SIP/12,40,tr)
So I thought, why not use the Local channel
2003 Jul 07
1
Dial plan doesn't seem to save properly
When I first to the "add extension" the "show dialplan" has the lines that
say "SIP/" but after I do a "save dialplan" and a "stop gracfully" and
restart the lines with "SIP/" are gone.
************************
"Show dialplan" before:
************************
asterisk01*CLI>
[ Context 'default' created by
2003 Apr 18
1
New user questions
Hello All.
1. I'm at first install ASTERISK (debian sid), and try to to make call by
Kphone 3.1.
For all my attempt I find in logs:
Apr 18 16:05:17 NOTICE[81926]: File pbx.c, Line 999 (pbx_extension_helper):
Cannot find extension context 'default'
I check in extention.conf [default] section exist and has pattern which I send
(for example 's', '1234').
In CLI I try to
2004 May 18
1
VoiceMailMain dumps user back into my incoming context after leaving a message
I have a dial plan that includes a company phone directory as a main menu
option. If they just sit at the main menu, after 20 seconds, they are
transferred to the operator. If the user picks an extension from the
directory, they are transferred to the proper extension. If the called
number is not available, they are transferred into VoiceMailMain. They
leave a message, and hang up. The hang
2004 Jan 13
7
Parking extension not working
I have the standard parking.conf but extension 700 doesn't show up in my
dialplan.... Why? I can dial 701 which tells me that I don't have any
calls parked there. 700 just gives me invalid extension noise....
Should I have extension 700 defined elsewhere?
Thanks
parking.conf
[general]
parkext =a 700 ; What ext. to dial to park
parkpos => 701-705
2006 Jun 22
4
when I press "transfer" -> blind -> 700 . The user is not able to hear what extension the call was parked on
I am using Polycom 501s with asterisk 1.2.4.
When transfering to call parking wih "#1" -> 700 the user is able to hear asterisk tell him what extension the call was parked on. However, when I press "transfer" -> blind -> 700 . The user is not able to hear what extension the call was parked on. It seems like the polycom is hanging up before asterisk is able to
2003 Mar 07
4
ParkedCall and SIP.
I am having trouble getting park to work
with SIP, I have these config files:
/etc/asterisk/parking.conf
[general]
parkext => 8540
parkpos => 8541-8555
context => parkedcalls
parkingtime => 45
/etc/asterisk/extensions.conf
include => parkedcalls
include => default
[default]
exten => 3874,1,Dial(SIP/3874|20|tT)
Do I need something else somewhere?
Is anyone using park and
2013 Oct 14
1
parking - why doesn't this work?
I'm trying to implement parking with only one button to park and unpark a call.
Scenario:
Call is answered, I press the button (on a Cisco SPA504) to park the call, it comes to [from-office] context where the call is parked successfully (there is no parking lot number announcement though).
To unpark, I press the same button, it comes to [from-office] context, and the call is picked
2003 Jun 29
1
SIP only with no soundcard?
Skipped content of type multipart/alternative-------------- next part --------------
[root@LINUXVM root]# asterisk -vvvc
== Parsing '/etc/asterisk/asterisk.conf': Found
Asterisk 0.4.0, Copyright (C) 1999-2001 Linux Support Services, Inc.
Written by Mark Spencer <markster@linux-support.net>
=========================================================================
== Parsing