I am getting this error when trying to run kamailio on Centos 5.5. I
have Postgresql 9.1.4 installed and I have tried with both OpenSSL
v0.9.8e and v1.0.1c and I still get the same error. Any help would be
appreciated.
ERROR: <core> [sr_module.c:565]: ERROR: load_module: could not open
module </usr/local/kamailio-3.2/lib64/kamailio/modules/db_postgres.so>:
/usr/local/kamailio-3.2/lib64/kamailio/modules/db_postgres.so: undefined
symbol: TLSv1_method
Thanks
Nathaniel
Hi list,
My team are developing a SIP client for mobile running iOS ,
then having to deal with the "back ground mode" problem while this soft is
installed on mobiles
One of the solutions is using APNS. (Apple Push Notification Service)
I wanna to use Kamailio as SIP Redirect / Proxy for my current SIP server
The model is like that:
User A <---------> Kamailio <---------> SIP server <--------> User B
IF UserA call UserB, UserB is not available now (not registered yet),
normally, SIP server will reply Kamailio with "404 Not found"
In that case, i want to set up Kamailio do the communication with APNS and
waiting for UserB "Wake up" then RESEND the Invite message ......
(instead of forwarding this 404 message to UserA)
I am getting stuck at how Kamailio can control "404 Not found" message
which it receives from SIP server .
I do searching around several days but still can not get any clearer
points.
Please help me with some instruction/ configuration of Kamailio for this
case !
Thank you very much.
Hi list,
My team are developing a SIP client for mobile running iOS ,
then having to deal with the "back ground mode" problem while this soft is
installed on mobiles
One of the solutions is using APNS. (Apple Push Notification Service)
I wanna to use Kamailio as SIP Redirect / Proxy for my current SIP server
The model is like that:
User A <---------> Kamailio <---------> SIP server <--------> User B
IF UserA call UserB, UserB is not available now (not registered yet),
normally, SIP server will reply Kamailio with "404 Not found"
In that case, i want to set up Kamailio do the communication with APNS and
waiting for UserB "Wake up" then RESEND the Invite message ......
(instead of forwarding this 404 message to UserA)
I am getting stuck at how Kamailio can control "404 Not found" message
which it receives from SIP server .
I do searching around several days but still can not get any clearer
points.
Please help me with some instruction/ configuration of Kamailio for this
case !
Thank you very much.
All Experts,
I have installed Kamailio Server on Linode Cloud. I have followed the
following URL for Setup:
http://kb.asipto.com/kamailio:presence:k31-made-simple
This is done in ubuntu 10.04. I am only able to make chat. Video chat,
conference, Presence, Call, Screen Sharing is not working. But followed
the same how to install kamailio in my local system and
all features are working fine. Does there anyone who can point out the
flaw in setup.
Thanks and regards,
Vijay Thakur
Hi,
Anyone got this message " Can't initialize shared memory" ?
When i run kamailio using "kamailio -m 512" it works OK
When i run "/etc/init.d/kamailio start" i get the message above. my init
script anf defaults are set with memory = 512.
I played a little with 3.3.0 and now i am back to 3.2.4 can it be something
to do with it?
BR,
Uri
Try modifying the request URI with $ru/$rU/$rd/$rp instead. See the pseudovariables page on the dokuwiki for more information.
rewritehostport() is a legacy function that does not deal with variables.
-- Alex
--
Sent from my Samsung mobile, and thus lacking in the refinement one might expect from a proper keyboard.
Alex Balashov - Principal
Evariste Systems LLC
235 E Ponce de Leon Ave
Suite 106
Decatur, GA 30030
Tel: +1-678-954-0670
Web: http://www.evaristesys.com/intel@intrans.baku.az wrote:Can I use rewritehostport() function with argument selected at time of
call processing?
I have a lua script, which gets address/port of next hop(from base)
But how to call rewritehostport() with it?
I can't find, how to call this function from lua script directly
(I've tried sr.tm.rewritehostport() and rewritehostport() - no success)
If i set pseudovariable (f.e $avp(relay)) and call
rewritehostport("$avp(relay)") from kamailio.cfg later, i can see in logs
such message:
ERROR: tm [ut.h:327]: failed to resolve "$avp(relay)"
Seems it use name of pv, not value?
What should I do to call this function with correct parameter?
--
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users(a)lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Can I use rewritehostport() function with argument selected at time of
call processing?
I have a lua script, which gets address/port of next hop(from base)
But how to call rewritehostport() with it?
I can't find, how to call this function from lua script directly
(I've tried sr.tm.rewritehostport() and rewritehostport() - no success)
If i set pseudovariable (f.e $avp(relay)) and call
rewritehostport("$avp(relay)") from kamailio.cfg later, i can see in logs
such message:
ERROR: tm [ut.h:327]: failed to resolve "$avp(relay)"
Seems it use name of pv, not value?
What should I do to call this function with correct parameter?
--