Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ivanov_ke

Pages: [1]
1
Other Yate server issues / Re: Parrallel resolving any REGISTER packets
« on: January 31, 2014, 04:17:51 AM »
Thank you,

but i cannot understand work of JS dispetcher.

Register is message that waits answer - that means that dispetcher need wait everyone Resolver(that catches param=1, param=2, etc.) to send answer to YateEngine.

or it can only redirect message as another message
or change message parameters and Ack it and "handled = false" for catching it then of needed Resolver(param=n)

2
Other Yate server issues / how ON debug extmodule
« on: January 31, 2014, 02:22:35 AM »
how to see debug strings of extmodule.cpp
?

3
Other Yate server issues / Re: Parrallel resolving any REGISTER packets
« on: January 29, 2014, 04:27:58 AM »
What is filter in JavaScript, where it configure

cannot find it as documentation on yate.null.ro

4
Other Yate server issues / Re: Parrallel resolving any REGISTER packets
« on: January 22, 2014, 06:45:01 AM »
found method
AuthHandler::received -
it recieves messages async(parallel)

5
Other Yate server issues / Re: Parrallel resolving any REGISTER packets
« on: January 22, 2014, 05:28:16 AM »
Thank you,

about C++
I debugged by "Debug() and sleep()"
And I see that " YateSIPEndPoint::regRun" runs in series - no parallel

May be it processed parallel in next steps?(in functions that calls after)

6
Other Yate server issues / Parrallel resolving any REGISTER packets
« on: January 21, 2014, 11:08:17 AM »
After some tests I found one problem that is important for me

EXTMODULE cannot resolve two different packets in one time if one of them resolves slowly

I created two PHP modules both catches "user.unregister"
And if i paste sleep on one of this SECOND Register packet waits 1st php module and dont use 2nd php module

Then i pasted sleep to  YateSIPEndPoint::regReq - same situation(


Can YATE resolve two REGISTER packets parrallel of 1st request slowly resolves by php module - or only in series?

Pages: [1]