Search found 1 match

by andreasjonsson
Tue Apr 15, 2008 1:07 pm
Forum: Technical Support
Topic: Ruby Dial Plans
Replies: 38
Views: 77520

Calling several destinations at the same time?

I would like to be able to do something like this: #Ruby dialplan sys.Log("call received uri=#{req.URI.User}") sys.Dial("voipstunt") #for outgoing calls sys.Dial("SSuser@local", "mymobileno@sip.voipstunt.com") #for incoming calls Is it possible to send an incoming call to several destinations at the...