Attention of sales,
If you feel you can quote or have any use for our clients service please e-mail daynaworldwide(a)aol.com
Ref Day 1/18/06/03
Please be informed that we have empty 13.6 tilt-trailers in Manchester (UK), London (UK). We are looking for cargoes to Kazakhstan, Uzbekistan, Azerbaijan or Distant Russia.
Waiting for your cargo offers.
Ref Day 2/18/06/03
quote required for
Euro pallet of wine 1053kg 77 cases of 12x.75l by freight from Sicily to London.
also from Corsica, sardinia and southern italy, also going to Portugal
Hello,
Is it possible to get access to iptel's working copy of ser.cfg?
Thanks Mike
Michael Kane
To-Talk Communications LLC.
37 Sandusky Dr.
Wareham, Ma. 02571
508-295-2826
Is it possible to get access to iptel's working copy of ser.cfg?
Thanks Mike
Michael Kane
To-Talk Communications LLC.
37 Sandusky Dr.
Wareham, Ma. 02571
508-295-2826
I am reading documents included in ser 0.8.11pre 29. It's useful but some
scripts in apps.sgml is missing. Should anybody tell me where I can find the
complete document for ser 0.8.11?
BTW, this document must be written by Jiri. I suggested that this document
should be released in html. How do you think about it?
Younger Wang
Folks,
One of our perspective customers asked if it would be possible to use
H323 LRQ requests to query their gatekeeper to select the GW for
terminating a SIP call to (gateways support both H323 and SIP). Does
anybody have any ideas on how to implement such functionality?
Thanks!
-Maxim
Looking at the ACCounting output from 0.8.10, the UA
has the ability to hide the source. For example,
Jun 16 15:51:17 rave ser[25425]: ACC: transaction answered:
method=INVITE, i-uri=sip:233200@addaline.com;user=phone,
o-uri=sip:233200@64.90.42.10:5060;user=phone;transport=udp, call_id=
5f695344-4242-c6f9-2ec3-13fc1601e299(a)192.168.0.2, from= Anonymous
<sip:who@private.org;user=phone>;tag=26a4758b-baa2-b388-8a63-25bb3019fb86,
code=200
This actually came from the user '231146(a)addaline.com'.
Is there some way to report the actual source, instead of
the 'reported' source, in the accounting records? This was
an authenticated call, and 231146 had to authenticate with
a password before the INVITE was processed.
The accounting modules is printing:
if (usesyslog) {
LOG( log_level,
"ACC: transaction answered: "
"method=%.*s, i-uri=%.*s, o-uri=%.*s, call_id=%.*s, "
"from=%.*s, code=%d\n",
rq->first_line.u.request.method.len,
rq->first_line.u.request.method.s,
rq->first_line.u.request.uri.len,
rq->first_line.u.request.uri.s,
rq->new_uri.len, rq->new_uri.s,
rq->callid->body.len, rq->callid->body.s,
rq->from->body.len, rq->from->body.s,
/* take a reply from message -- that's safe and we don't need to be
worried about TM reply status being changed concurrently */
code );
}
How can I get the real source to print out on this LOG message?
Thanks,
---greg