Displaying 20 results from an estimated 1000 matches similar to: "New user questions"
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
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
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
2004 Jul 02
0
Problem locating stream files
Hi *,
I have set up a very simple asterisk configuration where I intend to be redirected to the
voicemail whenever I dial 100 with my kphone SIP client. The problem is that asterisk can not find
the stream 'vm-theperson'. I have made a non-standard installation (since I am just testing), and
that file is located in /mnt/tr2/fake_root/installed/usr/local/var/lib/asterisk/sounds.
1. How
2003 May 26
0
SIP phone choice?
Hi All.
I'm looking for not expensive SIP phone. Can you propose something, which 100%
working with Asterisk?
Have somebody expiriense with Grandstream BudgeTone-100 series SIP Phones?
Share one's impressions with me.
Thank you for attention.
--
Yagdzhyyev Vladislav
Dnepropetrovsk, Ukraine
2003 Jul 03
1
res parking patch
Ok, a little patch that adds a little functionality to call parking.
With that, you can pickup the older parked call, if many are in the
parking lot. The default exten to do that is 750, but can be changed
by setting "parkpick => exten" on parking.conf , like
[general]
parkext => 800 ; What ext. to dial to park
parkpos => 801-820 ; What extensions to
2004 Jul 19
6
Problem Starting RC1
Hello,
I was running a very simple test setup with * HEAD 7/15/2004 on Fedora
Core 2 and things were working fine. Today I upgraded to RC1 and my
asterisk service will no longer start. I downloaded the tarball,
extracted, ran 'make', ran 'service asterisk stop', ran 'make install',
removed all files in /etc/asterisk, ran 'make samples' and then ran
'service
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
2003 Sep 22
1
Can't get simple config working!
Hi all.
I'm trying to get a simple configuration working so I can later expand it to
something more interesting.
I'm using kphone to call an extension on the * server. When I try to connect,
I get this error:
DEBUG[81926]: File chan_sip.c, Line 3562 (check_user): Setting NAT on RTP to 0
DEBUG[81926]: File chan_sip.c, Line 527 (__sip_ack): Stopping retransmission
on
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
2003 Sep 17
1
core dump back trace of chan_oh323
hi michael,
here are the core dumps.
only kphone works when 0.5.5 and * cvs.
audiocodes and msn messenger all cause seg faults
when calling ccm thru * (or vice-versa)
~kelvin
[chan_oh323.so] => (OpenH323 Channel Driver)
== Parsing '/etc/asterisk/rtp.conf': Found
== Parsing '/etc/asterisk/oh323.conf': Found
0:00.004 OpenH323 Wrapper OpenH323 Wrapper
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
2003 Mar 09
16
Call Parking
Anyone having trouble parking calls? I haven't tried it in a while,
but it seems to have stopped working. If I dial 700, I get a invalid
extension. I have "include => parkedcalls" in the correct context, and
I can dial 701, which tells me no call is parked there.
Any ideas? Parking.conf is stock.
2004 Apr 27
2
Getting started woes and an archive question
Hi All,
I am a newbie and having some trouble getting Asterisk to work.
I have checked out zapata zaptel libpri and asterisk (both v1-0_stable
and regular--in separate directories). All built according to the
documentation I have found and installed correctly.
I have modified/created zaptel.conf zapata.conf as attached.
I get the following messages/error during asterisk startup.
==
2004 Jun 23
1
capi.so problem on startup
Hi,
I'm new to asterisk and try to get it work with capi.so. When I try to
start asterisk with "asterisk -vvvvc" I get the following errors. I
couldn't find any hint on the net what may be wrong in my configs.
Has anybody got a hint?
Here is the error output:
[capi.so] => (Common ISDN API for Asterisk)
== Parsing '/etc/asterisk/capi.conf': Found
Jun 23
2003 Aug 27
1
sample configs / load module failure
Hi List,
I am trying to locate some detailed documentation and sample configs. I
downloaded and compiled Asterisk, and I haven't been able to find much
detailed docs on the config files. The distribution I compiled and installed
doesn't have any config files, and the handbook is good but doesn't cover
all of the configs.
Here's my specific problem, when launching Asterisk for the
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
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
2004 Feb 02
2
compile error (still having problems)
Hey guys!
I'm still having problems trying to get Asterisk compiled but when compiling
res_crypto.c, I get this error:
NSSL_NO_KRB5 -fPIC -c -o res_parking.o res_parking.c
gcc -shared -Xlinker -x -o res_parking.so res_parking.o
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE
-O6 -march=i686
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 =>