[asterisk-users] Anyone Know How to Have Asterisk Work Like GranCentral and Require a Touch-Tone to Connect?

Atis Lezdins atis at iq-labs.net
Sun May 11 13:18:33 CDT 2008


On Sun, May 11, 2008 at 8:49 PM, Matt Watson <mwatson at becon.org> wrote:
> I just took a quick look at the dialplan that freepbx uses for doing call confirmation... the dialplan part of it is actually quite simple... its just a matter of setting the USE_CONFIRMATION varialbe =TRUE.
>
>  However, the actual magic looks like it happenes through its dialparties.agi... which is a little more complicated than i'd like to try and dissect on a sunday afternoon!
>
>  but that might be a good place to look at how its done to learn by example.

It should be like

Dial(SIP/123&SIP/456,30,M(confirm));

and macro named "confirm" that playback the prompt, reads DTMF, and
sets value of MACRO_RESULT

>
>  I know in the freepbx implementation what it does is whenever a handset thats part of the ringgroup answers, they get a recorded message "You have an incoming call, press 1 to accept" maybe it says something else too... can;t recall at the moment.  The first member of the Ring group to hit 1 gets the call... if more than 1 person picks up the handset right away, the first to hit 1 gets it, and the rest hear a "sorry, too late, somebody else got it"-type message (no idea what it actually says).

I suppose just a disconnect, because call was already bridged.

Regards,
Atis


-- 
Atis Lezdins,
VoIP Project Manager / Developer,
atis at iq-labs.net
Skype: atis.lezdins
Cell Phone: +371 28806004
Cell Phone: +1 800 7300689
Work phone: +1 800 7502835



More information about the asterisk-users mailing list