similar to: The 'h' extension problem

Displaying 20 results from an estimated 400 matches similar to: "The 'h' extension problem"

2018 Jun 05
2
How to execute priorities following a caller hangup in a successful Dial?
We're using Asterisk 14.7.6 and I have a dialplan that ends like this: same => n,Dial(SIP/${EXTEN:0:4}@peer1) same => n,Set(GLOBAL(EpochAtCallEnd)=${EPOCH}) same => n,Hangup() When peer1 hangsup, the priorities after the Dial are executed fine. But when the caller hangsup during the Dial, the cleanup steps aren't done. Why? I did read "Note that on a successful
2007 Aug 23
1
channel not hungup (zombie?) so call limit not reset to zero
im having a strange problem related to call-limit for peers. well im not sure if its related to call-limmit or not. Bottom line is: I call a user A, from user B. user B hears silence, untill it goes to voicemail. when user B hangsup. user B's call limit is reset to 0 but user A's call limit is not reset.strange thing is user A's status on cli is shown as NOANSWER, while user B did not
2006 Apr 07
1
transfer call after advise
i am developing a web application to manage callcenter, i will shortly release it on sf.net this is my problem: i will grant to users the possibility to transfer calls to other users using a web interface, for example if SIP/200 is talking with SIP/400 who wants to transfer the call to SIP/500 i use this commands with manager API: Action: Redirect\r\n Channel: SIP/200-sads\r\n ExtraChannel:
2018 Jun 05
2
How to execute priorities following a caller hangup in a successful Dial?
Thanks, Anthony. I added both 'g' and 'F' options. Now, when the caller hangs-up, my cleanup code is run by both the caller channel and the peer channel, but I only want the caller channel to do that. Also, when the peer hangs-up, there is no execution of the priorities following the Dial. Finally, is there a way to reset all globals, maybe as a variant of "dialplan
2012 Oct 09
2
Asterisk sends wrong fxs 'Idle' hints
Hi, I have a problem with asterisk 10.8, hints and fxs dahdi phones: if a remote peer and an fxs phone gets connected and the remote peer hangsup, then asterisk sends the "Idle" state to notify the watcher before you hangup the fxs phone! Such a way if the user forgets to hangup the fxs phone (which is a cordless for example) then the operators will keep sending calls to him
2005 Mar 13
2
sending a DTMF tone before hangup
OK here is a possible tricky one. I have a rocom door entry system which connects to an FXS port on my TDM400P card. When the door button is pressed it initiates an 's' extension which dials a number of SIP extensions. When a SIP phone is picked up the user can speak to the person at the door and press the 7 digit which sends at DTMF tone to the rocom unit opening the door. All this
2018 Jun 05
2
How to execute priorities following a caller hangup in a successful Dial?
Thanks, Eric. I just tried a hangup handler, but it's showing a similar problem: When the peer hangs-up, the hangup handler is not invoked and the caller channel remains open. same => n(callPeer),Set(GLOBAL(Peer${IndexIntoPeers}CurrentCallsCount)=$[${PeerCurrentCallsCount} + 1]) same => n,Set(CHANNEL(hangup_handler_push)=handleHangupByCallerOrPeer,doesntMatter,1(args)) same =>
2005 Jun 22
3
Loosing hair on connecting Panasonic PBX- * - Euroisdn Italy
Hi, I'm pulling my hair down and getting bold :-) ..... I have Asterisk between Panasonic KXTD816 and Euroisdn in Italy (beronet octobri and bristuff Asterisk).... I'm trying to do just plain transfer of call from pbx to ISDN through Asterisk... It seems like PBX hangsup, when call is progressing with no apparent reason. I'd kindly ask for any advice or some working example for
2004 Jul 04
1
How to use return value in extensions.conf
Hi, I am trying to implement a dialplan in which the user is notified of a missed call, if no voicemail is left. Basically what I would like to achieve is something like ... exten => _0207XXXXXXX,1,DIAL(SIP/${EXTEN},15) exten => _0207XXXXXXX,2,HasNewVoicemail(${EXTEN:4}@default:INBOX|msgcount) exten => _0207XXXXXXX,3,Voicemail(u${EXTEN:4}) exten =>
2004 Nov 25
1
No hangup(vpb)
Good day all We have a voicetronix openline4 card If someone calls in from the outside the pstn and into the system and hangsup asterisk does not deteck the hangup any Idea why please Help Altus
2005 Feb 26
1
Queue Auto fallthrough
I gave a queue setup like this, but I also have it setup so that if no agents are online, the caller cannot get in but I discovered that if that's the case, the call hangsup on the caller: [soportetecnico] ;Soporte Tecnico exten => 2,1,Playback(${SONIDOS}/transferringcall) exten => 2,2,Queue(Soporte-Tecnico) exten => 2-.,1,Playback(noagents) I want to play a message tothecaller
2013 Feb 03
1
Adding complex new columns to data frame depending on existing column
Hello I have a data frame as below V1 V2 V3 V4 V5 V6 chr1 18884 C CAAAA 2 0 chr1 135419 TATACA T 2 0 chr1 332045 T TTG 0 2 chr1 453838 T TAC 2 0 chr1 567652 T TG 1 0 chr1 602541 TTTA T 2 0 on which I want to perform complex rearrangement such that: if V3 is a string >1 (i.e line 2) then I
2004 Jun 24
5
chan_capi problem - hangup???
Hi, I installed Asterisk with CAPI support. Everything works fine while starting Asterisk, but when a call comes in Asterisk hangsup the call after two times of ringing. The output is like: Jun 24 22:19:49 NOTICE[1082178480]: chan_capi.c:1931 capi_handle_msg: CONNECT_IND ID=002 #0x011d LEN=0048 Controller/PLCI/NCCI = 0x101 CIPValue = 0x10
2007 Mar 21
2
Limit call duration
Hi everyone, I'm new to Asterisk, but I like it ;o) Have a question to you; How can I limit the incoming call duration? -- Suich
2008 Aug 16
0
Getting cdr(billsec) 0 -- please help
Hi, Here is the scenario: Originating local channel using AMI. On answering the channel, it will goes to a context. Which start to playback a file. & after hangup at h extension I am caliing an agi script which insert CDR into DB. Now the problem is when I script hangsup during payback CDR(billsec) returns currect result. But when it hangsup after playback cdr(billsec) returns 0 . Please
2006 Apr 11
1
E1 Disconnection Asterisk behind an old PBX
Hi all, My scenario is this one: LandLine------------------E1---------------|-------------| |-------------------| |OLDPBX|-------E1-----------|Asterisk1.2.5|-----VoIPusers GSMGateway---------Analogue------ |-------------| |-------------------| What is happening: 1- SipUserAgent "A" Dials a call to a Local Extension "B" in the OldPbx 2- "B" , the called party
2003 Jul 22
3
busydetect and random hangups
Hi, I'm having random hangup problems with zap channels. If I turn busydetect off in Zapata.conf, * fails completely to detect a user hangup in the middle of a script. On the other hand, if I turn it on, everything works much better, but long calls tend to be hung up without a motive. Any other parameter that I can try? Any #define that I can tweak and recompile? Will callprogress
2012 Feb 29
1
codon usage bias
Hey guys, I have what i think is a really simple problem :( I installed the seqinr library. I want to do an RSCU analysis. But i can't get it to work in even the simplest case. for example, if i have a string read in: > newdata5 $testseq [1] "agtgagatgatagatagatagatagatagatagatagaccccccagata" and then i perform an RSCU analysis on it... >
2007 May 30
12
False ring problem
Hi all, when a user dials any number, asterisk automatically generates ringing which caller can hear, and after 2 - 3 rings asterisk detects that the called user is busy, then caller hears busy tone. for example user hears--- tone--tone--tobeep beep beep ---Can i some how eliminate the false ringing at the start so that user hears only beep beep beep if the called user is busy. I have used the R
2008 Aug 06
2
shared mysql connection in dialplan
hi all, i just finished developing some incoming call features in a macro. that macro gets executed everytime an incoming call is received and a new mysql connection is made using the MYSQL cmd in dialplan. i want to use a single mysql connection for every incoming call. my idea of doing it is like this, i want to get a mysql connection in a global variable, just to share the connection with