[Help]Dynamic n-way call in IP01?
| Has anyone tried the n-way call according to voip-info in IP01? 
 http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO
 
 I added a conference 6300 room by hand and modify the nway-start macro with conference room number:
 features.conf has been added too.複製代碼[macro-nway-start]
;change exten => s,1,Set(CONFNO=${FindFreeConf()}) 
exten => s,1,Set(CONFNO=6300}) 
...
 However, when I call an internal phone and press *0, nothing happens(no info in CLI debug
  ) 
 Does someone have experience on a simple three-way calling?
 |