similar to: Dial

Displaying 20 results from an estimated 8000 matches similar to: "Dial"

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 Nov 09
2
Auto dial Out
HI I am trying to use the outcall going by the wiki.( http://www.voip-info.org/wiki-Asterisk+auto-dial+out) But I keep getting the errors below. Here is a sample of a callout file. What am I doing wrong? ////Begin Outgoing.call//// Channel: sip/2075 MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: managers Extension: 2184 Priority: 1 ////End outgoing.call//// Nov 9 20:32:02
2007 Oct 14
1
Problem: features (from features.conf) not available if call was originated by manager API or call file
Hello asterisk-users, I setup my asterisk to support several features like automon,blindxfer,atxfer,parkcall etc. by using features.conf and the global variable DYNAMIC_FEATURES=automon#blindxfer#atxfer#parkcall#disconnect in extension.conf. Every Dial() command in my diaplan has the appropriate parameters out of {tTkWwW}. For calls from my SIP phones everything works fine. Pressing #1 will
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:
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
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
2006 Dec 05
1
Auto dialing: .call file vs. manager interface
Question: I'm using a .call file to make some test calls. The call file works great. When I try the same thing with the manager 'originate' action I get something weird - the originate action looks for the 's' extension in my context, regardless of what I supply as the 'extension' argument. The .call file does what I expect - it finds exten _9.,1,Noop(Looks good).
2005 Sep 15
1
Originate not understanding 2 vars in setvars
Hi, I'm currently trying to originate a call with 2 variables set. I tried doing it via manager API and call File and both failed, because the vars were not separated. I'm using Asterisk 1.2_beta1 on this machine Can anyone here verify wether this is a bug or just a stupid error on my part? This is the callfile I tried to use, after the manager way failed: Channel:
2005 Oct 07
0
Asterisk to CCM Message Waiting Indicator
I am trying to setup Asterisk as the voicemail server for Cisco Call Manager. I have just about everything working except for the message waiting indicator. I have the following setup in context [ccm] in my extensions.conf file: ;MWI exten => _2807XXX,1,SetCallerID(${EXTEN:3}) exten => _2807XXX,2,Dial(SIP/28888@65.202.115.240) exten => _2807XXX,3,Answer exten => _2807XXX,4,Wait,1
2011 Feb 13
1
Call Files, Variable passing
Hi, I am having trouble passing variables via the call files, here is my call file via the php: fputs($oSocket, "Action: login\r\n"); fputs($oSocket, "Events: off\r\n"); fputs($oSocket, "Username: $strUser\r\n"); fputs($oSocket, "Secret: $strSecret\r\n\r\n"); fputs($oSocket, "Action: originate\r\n"); fputs($oSocket,
2005 Sep 01
0
How to set CLIR when using call files ?
Hi all, A few days ago I found out with help of some of you guys how to set CLIR. (Calling line identification restriction) My first idea was to use the keypad protocol to set the CLIR with dialing *31* before the number but this was not possible. So thanks to Damon Estep I got it to work with executing 'SetCallerPres(prohib)' before the dial command. This works perfectly! But now
2004 May 07
1
meetme conf-background.agi
Hello there! Somebody tried the meetme|b which initiates the conf-background AGI. Actually I want to originate another call from a conference.my AGI originates the call and connects it to the conference, but the calleeee is nowhere My extension exten => 21,1,meetme(21|pb) and my AGI **************************************************************************** #!/usr/bin/perl -w
2009 Jul 02
4
Using a mobile phone via USB as an extension
I have had a search for this, but didn't come up with any results, so maybe I am using the wrong terms, sorry if this is an FAQ. For those who want to forward their incoming voice calls to a mobile, it could be a cheaper option to call a mobile from another mobile on the same network. This probably wouldn't be useful for users in USA, Canada or Hong Kong as costs to call a mobile is
2014 Jun 10
1
CDR custom variable on second call leg - via originate or .call file
Hi We have the following test .call file and test dialplan: I can't set a custom CDR var to a value on one channel leg, and another value on the connected channel leg? Is there a way I can woraround this issue? ## test call file Channel: Local/queue at TiagoGeada CallerID: teste-geada:0:210332450: MaxRetries: 0 RetryTime: 1 WaitTime: 8640 Account: teste-geada Context: TiagoGeada
2005 Jun 02
0
Call Manager & Asterisk for VM - MWI not working
Like some other people on here, I am trying to integrate Asterisk for VM with CCM version 3.x. I've got gnugk and Asterisk running, I've got CCM registering with the GK, I've got the voicemail pilot and profiles setup. A call comes into a CCM phone, it rings, rolls to the correct VM on ASterisk and asterisk emails the voicemail and I can check the voicemail, but I cannot get MWI
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
2007 May 31
2
asterisk auto dial does not wait for answer
Hi All, I setup auto dial on my asterisk server. The problem is asterisk does not wait for called party to answer the call but proceed to process the extension specifed in my .call file My sample call file : hannel: local/0124787924@outbound-reminder MaxRetries: 5 RetryTime: 300 WaitTime: 40 Account: Reminder context: remindem extension: s priority: 1 Set: MSG=0135.20070601.0124787924 Set:
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