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