Automatic n-way conference?

Hi all,

I am trying to set up a 3-way conference automatically. Three extensions form a group, and whenever one of the parties calls the conference number, the other 2 members are automatically called and put into the conference context.

Is this possible natively in asterisk? Otherwise I would have to write a small IAX server that does the job…

Greetings

Holger

You could do this with Page() just don’t add a SIP header for auto answer.

Make something like

exten => 1234,1,Page(SIP/123&SIP/124&SIP/125,d) ; d = full duplex

when you dial 1234 it will call all 3 phones and dump them into a conference.