epretlac
06-02-09, 09:27 AM
There are 2 ways to generate hookflash on the Warp:
1. You can generate a hookflash via the dialplan, something like this:
exten=> s,1,PIKAFlash()
exten=> s,n,Dial(...)
In this scenario, you might have an Asterisk IVR (performing auto attendant) connected to a legacy PBX. Outside callers reach the Asterisk IVR and then can be transfered to internal extensions on the legacy PBX using a hookflash.
2. The user can generate a hookflash. In the pika.conf, for example, there are the settings:
hookflashco=yes
flashstring=##
Then when the end user dials "##", a hookflash is generated at the PSTN side of the call.
Eric Pretlac
Technical Support Specialist
PIKA Technologies, Inc.
1. You can generate a hookflash via the dialplan, something like this:
exten=> s,1,PIKAFlash()
exten=> s,n,Dial(...)
In this scenario, you might have an Asterisk IVR (performing auto attendant) connected to a legacy PBX. Outside callers reach the Asterisk IVR and then can be transfered to internal extensions on the legacy PBX using a hookflash.
2. The user can generate a hookflash. In the pika.conf, for example, there are the settings:
hookflashco=yes
flashstring=##
Then when the end user dials "##", a hookflash is generated at the PSTN side of the call.
Eric Pretlac
Technical Support Specialist
PIKA Technologies, Inc.