[Asterisk-Users] Asterisk PBX Functions via SIP phone

Chris Shaw chriss at watertech.com
Fri Aug 20 11:13:36 MST 2004


> Wouldn't you need to track each extension? something like:
> exten => *78,1,DbGet(${dnd}=dnd/${CALLERIDNUM})
> exten => *78,2,DbPut(dnd/${CALLERIDNUM}=1)
> exten => *78,3,Playback(pbx-dndenabled)
> exten => *78,4,Hangup()
> etc.?
>
Yep! good catch! that's why I asked someone to correct me, I was in a hurry
and this was an on-the-fly kind of example...

You would need to do something like this, or make a key like
features/dnd-${CALLERIDNUM} would be best... Would also work for
forwarding...

-Chris




More information about the asterisk-users mailing list