Could someone help me setup confrence calling with ability to transfer numbers to it like in example at
http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO with app_confbridge. I wonder if is posible to add users to conference by dialing they number.
I had setup conference
exten => 1000,1,Answer
exten => 1000,n,set(CONFBRIDGE_JOIN_SOUND=de/conf-hasjoin)
exten => 1000,n,set(CONFBRIDGE_LEAVE_SOUND=de/conf-hasleft)
exten => 1000,n,ConfBridge(11, cMs,)
exten => 1000,n,Hangup