Hi, thank you very much. I know what the problem is now. Because I use
a openser-1.2.1-notls. So the "log_fmt" is obsolete.
In the http://www.openser.org/docs/modules/1.2.x/acc.htm it wrote that:
The accouting module will log by default a fixed set of attributes for
the transaction - if you customize you accouting by adding more
information to be logged, please see the next chapter about extra
accouting - Section 1.2.
The fixed minimal accouting information is:
Request Method name
>From header TAG parameter
To header TAG parameter
Call-Id
3-digit Status code from final reply
Reason phrase from final reply
Time stamp when transaction was completed
If a value is not present in request, the empty string is accounted
instead.
I want have a User-Name in the accounting information.
So I saw in the Section 1.2
Selection of extra information is done via xxx_extra parameters by
specifying the names of additional information you want to log. This
information is defined via pseudo-variables and may include headers or
AVPs values or other message or system values. The syntax of the
parameter is:
xxx_extra = extra_definition (';'extra_definition)*
extra_definition = log_name '=' pseudo_variable
And the pseudo_variable I need is '$au' for User-Name. But I don't
understand how to use this paramater in the openser.cfg. Do you have
some ideas??
Hi,
How can I add a header to SDP?
Actually what I want to do is, whenever an INVITE with SDP comes, search for a ptime and if ptime can not be found, add a default line to SDP body.
Like
if (has_body()){
if (!search_body("ptime") {
# like below
à # append_body("a=ptime:20");
}
}
Thanks,
Kuddusi CIFTCIBASI
Next Generation Networks
Teletek Telecommunication Services Corp.
Ayazma Dere Cad. Aksit Plaza No:12/1
Fulya, Besiktas , 34349, www.teletek.net
Tel : +90 212 227 7030
Direkt: +90 212 310 2233
Fax : +90 212 227 8700
Email: kuddusi.ciftcibasi(a)teletek.net
Skype : realkudu
MSN : kuddusic(a)hotmail.com
Yahoo: kuddusi.
Hi,
How can I add a header to SDP?
Actually what I want to do is, whenever an INVITE with SDP comes, search for a ptime and if ptime can not be found, add a default header to SDP body.
Like
if (has_body()){
if (search_body("ptime") {
# like below
--> # append_body("a=ptime:20");
}
}
Thanks,
Kuddusi CIFTCIBASI
Next Generation Networks
Teletek Telecommunication Services Corp.
Ayazma Dere Cad. Akşit Plaza No:12/1
Fulya, Beşiktaş , 34349, www.teletek.net
Tel : +90 212 227 7030
Direkt: +90 212 310 2233
Fax : +90 212 227 8700
Email: kuddusi.ciftcibasi(a)teletek.net
Skype : realkudu
MSN : kuddusic(a)hotmail.com <mailto:kuddusic@hotmail.com>
Yahoo: kuddusi.
Yasal Uyari:
Bu e-posta'nin içerdigi bilgiler (ekleri de dahil olmak üzere) gizlidir. Teletek Telekomünikasyon Hizmetleri A.Ş. onayi olmaksizin içerigi kopyalanamaz, üçüncü kişilere açiklanamaz veya iletilemez . Bu mesajin gönderilmek istendigi kişi degilseniz (ya da bu e-posta'yi yanlişlikla aldiysaniz), lütfen yollayan kişiyi haberdar ediniz ve mesaji sisteminizden derhal siliniz. Teletek bu mesajin içerdigi bilgilerin dogrulugu veya eksiksiz oldugu konusunda bir garanti vermemektedir. Bu nedenle bilgilerin ne şekilde olursa olsun içeriginden, iletilmesinden, alinmasindan, saklanmasindan sorumlu degildir. Bu mesajin içerigi yazarina ait olup, Teletek'in görüşlerini içermeyebilir.Disclaimer:
This e-mail (including any attachments) may contain confidential and/or privileged information. Copying, disclosure or distribution of the material in this e-mail without Teletek Telekomünikasyon Hizmetleri A.Ş.'s authority is strictly forbidden. If you are not the intended recipient (or have received this e-mail in error), please notify the sender and delete it from your system immediately. Teletek makes no warranty as to the accuracy or completeness of any information contained in this message and hereby excludes any liability of any kind for the information contained therein or for the information transmission, reception, storage or use of such in any way whatsoever. Any opinions expressed in this message are those of the author and may not necessarily reflect the opinions of Teletek.
Hi
Can anyone help me out in compiling xcap module??
as far as the module documentation concerns... its says.. that libcurl.so
should be there already.. but how do i get that
i downloaded a curl.tar.gz from internet.. gunzip n untar it.... and then
compiled it
but can't find any .so made out of it
more so, the xcap module when compiled.. gives error that it can't find
curl/curl.h
What do i do??
Can any one help???
Parminder Nayyar
Hi, everybody
I use openser and want to use acc module. But when I tryed to use
modaparm("acc", "log_fmt", "mfs")
openser can not start. Can you tell me why?
Greetings,
I would like to register the call forward functions
for my UA,
is it available for registering these functions from
UserAgent?
for example, via the REGISTER sip message or other
messages?
can anyone help me for this topic?
Thanks a lot.
Sean
____________________________________________________________________________________
Pinpoint customers who are looking for what you sell.
http://searchmarketing.yahoo.com/
Hi, in URI as "ping(a)domain.org" I need to change URI to just "domain.org"
(without the username@). But I have multidomain so can't rewrite uri directly
and must use the requested URI domain ($rd).
So I try:
if (uri=~"sip:ping[@]+.*") {
rewriteuri("sip:$rd");
xlog("L_INFO", "-- New URI = $ru\r\n");
...
but I get:
-- New URI = sip:$rd
so it seems that I cannot use variables for making function parameters, is it
true? so then, how should I do it? maybe I need using AVP's for that?
Thanks for all.
--
Iñaki Baz Castillo
ibc(a)in.ilimit.es