Displaying 3 results from an estimated 3 matches for "screenfil".
Did you mean:
screenful
2005 Mar 24
1
Can I use my callscreen macro w/ sip?
...their name
once provided they call from the same number.
Anyway, I think I'm gonna get a big "NO" on recording SIP channel, but
maybe there is a similar way to do this with monitor or something??
Just a shot in the dark.
[macro-screen]
exten => s,1,Wait(1)
exten => s,2,DBget(SCREENFILE=callerid/${CALLERIDNUM})
exten =>
s,3,ParkAndAnnounce(beep:beep:callfrom:${SCREENFILE}:holdingonexten:PARKED:beep:beep:${SCREENFILE}:isholdingonext:PARKED|180|${ARG1}|${ARG2})
exten => s,103,SetVar(SCREENFILE=/var/lib/asterisk/sounds/names/${UNIQUEID})
exten => s,104,Playback(vm-rec-name)...
2005 Mar 24
0
Record(Sip)
...their name
once provided they call from the same number.
Anyway, I think I'm gonna get a big "NO" on recording SIP channel, but
maybe there is a similar way to do this with monitor or something??
Just a shot in the dark.
[macro-screen]
exten => s,1,Wait(1)
exten => s,2,DBget(SCREENFILE=callerid/${CALLERIDNUM})
exten =>
s,3,ParkAndAnnounce(beep:beep:callfrom:${SCREENFILE}:holdingonexten:PARKED:beep:beep:${SCREENFILE}:isholdingonext:PARKED|180|${ARG1}|${ARG2})
exten => s,103,SetVar(SCREENFILE=/var/lib/asterisk/sounds/names/${UNIQUEID})
exten => s,104,Playback(vm-rec-name)...
2005 Jun 23
3
privacy manager
>1- Call comes in without callerid
>2- AGI script answers line
>3- AGI script asks to record name
>4- Park the call and get the parked extension number
>5- Ring all the phones in the house (exec Dial)
>6- If phone is picked up, play recorded name
>7- Wait for DTMF to accept or decline call
>8- If accepted, bridge parked call and current call.
Mike,
I am wanting this