HI:
I'm a user of siremis from China.Now I install the siremis successfully.But I would not use it. So I want the useage of it.
I'll wait for your letter.Thank you!
Best regards.
Calvin wu
2011-6-24
I am trying to install Kamailio 3.1.0 on Solaris 10 that is a sparc
machine (v120) and is running a 64bit OS. When I originally performed
the compile utilizing the instructions from the website, I was getting
warnings about using 32 bit headers. I was able to compile and install
successfully, but when I started Kamailio, loading of modules were
failing due to "not found" error. The warning messages:
"atomic/atomic_sparc.h:41:2: warning: #warning "sparc32 atomic
operations support not tested""
I thought was because the target architecture specified sparc and not
sparc64, so I tried specified the target architecture as listed below
which got rid of the warning messages but then I got ELFCLASS32 error
messages. What is the proper way to create a 64bit version of Kamailio
on a sparc Solaris 10. It seems like the target architecure is not being
configured properly and that may be causing other problems. I have
included output from different commands about the environment and the
commands that I entered to compile Kamailio.
# make FLAVOUR=kamailio cfg
target architecture <sparc>, host architecture <sparc64>
# isainfo -n
sparcv9
# uname -p
sparc
# uname -m
sun4u
# isainfo -v
64-bit sparcv9 applications
vis
32-bit sparc applications
vis v8plus div32 mul32
# isainfo -b
64
Here is what I entered to try and force the building of a 64 bit version
and a sample error that I was getting.
make FLAVOUR=kamailio prefix=/usr/local/kamailio-3.1 CPU=ultrasparc
ARCH=sparc64 cfg
LD (gcc) [M lcr.so] lcr.so
ld: fatal: file /usr/local/lib/libpcre.so: wrong ELF class: ELFCLASS32
ld: fatal: File processing errors. No output written to lcr.so
collect2: ld returned 1 exit status
make[1]: *** [lcr.so] Error 1
make: *** [modules] Error 1
LD_LIBRARY_PATH=/lib/sparcv9:/usr/lib/sparcv9:/usr/sfw/lib/sparcv9:/usr/local/postgres/9.0-pgdg/lib/64
LD_RUN_PATH=/lib/sparcv9:/usr/lib/sparcv9:/usr/sfw/lib/sparcv9:/usr/local/postgres/9.0-pgdg/lib/64
PATH=/opt/csw/bin:/usr/sfw/bin:/usr/local/bin:/usr/local/postgres/9.0-pgdg/bin:/usr/sbin:/usr/bin:/usr/ccs/bin:
# find . -name libpcre.so -print
./usr/local/lib/libpcre.so
Thanks
Hi all,
I am trying to configure kamailio-3.1.4 in order to send me MWI Notify when
there is change in messages.
I have already configure it, in order to use a FreeRadius to authenticate my
users but I have no idea to use Presence and Presence_mwi module.
I need this behavior :
- The phone send me a subscribe, then if it authorize i send it the Notify
with the messages-waiting.
- I must write myself the notify request because an external script will
tell me if there are messages waiting.
I have looked here
(http://www.kamailio.org/docs/modules/3.1.x/modules_k/presence.html#id2614273
and http://www.kamailio.org/docs/modules/3.1.x/modules_k/presence_mwi.html).
If someone has further informations ....
Thanks for your help.
Best regards,
Marvin59
--
View this message in context: http://old.nabble.com/Presence-and-Presence_mwi-tp31946526p31946526.html
Sent from the OpenSER Users Mailing List mailing list archive at Nabble.com.
Hi All in the list,
I'm new to Kamailio but I'm actually able to quickly setup a server, including
also the SIP presence, looking at the example I found at
http://kb.asipto.com/kamailio:presence:k31-made-simple
which explain very well how to do it. I also made some changes in the final
setup and everything seems working well, I can have audio/video/chat session
including the presence status of any user.
Now I would like to improve my testing setup so that for each
call request Kamailio receive, I would like to perform some SQL lookup for
deciding if the conversation might be established or not.
About the SQL lookup I read about the SQLOPS module, it seems really easy
to use, but I don't know where to put such check before the INVITE.
Could someone give me some hints?
P.S: Indeed, I need to read some good documentation about how to code a
Kamailio config file. Any URL to suggest?
Thanks in advance,
Roberto Fichera.
Hi,
I have a kamailio 3.1.4 installation installed from the APT repository kamailio.org.
I have read about a python script route_graph which I would like to test. The only thing is, i cannot seem to find out what deb package I should install to have this.
Could someone point me in the right direction please? :)
Best regards
Stefaan
im trying to replace the ip address in c= and o= with force_rtp_proxy.
i tried different flag co,rc,ro,fo,fc,rfco but still doesnt work.
hope some one can help me with this..
below is my noob simple script.
hope someone can help..
thanks you :)
route[RTPPROXY] {
#!ifdef WITH_NAT
if (is_method("BYE")) {
unforce_rtp_proxy();
} else if (is_method("INVITE")){
xlog("L_INFO","force_rtp_proxy!!!! $rm from $fu
(IP:$si:$sp)\n");
force_rtp_proxy("rfco","publicip");
}
if (!has_totag()) add_rr_param(";nat=yes");
#!endif
return;
}
--
Regards,
MingHon
Hi all,
I would like to know how kamailio sends Notify request by using the
handle_subscribe of presence module.
My purpose is to modify the request to add information for "message waiting
indication" like : Messages-Waiting: yes, Voice-Message: 2/0 (0/0), ...
I need your help !
Thanks in advance,
Best regards
Marvin
--
View this message in context: http://old.nabble.com/MWI-Notify-Request-tp31954500p31954500.html
Sent from the OpenSER Users Mailing List mailing list archive at Nabble.com.