similar to: file.c:1160 ast_writefile: Unable to open file /var/spool/asterisk/monitor/11Feb2014/_11-Feb-2014-17-44-01.wav: No such file or directory

Displaying 20 results from an estimated 120 matches similar to: "file.c:1160 ast_writefile: Unable to open file /var/spool/asterisk/monitor/11Feb2014/_11-Feb-2014-17-44-01.wav: No such file or directory"

2014 Jan 13
0
How to get ringing sound in outbound call in asterisk
I have two server Server_A(outbound call) for agent login and agent make a outbound call from here and pass into server Server_B call extension.conf exten => _91XX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _91XX.,n,Dial(SIP/${EXTEN}@192.168.53.197,,tToR) exten => _91XX.,n,hangup() Server_B[192.168.53.197] for call forwarding extension.conf exten =>
2014 Mar 21
1
ast_writefile: No such format 'h261', yet h261 is the only video format that works.
Built asterisk 11.8.1 on a Debian VPS. Testing using ekiga. If h261 is checked in ekiga's video format list I have video, and mouse over the video window shows it to be using h261. But then I get the following lines a dozen or more times in the CLI: [Mar 21 16:25:32] WARNING[31818][C-00000010]: file.c:1241 ast_writefile: No such format 'h261' The problem is that I can't seem to
2014 Sep 11
3
if statement recording - after hours
In my dial plan I have these two lines: exten => _NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten => _NXXXXXX,n,MixMonitor(${recordfilename},b) How to add "if" statement to execute these line only after let say 5pm. To record conversation only after 5pm. -- Joseph
2014 Sep 18
1
conversation record prematurely
I have following line in a context: ... exten => _587NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten => _587NXXXXXX,n,MixMonitor(${recordfilename},b) ... It records the conversation but it ends prematurely, after 10min. Why? Where is the setting to records until a user hangup the handset. -- Joseph
2014 Sep 18
1
Record call ends in 10min
In my context I have: exten => _NXXXXXX,1,Set(CHANNEL(musicclass)=default) exten => _NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten => _NXXXXXX,n,MixMonitor(${recordfilename},b) but the recorded conversation ended in 10min so it = 600sec I was looking in asterisk configuration file for "600" pertaining recording but
2005 Jan 30
1
Monitor calls timeout
Hi all, We're in a transition between OldPhoneSystem and Asterisk. One of the things that's needed to be done right now with OldPhoneSystem is the ability to record calls. I thought "Asterisk can record calls", so I set about to make it happen. And it does, sort of. I made a .call file that rings the exension that I want to have recorded, and barges into the conversation, using
2009 Jun 13
4
[LLVMdev] ML types in LLVM
Good afternoon! I'm trying to write an LLVM codegen for a Standard ML compiler (MLton). So far things seem to match up quite nicely, but I have hit two sticking points. I'm hoping LLVM experts might know how to handle these two cases better. 1: In ML we have some types that are actually one of several possible types. Expressed in C this might be thought of as a union. The codegen only
2007 Oct 31
1
segfault - asterisk crash and restart
Hi all, Recently, I have upgraded the asterisk as following. asterisk-1.4.13 asterisk-addon-1.4.4 libpri-1.4.1 zaptel-1.4.5.1 Usage of the server: inbound and outbound call, queue, mixmonitor, meetme, moh After upgrade, the server get segfault randomly and asterisk crash and restart itself. I got 2 core dumps of the segfault. Based on the core dump, we can't figure out the root cause to
2007 Jun 26
1
call fail from audiocode to sip trunk
Dear ALL I have audiocode MP -124 with configure in asterisk Endpoint configuration means every analog phone register in asterisk now thing is that i have one more SIP trunk with mediant 2000 [auodiocode-mp-124]-----[ * ]------[mediant 2000]-----E1 When i call from audiocode MP -124 phone i got this error -- Executing Dial("SIP/20-0889c4d8", "SIP/mediant/1")
2008 Oct 09
2
Menu for call forwarding or voicemail
I would like to create a simple menu that would allow a caller to decide whether they want to leave a message or be forwarded to another number (i.e cell phone). Thanks in advance for any insight. Here's my current extension.conf [general] static=yes writeprotect=yes [globals] [default] exten => 101,1,Dial(SIP/101,20) exten => 101,n,Voicemail(101 at default) ;This automatically
2005 Feb 16
2
Monitor does not like variable subsitutions
Hello, I have been attempting to get the Monitor function to accept a loal variable substitution in order to use the same filename later in the same context. Monitor does not appear to like it, as it attempts to use wav|filename as the recording type, as opposed to just wav. Here is what I get if I just supply a filename directly (it works fine): --context----------------------------- exten
2009 Apr 23
3
Record in mp3
Somebody knows if I can save files in mp3 with the Record command on Asterisk? I try to recompile sox to suport mp3 but Asterisk return the folowing message when I use the Record command: - Executing [*40 at liberado15:15] Record("SIP/1201-083453c8", "/var/spool/asterisk/alarme/alarme-1201-200905121212:mp3") in new stack ??? -- <SIP/1201-083453c8> Playing 'beep'
2008 Dec 26
3
Problem: no such extension 'xx' in context 'default'
Hi Guys, I am not so familiar with asterisk and hope to get help here. I am having now some stupid errors. My goal for the first, is to create a simple pbx with different context. As long as I use only the contex 'default' everything seems to work perfect. Now I tried to add another context i.e 'internal' and the asterisk is complaining for not finding the required extension in
2005 Mar 24
1
Error cannot record voicemail
I tried to share my spool directory so I could get monitored calls, and now this error comes up when I try to leave a message in any of my voicemail boxes. Mar 24 12:48:35 WARNING[344081]: app_voicemail.c:1488 leave_voicemail: Error opening text file for o utput -- Recording the message Mar 24 12:48:35 WARNING[344081]: file.c:906 ast_writefile: Unable to open file /var/spool/asterisk/v
2005 Jul 30
1
Record() permission problem
Hi All... I'm trying to use the record() app and it complains that it can't open it's file because permission was denied. I'm running the released Asterisk on Debian Linux. The target directory is workd writable. Here is the relevant part of the dialplan: exten => 1,1,Playback(leave-message) exten => 1,2, Record(/var/local/whois-messages/whois-${contactid}:wav|6|120)
2007 Apr 17
2
Voicemail files permission
I'm using asterisk 1.2.14 When asterisk stores voicemail messages in /var/spool/asterisk/voicemail/default/EXTENSION/INBOX files are created with: -rwx------ 1 asterisk web-aster 6690 Apr 17 16:08 msg0002.WAV -rwx------ 1 asterisk web-aster 6732 Apr 17 16:08 msg0002.gsm -rw------- 1 asterisk web-aster 274 Apr 17 16:08 msg0002.txt -rwx------ 1 asterisk web-aster 65324 Apr 17 16:08
2004 Jun 28
2
AGI->Exec Problem
Hello, I am having some trouble with the Asterisk::AGI perl library. It seems that the AGI->Exec() command is causing me a problem. Here's the line in my AGI code: $AGI->exec('Record',"$vmfile:wav, 30"); I'm trying to record voicemail to the file name stored in $vmfile with a silence timeout of 30. However, this is not being parse by AGI or Asterisk correctly,
2010 Dec 22
1
Simplifying dial-plan
Is there a way to include: _NXXNXXXXXX _NXXXXXX _011. _911 into my current plan:
2008 Oct 19
6
adding a second extension
I'm trying to add a second extension to my setup. The second device is able to successfully connect to the Asterisk server. I am unable to contact extension 101 from 102 and vise-versa. Also are my context setup logically or is there a better fashion to organize them? My error is at the bottom. Here is the extension.conf [default] ; ; By default we include the demo. In a production system,
2009 Feb 26
2
Problems with Outbound Calls
Hi everyone! I'm quite a newbie at this Asterisk stuff so please bear with me. We've recently decided to start training in Asterisk via AsteriskNow! Asterisk version is 1.4.18.1 through AsteriskNow! 1.02 The box we have is paired with a Digium TE110P and we've managed to get it to the point where incoming calls via a single DID (from NTT Japan) can be received and answered