Displaying 20 results from an estimated 2000 matches similar to: "upgrade problems"
2006 Oct 16
0
Weird problem with beep.wav!
This is really doing my head in!
For some reason, my asterisk box can't playback beep.wav.
I have this extension defined in my internal context:
'10001' => 1. Answer() [pbx_config]
2. Wait(2) [pbx_config]
3. Record(/tmp/asterisk/10001:gsm) [pbx_config]
2003 Jun 13
1
strace shows that files are not accessed
strace on file access in asterisk shows that * is not even attempting to
access the voice files.
If I *manually* load app_playback.so, app_macro.so, and then
pbx_config.so, I they will load and I get a dialplan. Ok, that's a
problem -- autoconf is clearly not working, or there's some other
related issue.
So I try to use the demo and do "dial 500". This should connect and
2003 Jun 19
1
Unable to find a path
Hi!
I just installed Asterisk 0.4.0 with all the default options, and the
configuration samples it has. When I try to dial from an h323 client
(gnomemeeting) I get this message on the messages file:
Jun 19 11:48:45 WARNING[15375]: File file.c, Line 410 (ast_openstream):
File demo-congrats does not exist in any format
Jun 19 11:48:45 WARNING[15375]: File file.c, Line 553 (ast_streamfile):
2007 Oct 15
2
Voicemail issues in 1.4.11
Asterisk isn't playing my voicemail greetings even though they are defined. Below are the relevant configs(from show dialplan) as well as the level 3 verbose messages asterisk is giving. Also a listing of the directory.
Asterisk just plays the "The person at extension..." message, not the greetings I have recorded.
Thanks
--
asterisk*CLI> show dialplan macro-stdexten
[
2015 Oct 17
3
Help with voicemail
Hi list!
My problem: I have three extensions in my Asterisk 1.8.30.0 and they have a
voicemail.
On two of these numbers the voicemail works without any problem, on the other
it doesn't...
I get this error:
[Oct 17 17:01:29] WARNING[14700]: channel.c:5254 set_format: Unable to find a codec translation path from 0x100 (g729) to 0x2 (gsm)
[Oct 17 17:01:29] WARNING[14700]: file.c:957
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
2004 Apr 08
3
Re: : External access to voicemail
Hello steve. Here is a patch I wrote for app_voicemail.c which does
exactly as you describe. When the outgoing message is playing, if the
listener hits the "*" key, they're prompted for a mailbox and password,
whereupon they can check their voicemail as if they were using the internal
phone. I found no other way of doing this.
If you patch your app_voicemail.c, I have V1.44 from
2005 Oct 11
1
migrated to new ver on voip connection vs1 server voicemail problems
I migrated to a new version of the voip connection vs1 server software
and I am now getting these errors when I try to call my voicemail. Any
thoughts? The files are there, so I don't get it.
Oct 11 19:57:26 WARNING[6587]: format_wav.c:140 check_header: Not a wav
file 49
Oct 11 19:57:26 WARNING[6587]: file.c:418 ast_filehelper: Unable to open
fd on
2004 Jan 07
0
Frazzled newbie questions
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there,
I'm now the proud owner of an X100P and am struggling to set up a CVS-compiled
Asterisk to do my bidding. I checked zaptel/zapata/asterisk out today and
pretty much did a straight make install on all packages.
So far the only consistent trick I can make it perform is calling from one SIP
phone to another. Could I get a bit of
2007 Jan 11
1
Read Voicmail Boxes
Does anybody know how to make something that will go through the voice
mail boxes and read the phone extentions associated with them. For
example person calls in IVR answers and says to hear company listing
push 9. An app then scans all the voicmail boxes and goes through one
by one for User1 dial 101 for User2 dial 102 until no more mailboxes
are found. Does anybody have something that will do
2009 Apr 19
3
asterisk-1.6.0.9-x86_64: voicemail: Segmentation fault (core dumped)
Hello,
Information:
gcc -v: gcc version 4.3.3 (Debian 4.3.3-3)
os: Debian/Testing
Pulled latest release from asterisk site, compiled, installed it.
I have a barebones configuration:
$ ls -l asterisk
extensions.conf
modules.conf
sip.conf
users.conf
voicemail.conf
You can see them here:
http://home.comcast.net/~jpiszcz/20090418/extensions.conf
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
2007 Jun 25
2
two channels, each dropping into the same context, different behavior.
So, incoming calls on zap work just as I expect them - an intro is played, the
caller hits 1 for sale 2 for support or dials an extension. I'm using the
privacy option for all extensions. When calls come in from zap, they caller
is played the priv-recordintro recording, they say their name, and everything
happens normally from there on out. However, when the call comes in from sip
and
2007 May 17
2
Blacklist
Hello All,
I was wondering where does Asterisk stores the blacklist numbers?
I looked into the dialplan and it shows that it
*"Set(DB(blacklist/${blacknr})=1)"* the number... Does it save in MySQL DB?
hyperion*CLI> show dialplan app-blacklist-add
[ Context 'app-blacklist-add' created by 'pbx_config' ]
'1' => 1.
2004 Aug 03
0
ZyXEL 2000w In Call Menu/Hold configs
Hi Everyone,
After a fair amount of faffing ive managed to get the 2000w working with
asterisk for IP -> PSTN calls (i.e. get the phone to make and receive calls
over our BT line). The final solution is to set up outgoing VoIP calls but
I now know that without a SIP aware router I can think again! (damn you
iptables!)
In the mean time I'm trying to figure out why I can't get the
2005 Mar 21
2
Ext matching problems
Hello everyone...
I'm trying to get up a testing pbx installation. Following instructions
of what've read from the handbook and from asterisk's wiki, I wrote the
dial plan as follows:
[general]
;
;
static = yes
;[globals]
;
[default]
;
exten => 0,1,Answer()
exten => 0,2,Playback(fcopba1)
exten => 0,3,Hangup()
exten => *0,1,Answer()
exten => *0,2,Record(fcopba1:gsm)
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 Mar 29
1
How does * process the extensions??
Hi,
How does * read and process the extension.conf file??
The reason I ask is that I think it probably has a very large impact on how the calls are routed and processed by the system especially when it comes to least cost routing..
Let me explain...with an example..
I am using the * Devkit to get to grips with the system, so I have and X100P (Zap/1) and and S100U (Zap/2)..
Below is my
2009 Jun 14
0
DNS queries based on channel name?
What are these dns queries for? I'd like to disable them but I cant
find any obvious reference to them in the asterisk source.
I'm running Asterisk 1.4.21.2
I call voicemail and immediately hang up:
I called from a sip client called line1, but I have no idea where
08c5b9e0 is coming from...
14-Jun-2009 12:37:07.926 queries: info: client 127.0.0.1#41105: query:
2008 Jun 25
1
included context not being prioritized properly
I have an "outbound-ld" context as follows:
[ Context 'outbound-ld' created by 'pbx_config' ]
'_1NXXNXXXXXX' => 1. Macro(enumdial|${EXTEN}) [pbx_config]
102. Wait(1) [pbx_config]
103. Set(LINE=${IF($[${LINE}=pots]?link2voip:${LINE})}) [pbx_config]