similar to: .call files in /var/spool/asterisk/outgoing

Displaying 20 results from an estimated 10000 matches similar to: ".call files in /var/spool/asterisk/outgoing"

2010 Mar 08
5
Dialplan behaviour
I have this [TRONCAL-SIP] exten=>225/91,1,Answer exten=>225/91,2,Echo exten=>225/91,3,Hangup exten=>225/92,1,Answer exten=>225/92,2,Playback(conf-invalid) exten=>225/92,3,Hangup When I make a call CLI> -- Recv IAM CIC=8 ANI=91 DNI=225 RNI= redirect=no/0 complete=1 Dont work If I add this rule exten=>225,1,Answer Works ok -------------- next part --------------
2006 May 24
1
Placing call files in/var/spool/asterisk/outgoing/ does not work
> you should mv the file (and in the same filesystem, so 'rename' is used) > You might want to chmod or even chown the file first as well. I wrote a little script that does all of this before the .call file is mv'd into the outgoing directory: cp /tmp/test3.call /tmp/test1.call chmod 666 /tmp/test1.call chgrp asterisk /tmp/test1.call chown asterisk /tmp/test1.call mv
2012 Aug 01
2
Problem with callfile and CDR
Good afternoon list. I am experiencing a problem with the CDR and callfiles. What is happening is this: When generating a call with a callfile, everything works perfectly, but the CDR is recorded in the table when they answer the call destination. The field disposition is being recorded correctly, but the duration field is marked with the ring time and billsec is marked with 0. This just happens
2009 Mar 16
3
T1 problem (call using a .call file)
I have a weird problem with call using my T1 card. I can make calls fine using my analog and IP phones, but when I try to initiate a call using a .call file, I get the following error -- Attempting call on DAHDI/g1/1XXXXXXXXXX for s at test:1 (Retry 1) -- Requested transfer capability: 0x00 - SPEECH -- PROGRESS with cause code 127 received it happens on certain numbers I dial, but if I
2011 Mar 03
6
[1.4] Forcing Asterisk/Zaptel to wait until callee answers?
Hello I need to write a script that will dial a list of customers and play a message. I couldn't find a way to tell Asterisk/Zaptel to wait until the callee has actually picked up the phone before proceeding with Playback(): ============ ;call made through Dial(): Doesn't proceed after off-hook/hangup [internal] exten => 8888,1,Dial(Zap/1/${IPPI}) exten => 8888,n,NoOp(We never
2011 Mar 04
5
Loudness of recorded wav-audio
Hello, I sent a wav-audio to Asterisk though SIP and ISDN channels and recorded it in wav-audio at the Asterisk server. I found the loudness level of the recorded audio was too high comparing with the orginal audio. How can I ajust it, so that there will be no amplifier used for recording. Thanks a lot. best regards Felix -------------- next part -------------- An HTML attachment was
2009 Mar 12
1
Outgoing call drops
Greetings Listers, I'm running 1.4.21.2 on SUSE 11.0 with and zaptel 1.4.12.1 on a TDM400P. Most of my calls work great, but occasionally we try to connect to a customer or vendor external conference call and the call will drop after 60-65 seconds unless I have an Answer before the Dial in the dialplan. Isn't this solution a hack and what would be a better one?
2011 Oct 18
1
nvfaxdetect in 10.0
Hi gang, We are moving our 1.4 asterisk with DAHDI over to 10.0 with SIP. Everything is going nicely except that I can't get NV_FAXDETECT to compile properly into 10.0. Because of this, I will have to have my receptionist manually transfer incoming faxes. Any suggestions? Thanks in Advance Danny Nicholas -------------- next part -------------- An HTML attachment
2012 Sep 12
3
kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message
I have a server with an asterisk ss7 link connected to a Siemens working well for over a year. A few days ago I started having problems with signaling. I found the following logs in / var / log / messages Sep 12 11:49:25 call3 kernel: [1018427.030959] dahdi: Master changed to TE2/0/2 Sep 12 11:49:25 call3 kernel: [1018427.120740] dahdi: Master changed to TE2/0/1 Sep 12 11:49:26 call3 kernel:
2012 Sep 26
6
SIP Retransmitting REGISTER message
Hi, I was trying to register a VoIP trunk in Asterisk , where its keep on sending Register message to the server, where I am not getting any response from server. But whereas if i register in Xlite softphone the account is getting registered. I suspect it could be network related issue, but since in softphone it is getting registered from the same network. Any ideas to isolate things would be
2012 Oct 31
2
Asterisk and OpenLDAP
Hello guys, i would like to implement authentication for my sip extension with an openldap server. Following this guide http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/ExternalServices_id291590.html i see a template named [sip] to map the information of sip peers into ldap. But i'm not interested to create a template, i would only authenticate sip extensions using username
2009 Jan 28
1
asterisk-users Digest, Vol 54, Issue 94
> Date: Wed, 28 Jan 2009 13:11:19 -0600 > From: "Danny Nicholas" <danny at debsinc.com> > Subject: Re: [asterisk-users] SIP Registrations broken on 1.4.22.1? > To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" > <asterisk-users at lists.digium.com> > Message-ID: <D32AD473FC574B41AE6A842E46549174 at db0005> >
2012 Feb 06
2
Custom extension: dial a queue
Dear, I need to create a custom device extension in order to dial a local queue. Suppose my queue number is 8888, how can fill the Dial field from the custom extension ??? Because if I put just 8888 or Local/8888, I don't succeed. Thanks a lot
2012 Sep 05
6
Async AGI
Hi, Is there a way to execute next priority in the dialplan if you have called agi:async? I want to play warning message if adhearsion is down. Currently I wasn't able to make it work. The dialplan execution ends after the first priority. [incomming] exten => _X.,1,AGI(agi:async) exten => _X.,2,Answer exten => _X.,3,Playback(some-message) exten => _X.,4,Hangup Regards, Pavel
2011 Nov 09
1
ConfBridge 1.6.20 user count
Hi all, I'm using ConfBridge within Asterisk 1.6.20 and want to record the conference, so I'd like to start the recording when the second user joins, so in the example below, for example, how can I get the current user count in ConfBridge 3000? [conferences] ;authenticated conference (ext C-O-N-F = 2663) exten => 2663,1,Answer same => n,Wait(1) same => n,Authenticate(143382)
2010 Sep 02
4
agi playback to execute say.conf settings
Hi all, I am using asterisk-1.6.2.10. I changed say.conf script for customized number reading. In the extension.conf: -------------------------- [number-to-voice] exten => 8765,1,playback(num:344345,say) exten => 8765,n,hangup It executes corresponding say.conf script and produces good results for me. but when I write it in agi does not working. Here is agi debug output from asterisk.
2011 Dec 16
1
CDR END TIME in correct in 1.8+
Hi, I've tested 1.8.6.0, 1.8.4.0 and 1.8.0 I can get proper start and answer time but not the end time of call <SIP/11-00000000>AGI Rx << GET VARIABLE CDR(start) <SIP/11-00000000>AGI Tx >> 200 result=1 (2011-12-16 18:34:48) <SIP/11-00000000>AGI Rx << GET VARIABLE CDR(end) <SIP/11-00000000>AGI Tx >> 200 result=1 (2011 12-16 18:34:48)
2011 Nov 30
1
s/n ratio detection etc...
Hi everybody, I' ve been following this list for a while now. Is there a way to detect the individual and cumulative s/n ratio values for the incoming calls in Asterisk or any other Call Center solution?... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111130/d0d53c1f/attachment.htm>
2010 Sep 16
5
AGI Delimiter in 1.6
Hi I am currently using 1.2.x and 1.4.x behind OpenSER. One of the things I do on INVITES is to re-authenticate the user from OpenSER. Then when the INVITE gets passed to Asterisk I capture the AUTH to a variable in the dialplan and pass to an AGI script. I am now trying to set the same thing up in 1.6 However because the argument delimter in 1.6 has changed from pipe to comma this breaks as the
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'