[ASK] ConfBridge on Asterisk 1.8?

Dear All,

I just create conference, using ConfBrige on Asterisk 1.8.
I try to give announce_join_leave=yes option, but failed.
error message: pbx.c: Function CONFBRIDGE not registered

  1. Its just supported on Asterisk 10? How we can give announce join/leave?
  2. There is some method to insert conference number followed by the pound key? like meetme.

Thank you very much for yours help.

Regards,

Catty M.

Already found by myself.
CONFBRIDGE_JOIN_SOUND=beep
CONFBRIDGE_LEAVE_SOUND=beeperr

The problem still out standing is how to insert conference number followed by the pound key? like meetme.

bump.

Thanks a lot. I was just looking for the way to announce when somebody is joining or leaving the confbridge.

/etc/asterisk/extensions.conf:

exten => 5555,1,Answer()
exten => 5555,2,Playback(mensaje.de.jaz)
exten => 5555,n,Set(CONFBRIDGE_JOIN_SOUND=en/beep)
exten => 5555,n,Set(CONFBRIDGE_LEAVE_SOUND=en/beeperr)
same => n,Set(CONFBRIDGE(announce_only_user=no)
same => n,Set(CONFBRIDGE(user,announce_join_leave)=yes)
same => n,ConfBridge(5555)