Search found 2 matches

by buskila
Wed Feb 11, 2015 9:37 am
Forum: Use Cases
Topic: Serial forking
Replies: 8
Views: 9470

Re: Serial forking

Oh, i didn't explain myself. Suppose user1@mydomain is registered from two locations and user2@mydomain calls user1. If you simply Dial(${dst}@mydomain) the server will automatically fork to both locations in parallel. Is there any way to refer to each registration location so i could put them insid...
by buskila
Wed Feb 11, 2015 8:14 am
Forum: Use Cases
Topic: Serial forking
Replies: 8
Views: 9470

Serial forking

Is it possible to fork the INVITE message serially instead of in parallel when calling a user who is bound to two locations? Right now if you do

Code: Select all

sys.Dial("${dst}@mydomain")
INVITE messages are sent in parallel.