Displaying 20 results from an estimated 3000 matches similar to: "digits won't play"
2004 Jul 15
1
Call Queues help
I've got the call cuing all setup and working, but im trying to get the 
Callswaiting,you are caller #, etc, and its not working.
I have the following inthere as stated:
queue-youarenext = "queue-youarenext" ("You are now first in line.") 
queue-thereare = "queue-thereare" ("There are") 
queue-callswaiting = "queue-callswaiting" ("calls
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
2004 Sep 10
1
Can't get ChanSpy to work
Hello All,
I downloaded the ChanSpy patch from Mantis and updated to the latest
asterisk source from cvs.  Everything seems to have installed fine and
everything works as it had before, but I can't get ChanSpy to work.
I added a line to extensions, as a test:
exten => *53,1,ChanSpy(scan)
When I dial this extension from a SIP phone, and then make a call (which I
am trying to monitor) from
2006 May 26
3
using a billing system
Hello to all,
Im trying to use DeadAGI to implement billing with Asterisk2Billing.
Before the billing, I had something like:
exten => _2XXXXXXXX,1,Dial(SIP/${EXTEN}@voiprovider)
Now, with Asterisk2Billing would be something like this?
exten => _2XXXXXXXX,1,Answer
exten => _2XXXXXXXX,2,Wait,2
exten => _2XXXXXXXX,3,DeadAGI,a2billing.php
exten => _2XXXXXXXX,4,Wait,2
exten =>
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): 
2004 Jun 11
3
Background Playback fails
Hi Guys.
 
I've had a lay off from Asterisk for 12 months but I am starting to look
into it again. I am not very Linux savvy and found it hard going the
last time. I've started playing with it in the last 3 weeks and I have
to admit to making more head way this time.
 
The first problem I'm stuck on and I cant find a solution to is that
sound files that I have recorded (be it by
2004 Jan 23
0
Troubles with the System Attendent Patch.
Dear all,
I have spent some time tying to get the system attendant patch to work;
http://bugs.digium.com/bug_view_page.php?bug_id=0000214
I get no errors patching the system and the function runs, but I keep
getting the following error;
queue: Nexus1, options: (null), url: (null), announce: (null), timeout: 0
    -- Started music on hold, class 'default', on SIP/phone10-a3f0
    --
2005 Jan 29
3
How to use ASTCC with SIP ??
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 5870 bytes
Desc: image002.jpg
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050129/e53b0567/attachment.jpeg
2005 Jan 13
0
Xfering a call
> Well that didn't work....I now get this error
>
>
> Jan 12 16:56:21 NOTICE[4989]: app_dial.c:746 dial_exec: Unable to 
> create
> channel of type 'SIP'
>   == Everyone is busy/congested at this time
>     -- Executing VoiceMail("IAX2/iaxfwd@65.39.205.121:4569/5", "b") in 
> new
> stackJan 12 16:56:21 WARNING[4989]:
2004 Feb 03
0
upgrade problems
I upgraded to 0.7.1 from a cvs version from a few weeks before 0.7.1 was 
relesed.
now I am having troubles with my dialing plan and voice mail.
As part of the upgrade I re-built the machine so there was a blank slate 
however after installing 0.7.1 I had no mail box creation script and 
could not figure out how to go about creating a mailbox, any suggestions 
would be usefull.
I have looked at
2003 May 27
13
SayDigits
Any chance of say digits being extended to recognise "*" & "# " ??
Heck these are digits on a normal keypad :-)
Gary
.
2005 Aug 17
5
1-800 number
Hi!
I'm searching for a 1-800 number that simply plays music for a long time 
(>3mins) and no one picks up. I've bothered the AT&T lines so far when trying 
out my SIP->PSTN connection but then always someone answered :-)
Anyone have a number?
Christoph
2009 Dec 13
1
Unable to open file...
Hi List.
Don't know if I already posted about this problem but, if I have I apologize for the double post.
I am trying to test a time of day extension dialing 80, all I'm trying to test is if is morning I would like asterisk to say "Good Morning" but, when I run the test I get the following error message saying that the file doesn't exist and it does:
Night..............
 
2009 Nov 26
1
Unable to open sound file error
Hello.
I have a question regarind sound files in asterisk 1.6. I have a sound package in ulaw format and I would like to know if I have a sip extension with allow=alaw would asterisk convert that file to the codec the user is allowed to?
I am having a problem playing a file that exist in /var/lib/asterisk/sounds/es/good.ulaw
but asterisk is telling me it doesn't. Here's what I get when
2015 Feb 17
4
Callfile problem - Unable to find codec translation path from (nothing)
Hi,
I copied a setup from an older 1.8.5 installation to an 11.15 installation, and I'm having problems getting call files to work.  Here is the extension setup I'm using:
[outbound-swift]
exten => _[a-zA-Z].,1,Answer
exten => _[a-zA-Z].,n,Playback(AAA/check_ip_failure)
;exten => _[a-zA-Z].,1,Swift("${EXTEN}")
exten => _[a-zA-Z].,n,Goto(1)
[mis-phone]
exten =>
2007 Apr 03
3
Adding DND to dialplan
Hello -
I've read Asterisk should be able to activate a do not disturb feature
to turn off the ringers on extensions. I checked the wiki and can't
find documentation for how to do it.
Here's my attempt, added to extensions.conf:
[dnd-on]
exten => _#78,1,Answer
exten => _#78,n,Wait(1)
exten => _#78,n,Macro(user-callerid,)
exten =>
2009 Aug 14
1
i have a error in ivr
i call to my tollfree number buy my CLI send the next error:
Aug 14 08:15:22 WARNING[25931]: format_wav.c:169 check_header: Unexpected
freqency 22050
Aug 14 08:15:22 WARNING[25931]: file.c:441 ast_filehelper: Unable to open
file on /var/lib/asterisk/sounds/procall3.wav
Aug 14 08:15:22 WARNING[25931]: file.c:828 ast_streamfile: Unable to open
procall3 (format ulaw): No such file or directory
Aug
2005 Aug 30
2
unresolved symbol when loading ztdummy
Hi!
When I try to load the ztdummy driver via "insmod ztdummy", I get the 
following errors:
/lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_unregister
/lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_transmit
/lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_receive
/lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_register
I'm using zaptel-1.0.8 and
2009 Apr 26
1
file.c:655 ast_openstream_full: File /tmp/winkel-gesloten.alaw does not exist in any format
part of extensions.conf:
exten => 11,1,Answer()
exten => 11,n,NoOp(CallerID : ${CALLERID(all)})
exten => 11,n,Playback(/tmp/welkom-tcs.alaw)
exten => 11,n,GoToIfTime(09:00-17:59|mon-fri|*|*?open,s,1)
; wordt doorgerouteerd naar context open, maar indien gesloten :
exten => 11,n,NoOp(Oproep tijdens winkel gesloten)
exten => 11,n,Playback(/tmp/winkel-gesloten.alaw)
exten =>
2003 Apr 03
5
MP3player problem
Skipped content of type multipart/related-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2892 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20030403/46e84bf5/smime.bin