[Asterisk-Users] Send HookFlash after answering a ZAP (analog) channel

Hans-Juergen Brand hans-juergen.brand at gmx.net
Mon Feb 13 11:16:23 MST 2006


My hardware configuration looks like this:

public network --->>other PBX ---analog line (ext 100) ---> FXO,Asterisk
                      |
                      |--- extension
                             (200)

by calling extension 100 from public network I can call Asterisk. Now I
would like to answer the call, SayNumber and the transer back to the
extension 200 in the other pbx. When I put a telephone instead of Asterisk
on the line 100 I can do the transfer by pressing Hookflash and the dial 200
and then hookon. The call is no at 200.

---- extension.conf ---

exten => s,1,Answer
exten => s,2,Wait(1)
exten => s,3,SayNumber(101)
exten => s,4,Wait(2)
exten => s,5,Transfer(**51)
exten => s,6,Wait(40)       

------

I trie something, but it is not working.

kinds regards.

HJB



More information about the asterisk-users mailing list