[asterisk-users] IAXy and hook flash transfer

2007-10-03 Thread Michael Munger
In features.conf, I have uncommented the transfer features under feature
map, but I still cannot transfer using a POTS phone on an IAXy adapter.
I think I am missing something here Any help is appreciated.

 

Here is features.conf:

 

;

; Sample Parking configuration

;

 

[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

;parkingtime => 45  ; Number of seconds a call can be parked
for

; (default is 45 seconds)

;transferdigittimeout => 3  ; Number of seconds to wait between
digits when transferring a call

;courtesytone = beep; Sound file to play to the parked
caller

; when someone dials a parked call

xfersound = beep; to indicate an attended transfer is
complete

xferfailsound = beeperr ; to indicate a failed transfer

;adsipark = yes ; if you want ADSI parking announcements

;findslot => next   ; Continue to the 'next' free parking
space.

; Defaults to 'first' available

;pickupexten = *8   ; Configure the pickup extension.
Default is *8

;featuredigittimeout = 500  ; Max time (ms) between digits for

; feature activation.  Default is 500

 

 

[featuremap]

blindxfer => #1 ; Blind transfer

;disconnect => *0   ; Disconnect

;automon => *1  ; One Touch Record

atxfer => *2; Attended transfer

 

[applicationmap]

; Note that the DYNAMIC_FEATURES channel variable must be set to use the
features

; defined here.  The value of DYNAMIC_FEATURES should be the names of
the features

; to allow the channel to use separated by '#'.  For example:

;Set(DYNAMIC_FEATURES=myfeature1#myfeature2#myfeature3)

;

;testfeature => #9,callee,Playback,tt-monkeys   ;Play tt-monkeys to

;callee if #9 was pressed

 

Yours,

Michael Munger, dCAP

404-438-2128

[EMAIL PROTECTED]

 

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] IAXy and hook flash transfer

2007-10-03 Thread Atis Lezdins
On Wednesday 03 October 2007 22:21:24 Michael Munger wrote:
> In features.conf, I have uncommented the transfer features under feature
> map, but I still cannot transfer using a POTS phone on an IAXy adapter.
> I think I am missing something here Any help is appreciated.

Do you have "t" and/or "T" flag set in Dial() options?

Regards,
Atis



-- 
Atis Lezdins
VoIP Developer,
IQ Labs Inc.
[EMAIL PROTECTED]
Skype: atis.lezdins
Cell Phone: +371 28806004
Work phone: +1 800 7502835

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAXy and hook flash transfer

2007-10-03 Thread Kevin P. Fleming
Michael Munger wrote:
> In features.conf, I have uncommented the transfer features under feature
> map, but I still cannot transfer using a POTS phone on an IAXy adapter.
> I think I am missing something hereā€¦. Any help is appreciated.

Those features are triggered via DTMF, not using a protocol-level
transfer. The IAXy uses IAX2 to talk to Asterisk, so doing a flash-hook
on the IAXY's FXS port will cause the IAXy to create a new IAX2 channel
and handle the transfer itself.

-- 
Kevin P. Fleming
Director of Software Technologies
Digium, Inc. - "The Genuine Asterisk Experience" (TM)

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAXy and hook flash transfer

2007-10-03 Thread Michael Munger
So what, then, is the procedure to transfer a call from a POTS phone on
the FXS port of an IAXy?

Yours,
Michael Munger, dCAP
404-438-2128
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin P.
Fleming
Sent: Wednesday, October 03, 2007 3:42 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] IAXy and hook flash transfer

Michael Munger wrote:
> In features.conf, I have uncommented the transfer features under
feature
> map, but I still cannot transfer using a POTS phone on an IAXy
adapter.
> I think I am missing something here Any help is appreciated.

Those features are triggered via DTMF, not using a protocol-level
transfer. The IAXy uses IAX2 to talk to Asterisk, so doing a flash-hook
on the IAXY's FXS port will cause the IAXy to create a new IAX2 channel
and handle the transfer itself.

-- 
Kevin P. Fleming
Director of Software Technologies
Digium, Inc. - "The Genuine Asterisk Experience" (TM)

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAXy and hook flash transfer

2007-10-03 Thread Mojo with Horan & Company, LLC
When I was unable to figure out the IAXy's methods, I went with 
Asterisk's features.conf -- ## for blindxfer, and never looked back.  
That worked quite well.


Michael Munger wrote:
> So what, then, is the procedure to transfer a call from a POTS phone on
> the FXS port of an IAXy?
>
> Yours,
> Michael Munger, dCAP
> 404-438-2128
> [EMAIL PROTECTED]
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Kevin P.
> Fleming
> Sent: Wednesday, October 03, 2007 3:42 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] IAXy and hook flash transfer
>
> Michael Munger wrote:
>   
>> In features.conf, I have uncommented the transfer features under
>> 
> feature
>   
>> map, but I still cannot transfer using a POTS phone on an IAXy
>> 
> adapter.
>   
>> I think I am missing something here Any help is appreciated.
>> 
>
> Those features are triggered via DTMF, not using a protocol-level
> transfer. The IAXy uses IAX2 to talk to Asterisk, so doing a flash-hook
> on the IAXY's FXS port will cause the IAXy to create a new IAX2 channel
> and handle the transfer itself.
>
>   


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAXy and hook flash transfer

2007-10-03 Thread Michael Munger
It just dawned on me, that I can just press the hook button momentarily
to open up a second IAX channel, dial the number, and hangup to complete
the transfer.

Thanks everyone!

Yours,
Michael Munger, dCAP
404-438-2128
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mojo with
Horan & Company, LLC
Sent: Wednesday, October 03, 2007 4:44 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] IAXy and hook flash transfer

When I was unable to figure out the IAXy's methods, I went with 
Asterisk's features.conf -- ## for blindxfer, and never looked back.  
That worked quite well.


Michael Munger wrote:
> So what, then, is the procedure to transfer a call from a POTS phone
on
> the FXS port of an IAXy?
>
> Yours,
> Michael Munger, dCAP
> 404-438-2128
> [EMAIL PROTECTED]
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Kevin P.
> Fleming
> Sent: Wednesday, October 03, 2007 3:42 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] IAXy and hook flash transfer
>
> Michael Munger wrote:
>   
>> In features.conf, I have uncommented the transfer features under
>> 
> feature
>   
>> map, but I still cannot transfer using a POTS phone on an IAXy
>> 
> adapter.
>   
>> I think I am missing something here Any help is appreciated.
>> 
>
> Those features are triggered via DTMF, not using a protocol-level
> transfer. The IAXy uses IAX2 to talk to Asterisk, so doing a
flash-hook
> on the IAXY's FXS port will cause the IAXy to create a new IAX2
channel
> and handle the transfer itself.
>
>   


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users