search for: _120

Displaying 1 result from an estimated 1 matches for "_120".

Did you mean: 120
2005 Mar 24
2
Fun with CAPI
...s a dialtone. Great. Now I want the dialtone to go away after their first keypress and then process the "first number + rest of the number" as if it'd come in from an IAX / SIP client (which works well....) OUTBOUND=IAX2/ourproviderdetails_which work fine :) [default] exten => _120.,1,NoOp( incoming call from ISDN ) exten => _120.,2,Answer exten => _120.,3,PlayTones(dial) ; Give the caller a familiar noise. exten => _X,1,NoOp( Got a digit! It was ${EXTEN}) exten => _X,2,StopPlaytones() exten => _X,3,SetVar(Predigits=${EXTEN}) ; Put that...