similar to: question about call transfer

Displaying 20 results from an estimated 90000 matches similar to: "question about call transfer"

2009 Jul 22
0
Attended transfer and 'pbx-invalid' - 1.4.26
Hi, I've created a tiny dialplan to test the return of a call on transfers, like this: (I had to use the DEVSTATE backport here) [phones] exten => _12XX,1,Dial(SIP/${EXTEN},6,tT) exten => _12XX,n,GotoIf($[ "x${BLINDTRANSFER}" = "x" ]?noBT) exten => _12XX,n,Set(DIALRET=${CUT(BLINDTRANSFER,-,1)}); exten => _12XX,n,Goto(dRet) exten => _12XX,n(noBT),GotoIf($[
2009 Jan 15
1
call transfer in CDR
Hi, I wonder how I can relate the CDR records for the case of call transfer. I can't find their relationship in CDR. Any can advice? ango
2008 May 05
3
simple realtime question
HI, Does asterisk will ignore the setting in files if realtime is applied, say asterisk will ignore all the setting in sip.conf if realtime table sip_buddies is applied? ango
2007 Sep 22
1
prepaid application recommendation
Hi all, I am looking for a prepaid application. I found that there are many applications in the page http://www.voip-info.org/wiki/view/Asterisk+Prepaid+Applications. Anyone recommendation among them? ango
2008 Jan 16
3
volume problem
Hi all, I have a TDM400 with all FXO on it. When I make an outgoing call, I can hear callee but callee claims the volume is too low so that he/she can't hear very clear. Can I adjust to increase the volume in callee side? Is it increase the value of txgain can solve the problem? ango
2009 Feb 24
7
multiple asterisks in a server
Hi all, Is it possible to install more than 1 asterisk in a single server? If yes, what do I need to set and take care? Rgds, ango
2009 May 29
2
regarding to field of accountcode
Hi, I use realtime and I found that changing accountcode needed to restart asterisk to activate that code and shown in CDR. Does it has a way to update accountcode without restart asterisk? ango
2007 Feb 08
1
call park and call transfer example
Hi all, Does any can give me some example to setup call parking and call transfer of a call? In my understanding, call parking and call transfer should be like something below. Am I right? ango Call parking: caller A -> callee B callee B park her call callee B get back her call in another phone Call transfer: caller A -> callee B callee B transfer to C finally: A talks to C
2007 Aug 14
0
REALTIME application vs RealTime function
Thanks. In app_realtime, it is very easy to get a value of a field by only applying the realtime application. However, in func_realtime, we need to get the key-value pair according to the position of it by using function CUT. After that, we need to apply another CUT to get the value. It will cause the following problems. http://www.voip-info.org/wiki/index.php?page=Asterisk+func+realtime 1.
2008 Jan 31
1
Default delay time for Attended call
A call comes in from the PSTN, Asterisk answers it, it goes to the directory, and then to the extension the caller designates and the user at that extension answers. The user at the extension then wants to transfer the call to another extension; on the Cisco 7940 they push the ?more? soft key, then the ?Transfer? soft key, then enter the extension number they want to transfer to, and hit the
2004 Sep 01
1
X100P + Call-Waiting - Flash how-to.
Hi all I'm pretty sure someone must have done this before but I couldnt find any trace of it on the web so I thought I would drop a note about how I ended up doing it. I have also posted this info on voip-info. Warning : This is not very elegant and I'm currently trying to write a patch in order to make it better but so far, this the only way I've gotten this to work. Scenario : I
2016 Feb 25
2
11.21,2 : how to transfer to Jolly Roger ?
I'd like to transfer all my pesky telemarketing calls to Jolly Roger . http://www.nytimes.com/2016/02/25/fashion/a-robot-that-has-fun-at-telemarketers-expense.html In the middle of a call I'd hit some DTMF sequence, which would dial Jolly Roger and transfer the call after Jolly Roger answers. But blindtransfer requires an extension after you hear "transfer". And I don't
2009 Apr 24
1
function originate
Hi, Feature originate can be used make call thro' the web. There is a parameter ,Async, in it. I set it to true but there is no effect. Actually, I want to do the following. What I know the function originate is: originate call ---> party A party A rings party A answers call party B rings, party A still hear ring party B answers and A & B connected. party A will feel weird when she
2007 Jul 04
1
Dialout Macro and transfer call in progress
Dear All, I can not transfer call in progress. What's wrong with my macro? I think tT flags is enough right? [macro-stdexten] exten => s,1,Set(temp=${DB(CFU/${ARG1})}) ; Get CFU key exten => s,2,Set(DNDStatus=${DB(DND/${ARG1})}) ; Get DND key exten => s,3,GotoIf($["${temp}" = ""]?5) ; If not existing, goto priority 5 exten =>
2008 Sep 16
1
lan driver for intel dg43nb
Hi, I have an intel mother board dg43b (http://support.intel.com/Products/Desktop/Motherboards/DG43NB/DG43NB-overview.htm) which have an on board lan interface. In default, it can't be activated after CentOS5.2 installed. I can't find any driver or information about how to activate this interface. Can anyone tell me how to work it out? Thanks, ango
2009 Mar 03
0
Blind transfer from asterisk dialplan (and problems re-parking a call)
Hi, Is there a way to do a blind transfer within an asterisk dialplan (like '##')? The reason I need this (I think) rather than a regular Goto() is that I'm trying to do one-touch parking. I can park a call using one-touch parking and then pick it up again, however if I try to re-park the call, it gets lost. I think that is because asterisk thinks I'm still on the park extension.
2007 Sep 28
1
call relation in call transfer
In CDR, I found that there are 3 records after doing call transfer. However, 3 of them are individual record that is very difficult to identify they are related to call transfer. My question is how to identify the call with a clear flow, from CDR or by other means, is a call transfer.
2009 Mar 12
0
recording (mixmonitor) stopped of transfer/call parking after queue
Hi all, I enabled recording (mixmonitor) in queue and process started after queue member pick the call. But recording will stop after picking up by another extensions of call transfer/parking in the same call. Is it possible to continue to record the call for call parking/transfer, how? Rgds, ango
2007 Nov 21
1
quality after call transfer
Hi, We are using attended call transfer to transfer the call. In the direct call, the quality of the voice and dtmf are acceptable. After transfer, the quality becomes worst. Voice can't be heard clearly and dtmf wrong detection will occur sometime. I wonder call transfer will affect he quality of the call. Anyone has same experience? Anything to do in asterisk level can get a better
2008 Feb 13
6
restart asterisk daily
Hi all, I found that there will be a memory leak if asterisk running day by day without restart. Is it good to restart asterisk service daily? What is the better way to restart it daily like apache? ango