< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
You do not need to create a DialogUsageManager per call. You
can use AppDialogs and AppDialogSets to help handle multiple calls within one
DUM instance. See the wiki for some documentation on AppDialogSets. From:
resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx]
On Behalf Of Ira Kadin Dear
all, I
want to develop a SIP GateWay application with the resiprocate stack. If I
understand correctly, I will need to create a separate DialogUserManager for
each call, but this way I need to provide different port for each call, and
can't use common 5060 for the each call. How it's possible to solve this
problem. I also would appreciate for any source example of multi-call
application. thanks
in advance Ira |