similar to: Problems with outgoing calls

Displaying 20 results from an estimated 1000 matches similar to: "Problems with outgoing calls"

2009 Oct 09
1
${REASON} not getting set.
Hi all, I've got a program that creates a callfile and most if it working great. However, when a call fails, I'm trying to capture the reason, which I'm told should be in the ${REASON} channel variable. http://www.voip-info.org/wiki/view/Asterisk+auto-dial+out Here is an excerpt from the callfile: Channel: local/155555555 Callerid:Tests <155555555> MaxRetries: 0 RetryTime:
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 =>
2014 Jan 31
2
callfiles.call
hello list, i have created a callfiles with my asterisk 1.4.43 like: Channel: SIP/watara/06xxxxxxxx MaxRetries: 10 RetryTime: 5 WaitTime: 20 Context: mycontext Extension: s Priority: 1 extensions.conf mycontext exten => s,1,Ringing() exten => s,n,Playback(hello-world) exten => s,n,Dial(SIP/105) exten => s,n,Hangup() it works with one number how can i do in order to create a
2007 Mar 07
2
Asterisk Auto-dial out
I am using the * auto-dial out feature but don't want to have to specify a channel (Zap/G2/) to connect to the extension. Current file I use: Channel: Zap/G2/12127778866 #<< ==== I have to specify a specific channel MaxRetries: 1 RetryTime: 60 WaitTime: 30 # # Assuming that your outgoing call logic is kept in the # context called [line1out] # Context: line1out Extension: 7632
2004 May 14
2
BUG IN SAMBA 3.0.4 ?
I used the samba-3.0.1pre1 without problems. When I use the samba-3.0.4 (bug ms04-011 fixed), i can?t write in all shares. Is this a bug?! I use the same smb.conf [global] workgroup = jfsecco server string = JFSECCO PDC netbios name = belpo2 hosts allow = 10.18. interfaces = eth0 # Windows administrators # You can add users or groups (prefix groups with a '@') #domain admin
2008 Aug 07
1
outgoing call file and agi detect busy
I am using asterisk 1.4.21 with outgoing call files. I am call a line that is busy as you can see below. How can my AGI ask what the status of the last call was so I can tell if there was NO ANSWER or it was BUSY? Thanks, Jerry -- Attempting call on SIP/401 for smvoice_callprogress at smvoice-dialout:1 (Retry 1) -- Got SIP response 486 "Busy" back from 192.168.1.161
2003 Apr 14
1
samba pdc premissions problem
Hello Everybody, I have samba 2.2.8a instaled on a RedHat 7.3 Gnu/Linux. I'm trying to setup a Samba as a PDC Server for Win2K/XP/98 workstations. The basic stuff did very well, everybody can join and access the domain. But now I want the shares by departments and give only access to the correct users. I tried to setup a group policy between my users and shares doing the
2006 Mar 06
3
call manager integration
I am getting this error from call manager (4.0) and asterisk 1.2.4 I have canreinvite=yes on the call manager setup. I can call into the asterisk box from call manager. THat seems to work. When I am calling out of the box using a call file I see this entry from call manager... What might be the problem with my setup? THanks, JErry ---------------- <Date>03/06/2006
2006 Mar 28
2
Dial out .call files File permissions??
Hi all, I've created this test.call file and it is not running outgoing call files: i've made mv test.call /var/spool/asterisk/outgoing and nothing happens Channel: SIP/200 MaxRetries: 3 RetryTime: 40 WaitTime: 25 Context: from-internal Extension: 200 Priority: 1 My asterisk is running with asterisk user. not root user. Could you help me on ? Could this be a problem of file
2009 Apr 22
1
CDR feature not working properly for "failed call attempt"
Hi Asterisk Developers/users, I am facing a problem while using the cdr feature of asterisk(version asterisk1.4.24.1). Whenever I make a call using a ?*.call? file and it gets failed , it don't produce the CDR for that channel as it falls into ?OutgoingSpoolFailed? channel As there is no such channel defined for ?OutgoingSpoolfailed?.. I am using this line in extension.conf for capturing the
2005 Feb 14
2
Can't run AGI for outbound call
Hi Just installed Asterisk on a Debian Woody/testing. I want to create a AGI script that is run after an outbound call is answered. I did this a while back (many versions ago). The problem is Asterisk does not seem to know the AGI application. I create a file test.call and place it in the outbound spool directory: the test.call file looks like this: #Simple test call script. #call my
2003 Sep 26
3
dialing out with the outgoing queue problem.
Hi, I have cvs updated all my modules (zapata, libpri, zaptel and asterisk). I have also read in the archives & seems that no-one has run into this problem. What I'm trying to do is simple. Just make and outbound call using the /var/spool/asterisk/outgoing directory. I copied /usr/src/asterisk/sample.call and only changed the context & extension. I configured my Zap1 to the same
2015 Feb 18
1
Callfile problem - Unable to find codec translation path from (nothing)
Joshua, If I'm understanding this correctly, you're saying that the Playback is failing because it isn't connected to anything on the other end, because the Dial() failed. When the channel is created on the "OutgoingSpoolFailed" extension, what context is it created in, one of the origin legs? Is there a way detect this condition in the target context ([outbound-swift]),
2004 Nov 26
1
How to transfer value to extensions.conf?
Hi, all, I met a problem for several days, any suggestion is really appreciated!!! I'd like to do autodial using Asterisk. For example, I have a file under /var/spool/asterisk/outgoing, which include: channel: zap/g1/12345 MaxRetries: 0 RetryTime: 60 WaitTime: 20 Context: default Extension: 2222 Priority: 1 And in my "extensions.conf" file, I have [default] exten =>
2007 Mar 07
1
auto dialer
Not able to get the auto dialer part of asterisk to work with the zap channel. It works great with the sip channel. Here is the call file and the CLI output Call File Channel: ZAP/G1/6144994925 MaxRetries: 3 RetryTime: 40 WaitTime: 2 Context: amaxx Extension: 36652 Priority: 1 CLI Output Connected to Asterisk SVN-branch-1.4-r57207 currently running on VoIP-PBX (pid
2003 Oct 08
2
pbx_spool and contexts
When I drop my file into the outgoing folder, the call is completed but the 'Context' entry is not respected. Instead, it drops into the default context. It does drop "properly" into the default context and function as would be expected. I looked through the source but didn't see any reason it would be completely ignoring the context. Call file: (where
2006 Jan 05
1
ChanSpy via external application
Hi, I have developped an application that monitors the status of my queues through the events triggered on the Manager Interface. This way, I can know the status of my Agent real time. Now, I have a new requirement that I must allow a manager to click on the Agent he wants to monitor and be able to monitor the call. My idea was to, when the user clicks on the Agent, I would Originate a call
2009 Feb 13
2
Fwd: Manager Interface Originate (ASYNC) - How to get the Originate Status
Dear All, I am originating the call directly to the SIP Provider using the maganger interface + originate (ASYNC) command. Here is the PHP-AGI Script. $call = $asm->send_request('Originate', array('Channel'=>"SIP/416XXXXXXX at ABC/n", 'Context'=>'ORIG',
2008 Dec 23
2
outging ---asterisk -bug
Hi everyone, when i use the automated dial out,I found that once the zap answerd,the contex will be exectued, but i don't hope do it ,i hope when extern phone answered ,then ,the context will be exectued. Anyone can help me solve the problem! the call file is: Channel: Zap/g0/15015895665 Context: myivr RetryTime: 60 MaxRetries: 2 Waittime: 60 Extension: 808 Priority: 1 Callerid:
2015 Dec 29
2
Was not found in the schema 'msDS-SupportedEncryptionTypes'
On 29/12/15 18:26, Carlos A. P. Cunha wrote: > Performed and output were all like that, no list in the attribute > > # record 1 > dn: CN=001-PLAT-01,CN=Computers,DC=interno,DC=mydoainDC=com,DC=br > > # record 2 > dn: CN=001-COMPRAS-15,CN=Computers,DC=interno,DC=mydomain,DC=com,DC=br > > # record 3 > dn: >