Open Source Training Seminar


Not Logged in - No Account?

Logging in allows you to post to forums, track new posts, subscribe to threads, pm (private message) other members, and receive periodic news letters. Once logged in this message disappears. No account? Create one by registering here. Lost your password, request a new password. We respect your privacy and collect minimal information when you register and we do not resell that information or use it in any objectionable way. You can review our privacy policy for details.


Sangoma Hook Flash

deano's picture

Hi All,

Can someone give me some direction on this.

I have an IVR that if 1 is pressed, it connects to a Misc Destination. This destination is a In-Call Blind Transfer then the phone number to call. But, it just hangs up. The Feature Code is ##.

I am in Canada and have local Link lines that support this. I would like to get this working. Any Idea's? Where should I look?

All of the function seems to be going the right way, just no hook flash.

Sangoma A200D with 4 FXO and transfer=yes is in zapata.conf

Thanks


__________________


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Try this little plunk of

jmullinix's picture

Try this little plunk of Code. Modify to your benefit. Put it in extensions_custom.conf and call it with a custom destination with

custom-call_cell, 17064559999,1

[custom-call_cell]
exten => _X.,1,Playback(pls-hold-while-try)
exten => _X.,n,Flash()
exten => _X.,n,senddtmf(${EXTEN})
exten => _X.,n,Hangup()

This will transfer a call that came in on a POTS line to another number using the call transfer feature provided by your telco. This also has the advantage of releasing the incoming line after the transfer. It has the disadvantage of also transferring control of the call away from you PBX.


__________________

John Mullinix, Cohutta.Com, Inc.
1-706-632-3343 -- sip://17066323343@qth.cohutta.org
Looking for Dundi peers in Baltimore, MD and Lake Wales, FL USA


Hi, I am trying the same

clovislacerda's picture

Hi,

I am trying the same thing, but my call to be transferred back to the PABX is not a Zap channel. I am using an external FXO gateway which connects to the freepbx box via a SIP extension. The Flash() command does not work in non-zap channels. Is there a workaround to this? I tried SendDTMF(#,250), with '#' being the transfer key, but to no avail.

Any help appreciated

thanks
Clovis