Answer the question
In order to leave comments, you need to log in
Is there an invitation to a conference on Asterisk via buttons?
A simple conference is configured via sip.conf:
[local]
exten => 900,1,Answer()
exten => 900,n,Macro(recording,${CALLERID(num)},${EXTEN})
exten => 900,n,ConfBridge(1,confer)
[confer]
type=bridge
max_members=20
video_mode=none
mixing_interval=10
internal_sample_rate=auto
record_conference=no
Answer the question
In order to leave comments, you need to log in
confbridge.conf
[admin_menu]
...
*#=dialplan_exec(conf-invite,s,1)
[conf-invite]
exten => s,1,Answer
same => n,Read(NUMBER,vm-enter-num-to-call)
same => n,Originate(SIP/${NUMBER},exten,conf-invite,conference,1)
exten => conference,1,Answer
same => n,ConfBridge(conference,bridge,simple-user,user_menu)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question