Posted: Mon Jun 01, 2009 8:59 am Post subject: [asterisk-users] Transfer call from analog telephone
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all!
I'm trying to doing a transfer from an analog extension to a SIP
extension but until the moment I was not successful.
I was testing both the recall key and uncomment the following
lines in the features.conf file:
blindxfer => #1
atxfer => *2
verifying previously that the extension uses the arguments "tT" with the
Dial application and to include the context "featuremap" in the context
in which I have defined the extensions (internal).
The telephone of the end with which the conversation is staying listens
the tones to try doing the transfer, but Asterisk does not give the dial
tone after *2 / #1 or the recall key.
I copy my configuration files after to have reverted the changes. If some
other data is necessary, don't doubt in consulting to me. The lines that I
added to the configuration files created in the installation are those that
are underneath "DGB".
[general]
parkext => 700 ; What extension to dial to park
parkpos => 701-720 ; What extensions to park calls on. These needs to be
; numeric, as Asterisk starts from the start position
; and increments with one for the next parked call.
context => parkedcalls ; Which context parked calls are in
; (default is 45 seconds)
; when someone dials a parked call
; or the Touch Monitor is activated/deactivated.
; one of: parked, caller, both (default is caller)
; one of: callee, caller, both, no (default is both)
; one of: callee, caller, both, no (default is no)
; one of: callee, caller, both, no (default is no)
; one of: callee, caller, both, no (default is no)
; Defaults to 'first' available
; as long as the class is not set on the channel directly
; using Set(CHANNEL(musicclass)=whatever) in the dialplan
; (default is 3 seconds)
; feature activation (default is 1000 ms)
context=phones
signalling=fxo_ks
channel => 2 ; Telephone attached to port 2
context=incoming
signalling=fxs_ks ; Use FXS signalling for an FXS channel
channel => 1 ; PSTN attached to port 1
######################
Which can be the problem or what configuration can be lacking?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum