Displaying 20 results from an estimated 4000 matches similar to: "How can conference room can call out?"
2009 Jun 16
1
Unable to use # as feature key prefix
Hi folks,
I was using the following featuremap:
blindxfer => *1
disconnect => *9
atxfer => *2
parkcall => *7
automixmon => *0
and everything worked.
Then the need arouse to use some features like automixmon during
a conference, but MeetMet has the * key bound to the
(admin) menu. Thus, in order to enable features like automon and
transfers even during a conference, I
2009 Feb 09
1
Transfer Asterisk 1.6 Telephone IP
Hi List.
I have a small problem in using the transfer key transfer of IP Phone in
Asterisk 1.6, I think I spend some detail in the configuration but can not
find.
What happens is, when I do a transfer using the Transfer button, the
phone, does not play the music on hold, which is waiting on the phone is
silent, and I have the same settings on a 1.4 server, and the music plays
correctly when
2005 Oct 17
1
Call transfer - atxfer
Hi,
I try to set up attended transfer in my Asterisk Box . My
features.conf look like this:
[general]
parkext => 100
parkpos => 1-5
context => parkedcalls
parkingtime => 100
transferdigittimeout => 3l
courtesytone = beep
xfersound = beep
xferfailsound = invalid
featuredigittimeout = 500
;adsipark = yes
pickupexten = *8
[featuremap]
atxfer => *2
blindxfer => #
disconnect
2013 May 17
0
Temporarily features (transfer) off during Read
Hello all.
Dialing with tT options and function Read (to prompt number) has a
trouble for me.
Can I temporarily features off during Read?
features.conf:
[featuremap]
blindxfer => ## ; Blind transfer (default is #)
atxfer => ** ; Attended transfer
I try:
exten => s,n,Set(LOCAL(tmp_atxfer)=${FEATUREMAP(atxfer)})
exten =>
2005 Jan 25
2
New native assisted transfer (atxfer) usage info required
Hi, I would like to use the new atxfer (native assisted transfer, see
mantis item #3241) , but I've partially been able to
make it work.
I can receive a call and then having the caller hear MOH while talking
with another extension (the one I want to transfer to), but then I can't
make the caller and the trasferred talk hanging up or pressing any key
combination I'm aware of.
My
2005 Jul 26
1
Supervised transfer over SIP to outside POTS lines
Hello all,
I am trying to complete my dial plan and have come up with an
interesting situation. My configuration is set up with 12 xlite SIP
clients on SUSE linux workstation. They are calling out via 10 analog
lines, TE110P->rhino 24 fxo.
It all works and dials out great ... but ... this unit was brought in to
handle the "global" office. So the help desk support on the Suse
2008 Mar 05
2
Transferring Unanswered Calls
Hi list,
I'm wondering if it's possible to transfer a call that is still ringing??? I
Have some Grandstream GXP-2000 and with the TRNF button it's impossible. So,
I've configured some keys to transfer the calls like this:
[featuremap]
blindxfer => #2 ; Blind transfer (default is #)
disconnect => *0 ; Disconnect (default is *)
;automon => *1
2005 Jul 20
1
getting problem in Picking up the parked call
Hi all.
I am trying following scenerio for call park & pickup.
voice is flowing established between B & C, after call-pickup (
instead of A & B ).
can anyone please clarify why it is happening like this, ( or ) do i
need some more configuration for park&pickup ?
A
B
2005 Jul 01
1
Attended transfer works for caller, not for callee
Hi,
I have been trying to enable attended transfer for callee. When the
callee pressed *2, DTMF tone was heard by the caller. But when the
caller pressed *2, attended transfer started. It's strange.
I used two SIP phones. My Asterisk version is "Asterisk CVS-HEAD built
by root@router on a i686 running Linux on 2005-06-27 06:07:18".
In features.conf, I have:
[featuremap]
2007 May 25
1
Problem with call parking
I am trying to test the call parking, but It doesn't fonction :(these are my config files.extensions.conf:include=>parkedcallsexten => 4000,1,Dial(SIP/4000,60,tT)exten => 4001,1,Dial(SIP/4001,60,tT)exten => 4002,1,Dial(SIP/4002,60,tT)In features.conf:[general]parkext => 700 parkpos => 701-720 context => parkedcalls [featuremap]blindxfer => # disconnect => *0
2005 May 31
2
R: R: R: R: AT-320 + supervised transfer
Good...it almost works fine! I just have 't' in command Dial, but i also have 'T'. Is it a problem ?
This is my Dial()
exten => 605,1,Dial(${GIORDANO NAT},60,Ttr)
I have only a problem: A and B are speaking, B calls C and ask it if wants speak with A, C accept but if B hang up A is waiting and C get busy tone. To make it works B don't have to hangup but habe to press
2007 Aug 29
0
call pickup problem
i have TB instaled and i cant get call pickup when another phone rings
i tried ** , *8 , *8# , **+ext but nothing seems to be ok.on extention menu
i put call pickup=1 and call group=1 but nothing look at my
features.conf;
; Sample Parking configuration
;
[general]
; do not manually enter parkinglot config information, use the parkinglot
module
;
; the parking_additional.inc file is
2018 Apr 13
2
Disable blind and attended transfer during call
Hi
Is there a way to disable blind and attended transfer during a call.
I am trying this configuration but unfortunately with no luck:
- in features.conf
[applicationmap]
disabletransfer => 9*9,self,GoSub(disabletransfer,s,1)
- in extensions.conf
[incoming]
exten => 99,1,Set(__DYNAMIC_FEATURES=disabletransfer)
exten => 99,n,Dial(Sip/alice,120,tT)
exten => 99,n,Hangup()
2005 Mar 15
2
Asterisk retains DTMF Control Even whenan External IVR System is dialed
Eric Wrote:
-----------
The trick is not to use options you don't understand. "show application
dial" will show you what the t and T options are for.
Most people use the transfer feature of their phone, rather than using
the T/t hack on the Dial line.
Sounds like you are using CVS-HEAD and so will have to configure stuff
in /etc/asterisk/features.conf.
/Snip/
Eric,
Thanks for
2007 Oct 14
1
Problem: features (from features.conf) not available if call was originated by manager API or call file
Hello asterisk-users,
I setup my asterisk to support several features like
automon,blindxfer,atxfer,parkcall etc. by using features.conf and the
global variable
DYNAMIC_FEATURES=automon#blindxfer#atxfer#parkcall#disconnect in
extension.conf. Every Dial() command in my diaplan has the appropriate
parameters out of {tTkWwW}.
For calls from my SIP phones everything works fine. Pressing #1 will
2012 Oct 25
0
Asterisk 1.8 not playing parking slot announcement to parker
Just upgraded to 1.8, we use the multi lot parking feature by dialling *4.
We are not getting the parking slot announcement being played to the person
who parks the call, so it's impossible to tell which slot they've gone
into. Could someone check our config?
On Debian Squeeze using packages from
http://packages.asterisk.org/debsqueeze main (Asterisk
1.8.11.1-1digium1~squeeze)
2005 Jul 27
0
[PLEASE RESPOND] Supervised transfer over SIP to outside POTS lines
PLEASE RESPOND IF THERE'S A SOLUTION
I am trying to complete my dial plan and have come up with an
interesting situation. My configuration is set up with 12 xlite SIP
clients on SUSE linux workstation. They are calling out via 10 analog
lines, TE110P->rhino 24 fxo.
It all works and dials out great ... but ... this unit was brought in to
handle the "global" office. So the
2006 Jan 20
1
applicationmap
Hi -
I'm trying to implement the applicationmap stuff in features.conf, and I
can't seem to get it to work. I'm testing it out on 1.2.2 with Polycom
IP500s and Snom190s.
My features.conf looks like this:
[general]
parkext => 700
parkpos => 701-720
context => parkedcalls
parkingtime => 240
transferdigittimeout => 2
;courtesytone = beep
2006 Feb 23
0
Features set in the features.conf stopped working after upgrade.
Hi,
I recently moved all of my conf files over to a new Asterisk 1.2.4
server and every works except the features enabled in features.conf. Was
there a syntax chnage in 1.2.4? Or is there something else... Here is my
features.conf:
********************
[general]
parkext => 880 ; What ext. to dial to park
parkpos => 881-890 ; What extensions to park calls on
context
2007 Jun 04
0
no ringing tone making attended transfer whith an IAX client
Hi
I have configured attended transfer in features.conf like this
[general]
parkext => 70 ; What ext. to dial to park
parkpos => 00-99 ; What extensions to park calls on
context => parkedcalls ; Which context parked calls are in
parkingtime => 300 ; Number of seconds a call can
be parked for