similar to: Queue questions - Asterisk 11

Displaying 20 results from an estimated 1000 matches similar to: "Queue questions - Asterisk 11"

2012 Jan 25
3
Executing Script after MixMonitor is called
Hello Guys, I am trying to convert files that are .wac to mp3 after mixmonitor command is called but it doesnt execute the command, I tried the command in terminal it worked, any help please ... below is my dial plan exten=6500,n,Set(MIXMONITOR_EXEC=&& nice -n 19 /usr/local/bin/lame -b 8 -t -F -m m --bitwidth 8 --quiet "/var/spool/asterisk/monitor/${CALLFILENAME}.wav"
2013 Jul 03
2
Question on AEL2 string comparisons
I have this code in a dial plan: exten => _417XX,n,GotoIf($["${CALLERID(num)}" > "SIP/41799"]?notfromlocal) exten => _417XX,n,GotoIf($["${CALLERID(num)}" < "SIP/41700"]?notfromlocal) The value of "${CALLERID(num)}" appears to be "SIP/41712-00000181" -- Executing [41720 at from-internal:5]
2009 May 11
1
PauseMonitor() Hanging Up Call
Hi All, I'm at the end of my tether here and would really appreciate some help. I'm trying to implement DTMF based pause/resume of call recording. I'm using Asterisk 1.4.22.1. Here's the scenario: The caller (SIP or ISDN, doesn't matter) dials into the asterisk which executes the following code: exten => _X.,1,Monitor(wav,${CALLDIR}${UNIQUEID},mb)
2013 Aug 30
1
asterisk-users Digest, Vol 109, Issue 30
I am stumped In features.conf,I programmed this [applicationmap] Answer0 => 0,self/both,Macro,nway_start But do I pass an argument or parameter to my macro? I tried Answer0 => 0,self/both,Macro,nway_start^0 Answer0 => 0,self/both,Macro,nway_start,0 but the usuar variable ${ARG1} is empty in my dialplan. The issue is that my macro needs to know what key was pressed. -------------- next
2013 Aug 27
2
Kepress while on Queue
Hi, Will Keypress option will work when am in the queue and hearing MoH? Lets say a caller is waiting in queue and while he is hearing MoH, can he key in some DTMF and go to some other queue? is that possible? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 May 07
1
passing '302 moved temporarily' back to the SIP provider
Hello, I 'm looking for a way to pass the '302 moved temporarily' received from the SIP device back to the SIP provider. Here is the setup: Some SIP phones are connected to an Asterisk System version 1.8. External connection to the public network is also done via SIP to a VoIP provider. Phone A has a CFW all calls to a phone number in public network (Mobile Phone) incoming call to
2013 Sep 06
2
Pull call out of queue
Trying to figure out the best way to pull an active call out of a queue by unique id and put it on hold. I don't want to put it on hold on the agent's phone but I want it to be pulled away from the agent's phone and into Asterisk limbo somewhere. Shortly after I want to pull the same call out of limbo and redirect it back to either the same agent or another. I was thinking about call
2013 Feb 21
2
Remove Abandoned call
hello all, i have two asterisk server for call transfer and one more asterisk server for agent login(server_X) where agent take the call. server_A and server_B server_A is connected with pri and configure with 60 channel for call transfer into server_X server_B is connected with pri and configure with 30 channel for call transfer into server_X my query is that some time two call originate same
2013 Apr 15
3
Dial multiple device cancellation
Hi, Can a call to multiple devices be cancelled in all of them at same time? With next dialplan, exten => 100,1,Dial(SIP/101&SIP/102) when a call rings on 101 and 102 and one of them rejects the call "with 486 Busy here", is it possible to reject the call in the other device at same time? I read application dial options but I can't find any that can help me to achieve this
2013 Jun 22
3
Queue Ring inuse is shared ?
Hi, I use asterisk 1.8. My issue is : I have the same SIP members added to two queues. I use realtime configuration and has set the field ringinuse=0 for both the queues. But if an extension is answering the call in one queue, and some new call comes in the second queue, still that extension is ringed. In the queue_log table I am getting RINGNOANSWER events each second for the extension until
2005 Mar 20
1
TAPI
I just installed tapi and some app called identapop pro. I havent tested incoming calls yet but so far, I cant get calls out using outlooks. I configured TAPI for asterisk inside outlooks and I set TAPI to these configs: TAPI connects using the manager to asterisk without problems. As channels I configure this: User channel: SIP/myphone and the phone actually rings when I tell outlook to dial
2008 Feb 13
2
[Linux/Python 2.4.2] Forking Python doesn't work
Hello When a call comes in, I'd like to fork a Python script that broadcasts a message so that users see the CID name + number pop up on their computer screen, and simultaneously ring their phones. The following script doesn't work as planned: It waits until the script ends before moving on to the next step, which is Dial(): =========== exten =>
2012 Dec 19
1
Dialplan - working out when users answer
Hey guys, I've got a part of my dialplan that dials multiple people: exten => direct,n,Dial(${QUEUEEXTS},${RINGTIME}) Multiple extensions are in the ${QUEUEEXTS} from an external script - e.g. SIP/100&SIP/101&SIP/105 etc This works great, however I want to see if I can find a way to work out (and run an AGI script) when the call is picked up by someone. Thanks all!
2003 Dec 23
0
Voiceglo SIP configuration
The call quality is really pretty good. I think better than Vonage over an FXO bridge. If you are looking for a home provider with direct SIP support and local phone numbers this is a good choice. If anyone has questions or comments about my configuration please pass them along. I have noticed that if you don't put fromuser=phone# then the extension caller id passes through. Also the
2007 Jan 26
2
Hello Everybody, my problem with voicemail.conf
Hello everybody i am Ashish here. i am new to this mailing list. so dont know rules and regulation, just trying to post my problem of voicemail.conf Actuallt right now i am using Asterisk 1.2 on my LAN environment. i am able to call all my extension very nicely. Right now i am trying to deploying voicemail facility for all extensions, so if anybody is not present, then he/she can leave message,
2005 Mar 16
5
Asterisk Capabilities
I am new to Asterisk and currently work mainly with Cisco Callmanager. With Callmanager I can setup partitions and call search spaces to determine where a given phone can and can't dial. Does Asterisk offer this type of functionality, and if so how? Blake Parker -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Dec 12
1
Atcom IP-4B ISDN IP PBX?
Hello For customers who need a small IP PBX to handle up to four ISDN lines (in France, so I guess that means EuroISDN) instead of a PC + Asterisk and an ISDN gateway box, has someone already played with the Atcom IP-4B? www.atcom.cn/IP-BRIM.html Any feedback appreciated.
2013 Mar 18
6
Diagnosing call problem
Asterisk 11.1.0 Various soft-phone SIP clients call center with 10-12 agents online at once using asterisk queue Occasionally an agent will get a call (or more often a series of calls in a row) where neither party can hear the other, or can only hear each other sporadically. A MixMonitor recording of the call plays only the caller - none of the agent's audio is heard in the recording.
2009 Mar 17
2
DAHDI or Zaptel doesn't compile against 1.4.24
Hi, We installed the latest 1.4.24 on a test machine and can't get zaptel nor dahdi compile. It's a Linux Debian Etch. Errors we have: keewi:/usr/src/dahdi-linux-2.1.0.4# make make -C /lib/modules/2.6.18-custom.2/build ARCH=i386 SUBDIRS=/usr/src/dahdi-linux-2.1.0.4/drivers/dahdi DAHDI_INCLUDE=/usr/src/dahdi-linux-2.1.0.4/include DAHDI_MODULES_EXTRA=" " HOTPLUG_FIRMWARE=yes
2009 Sep 07
1
invalid extension
Hello, with Asterisk 1.6.1.6 I try to hangup a call if called extension is not existing. For this purpose I would use the internal i extension but seems not to work. [MyContext] exten => s,1,NoOp(Call is treated as it should) exten => s,n,NoOp(next step) exten => s,n,NoOp(aso ...) exten => _[a-zA-Z].,1,Goto(s,1) ; accept exten LEN >1 alpha exten => _X.,1,Goto(s,1) ;