search for: waittime

Displaying 20 results from an estimated 204 matches for "waittime".

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 callfiles with a lot of numbers i try to...
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 Priority: 1 Is there a way that I can just put in the number and have the system decide the channel to use for calling it? What I would like to do: Channel: NNNNNNNNNNNN...
2016 May 18
2
variable to get waittime of caller exiting queue
Hi all Is there anyway i could get in the dialplan the amount of time a caller waited in the queue before exiting? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160518/b3b082aa/attachment.html>
2005 Feb 14
2
Can't run AGI for outbound call
...o). 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 NetMeeting client Channel: h323/ivar@192.168.0.153 MaxRetries: 2 RetryTime: 60 WaitTime: 30 Application: AGI(agi-test.agi) Data: 1234 "agi-test.agi" is under "/usr/share/asterisk/agi-bin" (as configured in asterisk.conf) Here is the output on the console: *CLI> -- Attempting call on h323/ivar@192.168.0.153 for application AGI(agi-test.agi)(1234) (Retry 1...
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 permissions?
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 = 8002) Verbosity is at least 3 -- Attempting call on ZAP/G1/6144994925 for 36652@amaxx:1 (Retry 1) -- Requested transfer capab...
2003 Sep 26
3
dialing out with the outgoing queue problem.
...suggestions? or know what am I missing? Thanks, Dante Here's my configuration: extensions: [callme] ... exten => 800,1,Dial(Zap/1/19548738986) exten => 800,2,BackGround(demo-congrats) exten => 800,3,BackGround(demo-instruct) ... 1.call: Channel: Zap/1 MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: callme Extension: 800 ... cp /tmp/1.call /var/spool/asterisk/outgoing -- Attempting call on Zap/1 for 800@callme:1 (Retry 1) -- Executing Dial("Zap/1-1", "Zap/1/195487389xx") in new stack NOTICE[360464]: File app_dial.c, Line 499 (dial_exec): Unable to c...
2003 Dec 22
7
call files
I am after using a web crm system which has a button to then get asterisk to dial the contact. For this I was looking at call files, which appear good for the job, I have one small problem with them though. 1/ file is created 2/ external number is called 3/ the external party answers 4/ the external party now hears ringing as you extension is now being called - bad! What I would like to
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 => 2222,1,Dial(Zap/g1/34567,20) exten => 2222,2,Hangup Then Asterisk will first dial the 'number 12345, then dial the number indicted in the exten =>2222 which is 3456...
2013 Feb 23
0
click2call with AMI?
Hi, I have a PHP code with AMI to using in click2call system. here is my code: $user = "usernamr"; $secret = "secret"; $channel = 'SIP/' . $sip; $context = "from-internal"; $waitTime = "20"; $timeout = 20000; $priority = "1"; $maxRetry = "2"; $pos = strpos($number, "local"); if ($number == null): exit(); endif; if ($pos === false) : $errno = 0; $errstr = 0; $callerId...
2003 Oct 08
2
pbx_spool and contexts
...xpected. I looked through the source but didn't see any reason it would be completely ignoring the context. Call file: (where <pstn-number> is a valid number) ---------------------- start ---------------------- Channel: IAX2/screel@NuFone/<pstn-number> MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: test-call Extension: s Priority: 1 ---------------------- end ---------------------- The problem surfaced after upgrading to current CVS (10/8) from 9/9. Is anyone else having this problem? Is there something I should be doing differently? Steve _________________________________...
2006 Jan 05
1
ChanSpy via external application
...the Agent, I would Originate a call between his extension and the extension I have for ChanSpy, passing as parameter the Agent number. For testing this, I tried a call file on /var/spool/asterisk/outgoing Channel: SIP/dov.bigio -----------> This is me MaxRetries: 3 RetryTime: 40 WaitTime: 25 Context: 01.telecom Application: ChanSpy Data: Agent/5450 ---------> This is the Agent I want to monitor Priority: 1 The problem is that ChanSpy doesn't accept "Agent/xxxx" as parameter, just "Agent". Is there a way to ChanSpy a specific know Age...
2010 Jun 23
4
[RFC] virtio: Support releasing lock during kick
...oved. Performance figures: Host: 2.6.34 upstream kernel, qemu-kvm-0.12.4 if=virtio,cache=none Guest: 2.6.35-rc3-kvm.git upstream kernel Storage: 12 disks as striped LVM volume Benchmark: 4 concurrent dd bs=4k iflag=direct Lockstat data for &vblk->lock: test con-bounces contentions waittime-min waittime-max waittime-total unmodified 7097 7108 0.31 956.09 161165.4 patched 11484 11550 0.30 411.80 50245.83 The maximum wait time went down by 544.29 us (-57%) and the total wait time decreased by 69%. This shows that the virtqueue...
2010 Jun 23
4
[RFC] virtio: Support releasing lock during kick
...oved. Performance figures: Host: 2.6.34 upstream kernel, qemu-kvm-0.12.4 if=virtio,cache=none Guest: 2.6.35-rc3-kvm.git upstream kernel Storage: 12 disks as striped LVM volume Benchmark: 4 concurrent dd bs=4k iflag=direct Lockstat data for &vblk->lock: test con-bounces contentions waittime-min waittime-max waittime-total unmodified 7097 7108 0.31 956.09 161165.4 patched 11484 11550 0.30 411.80 50245.83 The maximum wait time went down by 544.29 us (-57%) and the total wait time decreased by 69%. This shows that the virtqueue...
2008 Dec 23
2
outging ---asterisk -bug
...d 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: 15015895665 [myivr] exten => s,1,Background(test) exten => s,n,WaitExten Thanks in advance! -- Best regards! jordan pan Location:Shenzhen China Company:www.justcall.cn -------------- next part -------------- An HTML attachment was scrubbed... URL: h...
2009 Sep 11
2
Parser for Asterisk Queue Logs
Hello Team, Can you help me on this? I have attached here the queue logs of my asterisk. I've searching a parser for this. I do not know what are the meaning of that logs. Thank you so much. Your response is highly appreciated. Regards, Cristina -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Apr 23
2
call files
Hi. Im having trouble setting variables in channel dialplan and re-using them in Extension dialplan... Im using the following call file: Channel: Local/210332450 at ZonNew-Outbound CallerID: ZonNew-Outbound:49:210332450: MaxRetries: 5 RetryTime: 10 WaitTime: 60 Account: Outbound210332450 Context: agents Extension: 888210332450 Set: __PARTNER=ZonNew-Outbound Set: NUMBER=210332450 - In "Local/210332450 at ZonNew-Outbound" I Set(bla='blabla'); It seems I cannot re-use this var in extension _888XXXXXXXXX in context agents... Basic...
2003 Oct 13
2
Generating a call with the Manager interface..
Hi, Currently I use "call files" to automate the generation of calls from our address book and the resulting call file looks like this.. Channel: SIP/201 WaitTime: 30 Application: Dial Data: CAPI/4567:5556789 CallerID: Auto Dial <1000> This method works but it not logging the calls to the CDR and there are a few other issues.. So I wanted to try and do the same thing using the manager interface in Asterisk.. The problem is that the docs are a littl...
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 WARNING[1102211008]: pbx_spool.c:184 apply_outgoing: Unknown keyword ' Channel' at line 1 of /var/spool/asterisk/outgoing/outgoing.call Nov 9 20:32:02 WARNING[1102211008]: pbx_spool.c:184 ap...
2005 Sep 15
2
Caller ID for auto outgoing calls
...he first number, we want the Caller ID set to our number, but then when we connect them to the second number, we want _their_ number to be the Caller ID. I've tried the following (and various approximations): Channel: Local/16193644799@outtrunk Callerid: 6193647100 MaxRetries: 5 RetryTime: 60 WaitTime: 60 Context: outtrunk Extension: 16193647100 Priority: 1 SetVar: CALLERIDNUM=6193644799 When it calls 6193644799, it properly shows a Caller ID of 6193647100. But then when it dials 6193647100, it still shows Caller ID of 6193647100 instead of 6193644799. What am I doing wrong? How do I get the...