Hi, I am playing with conferencing, but might have hit a bug... Any use who wants to hang up or leave the conference should press the # key, after which they get a "goodbye" message and the call gets disconnected. However, this does not happen. whatever keys are pressed by whichever party gets heard on every other party. I am using Zap channels (Digium T405p) My extensions.conf looks like this [macro-meetme] exten => s,1,Answer exten => s,2,Wait(1) exten => s,3,MeetMe(${ARG1}|pMAx) exten => s,4,Playback(vm-goodbye) exten => s,5,Hangup [conference] exten => 1300,1,Macro(meetme,1300) The "p" option should take care of the "hangup" issue, correct ? Am I missing something ? Thanks Walter