Hi
I have some questions about Contact Table: What is "q" field? And "callid"? How can I add rows on server_monitorig table?
Thanks. Andrea
---------------------------------- Legge di Clarke sulle idee rivoluzionarie Ogni idea rivoluzionaria - in campo scientifico, artistico o altro provoca tre stadi di reazione, riassumibili nelle seguenti frasi: 1. "E' impossibile; non farmi perdere tempo". 2. "E' possibile, ma non val la pena di farlo". 3. "L'ho sempre detto, io, che era un'ottima idea".
Hello,
q is priority of a contact among all contacts existing for an Address of Record. callid is value of Call-ID header field of REGISTER message that registered the contact.
You can add rows to server_monitoring table using mysql comand line client.
Jan.
On 27-08 11:51, giAndrea wrote:
Hi
I have some questions about Contact Table: What is "q" field? And "callid"? How can I add rows on server_monitorig table?
Thanks. Andrea
Legge di Clarke sulle idee rivoluzionarie Ogni idea rivoluzionaria - in campo scientifico, artistico o altro provoca tre stadi di reazione, riassumibili nelle seguenti frasi:
- "E' impossibile; non farmi perdere tempo".
- "E' possibile, ma non val la pena di farlo".
- "L'ho sempre detto, io, che era un'ottima idea".
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Jan Janak writes:
q is priority of a contact among all contacts existing for an Address of Record.
this reminds me of an old issue: is there any plans to support sequential forking based on the q value:
16.6 Request Forwarding
As soon as the target set is non-empty, a proxy MAY begin forwarding the request. A stateful proxy MAY process the set in any order. It MAY process multiple targets serially, allowing each client transaction to complete before starting the next. It MAY start client transactions with every target in parallel. It also MAY arbitrarily divide the set into groups, processing the groups serially and processing the targets in each group in parallel.
A common ordering mechanism is to use the qvalue parameter of targets obtained from Contact header fields (see Section 20.10). Targets are processed from highest qvalue to lowest. Targets with equal qvalues may be processed in parallel.
-- juha
Yes, we are going to implement it.
Jan.
On 01-09 08:21, Juha Heinanen wrote:
Jan Janak writes:
q is priority of a contact among all contacts existing for an Address of Record.
this reminds me of an old issue: is there any plans to support sequential forking based on the q value:
16.6 Request Forwarding
As soon as the target set is non-empty, a proxy MAY begin forwarding the request. A stateful proxy MAY process the set in any order. It MAY process multiple targets serially, allowing each client transaction to complete before starting the next. It MAY start client transactions with every target in parallel. It also MAY arbitrarily divide the set into groups, processing the groups serially and processing the targets in each group in parallel.
A common ordering mechanism is to use the qvalue parameter of targets obtained from Contact header fields (see Section 20.10). Targets are processed from highest qvalue to lowest. Targets with equal qvalues may be processed in parallel.
-- juha