@threeeye wrote:
Hi guys,
I'm building a program in VB.NET with AsterNET that will call a group of phones and send them to an extension that will put them on hold.Dim test As New Action.OriginateAction test.Channel = "SIP/2035" test.Exten = "1111" test.Context = "default" test.Priority = "1" test.CallerId = "2035" test.Timeout = 3000000 conn.SendAction(test)
This will call ext 2035, when answered, it will call exten 1111
My question is
What is the best way to do it for 70 phones at once?
Thanks
Posts: 2
Participants: 2