similar to: DIAL Event, who picks up?

Displaying 20 results from an estimated 80000 matches similar to: "DIAL Event, who picks up?"

2009 Sep 09
1
Dial multiple extensions and know who picks up call
Dear, I'm currently using a Dial command with multiple destinations and channels eg: Dial(SIP/100&SIP/101) I simply would like to know, in real time during the call (from dial plan or AGI), who has picked up the call. Can I find this information in a variable somewhere ? Thank you for your help Patrick
2006 Apr 29
0
canreinvite, bandwidth, dial option
I just read: Certain options to the Dial() statement require that Asterisk is in the media path, and consequently Asterisk will not let go of it: /t/, ''T", "h", "H", "w", "W" or "L" (with multiple arguments). Probably there are more. I had in my memory that "r", "R", "m" would also prevent a
2018 Feb 06
2
Call picked up from queue and transferred gets disconnected - about 0.01% of calls
Hi Guys I have an issue where a call is picked up from a queue. The caller asks the person who answered to attended transfer to extension 3082 (for argument's sake.) 3082 picks up the attended transfer and speaks with the outside caller picked up initially from the queue. A few seconds after 3082 has started speaking to the outside caller - 3082's call goes dead in their
2006 Jan 16
0
FW: Exited non-zero
I am working on this app to dial two external numbers. The second is dialed after the first hangs up. I have simplified things down to: exten => 3852,1,Dial(zap/g1/3964,10,g) exten => 3852,2,Wait(2) exten => 3852,3,Dial(zap/g1/7757,10,g) exten => 3852,4,Hangup Here is the debug: -- Accepting call from '0000000000' to '3852' on channel 0/23, span 1 --
2006 Apr 05
0
What does this error mean "app.c: Huh....? no dial for indications?"
Hi, What does the following error mean: Apr 5 12:39:40 NOTICE[22755] app.c: Huh....? no dial for indications? Here is the 'full' log around the error: Apr 5 12:38:24 VERBOSE[22755] logger.c: -- outgoing agentcall, to agent '3002', on 'Local/510@default-6b6c,1' Apr 5 12:38:24 VERBOSE[22755] logger.c: -- Called Agent/3002 Apr 5 12:38:24 VERBOSE[22755]
2013 Jul 03
1
Custom dial plan for internal transfers of external calls
Arch = x86_64 OS = CentOS-6.4 (freepbx) Asterisk = 11.4.0 FreePBX = 2.11.0.2 We use Snom870 handsets with firmware v.8.7.3.19. I am trying to develop a custom dial plan to invoke a distinctive ring-tone when an external call is transferred internally. Based on an earlier solution I discovered I am attempting this: [from-internal] include => set-alert-if-local [from-internal-original]
2005 Aug 02
0
Hang up as soon as other party picks up call
Hello, I have an Asterisk box with a TE410P connected to a PRI line and agents with X-Lite installed on the same LAN as the Asterisk server. Sometimes, when I make outbound calls it hangs up as soon as other party tries to picks up the call. Does someone ever experienced this situation? On X-Lite, only G711-ulaw is enabled and here is what i put in sip.conf: [4001] type=friend username=4001
2015 Nov 24
2
subscriber state before dial
Hi All After a Dial() I get: WARNING[7964][C-000075a8]: app_dial.c:2437 dial_exec_full: Unable to create channel of type 'SIP' (cause 20 - Subscriber absent) if the subscriber is not registered. Is there a way from dialplan to know, *before* Dial(), if a destination Subscriber is a) not registered or b) busy ? I need to redirect a call to some other Subscriber if (s)he is not there
2007 Jul 24
2
Dial out through multiple Zap groups
Hi, I'm trying to set a rule to dial out through multiple Zap groups so that, say, g0 is the cheaper POTS lines group and must be used first. However, if g0 is busy or disconnected then try dialing out g1. My g0 group is made up of 4 analog lines connected to a 4-FXO card. I disconnected the RJ-11 wires from the FXO card to simulate a line disconnection. So theoretically all calls should
2006 Jan 12
0
SIP phones can't pick up incoming call on analog trunk - signalling problem?
A very good day to you all, We can't get the phones to pick up on an incoming call on analog trunks. We're using the digium products in the box, with snom phones internally. This is the output from the asterisk console: linux*CLI> zap show channels Chan Extension Context Language MusicOnHold pseudo pstn-incoming en default 1 pstn-incoming
2005 Mar 14
0
dial script, send variable problem??
hallo, i trying to dial with a python script via the manager interface, it works ok but i would like to send a soud file name as a variable to the dialplan, so that i can call a number and send it a different soundfile i choose in my pyton script. the problem is, that the * dials correct and sends a sound but only if its hardcodet, the variable my script sends will not bee seen in the
2006 Jan 12
0
SOLVED: SIP phones can't pick up incoming call on analog (PSTN) trunk - signalling problem?
Yo! I changed callprogress to no, and in wcfxo.c source around line 334 i changed the value 32000 and -32000 to 10000 and -10000 because it had something to do with the DC voltage when it was ringing. I found reference here (http://www.voipuser.org/forum_topic_1791.html) with an interesting diagram of wiring that was incorrect for sending voltage to a phone or something like that. So put it
2007 Jul 25
1
Dialtone when automatically picking up.
I'm in the process of setting up a 'phone tree', and are running into some problems. My goal is for users to dial a phone number, the asterisk system picks it up, plays the greeting, and users can type whatever they want into the system. What actually happens is users dial the phone number, asterisk picks up and additionally goes off-hook on another line, plays the greeting and
2008 Sep 13
1
What if some phone picks up
Godd evening! What happens if someone calls and asterisk doesn't "Answer()" itself, but another analog phone does? Can I somehow catch this situation in my dialplan. I have an ISDN line, but with it I got a box with an adapter for good old analog phones. This doesn't seems to be directly connected to the ISDN line asterisk sees. But somehow, it must know, that the call
2006 Jun 05
1
This should be easy: What happens when the Calling Party hangs up
svn trunk 31497 For the life of me, I can't get this :) I want to be able to catch the situation where the calling party hangs up *before* the call is connected to the called party. My dialplan is thus: macro DialExternal(exten) { Dial(Zap/G3/${exten},120,g,M(connected)); goto DialResult|r${HANGUPCAUSE}|1; Hangup(); }; But the goto dialresult is not executed: Executing
2006 Mar 19
0
Transfer to specific park number
Hi I'd like to allow users to transfer a call to a specific park number. This way, the receptionist can tranfer a call park for ext 100 at park number 7100 etc... It seems like this should be fairly simple using the Park(ext) app but it doesn't work for me. No matter what I extension I use, the system just picks the next available park number. I've simplified my dialplan for
2004 Oct 05
1
Dial group continues to ring after answer
Asterisk Users: We have our * dial plan set up to ring 5 phones in the office and it delivers the call to the first that picks up their receiver. The problem is that after the pickup, everyone else's SIP phone keeps ringing at least once and sometimes twice. This interferes with the conversation, while others pick up the phone and get nothing. Does anyone else have similar problems or
2005 Aug 04
0
Calls not cleared down if extra destinations or dial commands added to extension
We have a weird situation where if the external called hangs up the call before it is answered asterisk seems not to handle it if the original dial command is replaced following a timeout. We are trying to pass the call to the main reception, but if there is no answer then it should ring another extension in addition to the first extension the idea being that we don't end up with people
2013 Jul 17
0
Dial problem with Asterisk 1.8.4.4
One of my sites asked for a way to identify if the person they are calling on another extension is already on another call. To that end, I wrote a bit of code in the dialplan for my extensions that checks to see if the extension they are dialing has a device status that is anything other than NOT_INUSE. If the device is NOT_INUSE, then it dials the call normally. If it has a different status,
2005 Mar 25
0
Dial command problem(VOIP+*+TDM400P+Legacy PBX)
Hello, I just setup the Asterisk to integrate with Panasonic legacy PBX. Config as followings, PSTN <-- PanasonicPBX--TDM400P(FXO)--AsteriskPC --> Internet * is for AA / Voicemail and VOIP in/out Currently the AA / Voicemail function for incoming PSTN calls are working well. My problem is for the incoming VOIP call. It can ring my internal extensions and talk without problem. But