Hi All Members,
I am trying to compiling Kamailio 4.0 with websocket support. Please tell
that what modules should I compile during installation. Is there any list
of all available modules. Is it possible to compile kamailio with all
available
modules.
During compilation, I am getting the error "fatal error:
radiusclient-ng.h: No such file or directory".
Thanks,
Vijay TH
Hi,
I am facing issue with modifying the xdm document in kamailio 4.0,2 by
using xpath(Getting 500 from server). can anyboady suggest me, what is the
wrong I am doing based on following example.
Here is the example for the same.
*PUT /xcap-root/pidf-manipulation/users/
sip:test@kamailio.com/perm-presence/~~/presence/pdm:person?xmlns(pdm=urn:ietf:params:xml:ns:pidf:data-model)
* HTTP/1.1
Host: kamailio.com
Keep-Alive: 115
Connection: TE, Keep-Alive
TE: trailers
Content-Length: 117
Content-Type: application/xcap-el+xml
<pdm:person id =
"aa"><op:overriding-willingness><op:basic>closed</op:basic></op:overriding-willingness></pdm:person>
HTTP/1.1 500 Server error
Via: SIP/2.0/TCP 192.168.41.60:59958
Server: kamailio (4.0.2 (i386/linux))
Content-Length: 0
And following is the original document which exists in server.
GET /xcap-root/pidf-manipulation/users/sip:test@kamailio.com/perm-presenceHTTP/1.1
Host: kamailio.com
Keep-Alive: 115
Connection: keep-alive
TE: trailers
HTTP/1.1 200 OK
Via: SIP/2.0/TCP 192.168.41.60:59956
ETag: "sr-1377875323-9520-1"
Content-Type: application/pidf+xml
Server: kamailio (4.0.2 (i386/linux))
Content-Length: 683
<?xml version = "1.0" encoding = "UTF-8"?><presence
xmlns="urn:ietf:params:xml:ns:pidf"
xmlns:pdm="urn:ietf:params:xml:ns:pidf:data-model"
xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid"
xmlns:op="urn:oma:xml:prs:pidf:oma-pres"
xmlns:opd="urn:oma:xml:pde:pidf:ext"
xmlns:opd11="urn:oma:xml:pde:pidf:ext:1.1"
xmlns:gp="urn:ietf:params:xml:ns:pidf:geopriv10"
xmlns:cl="urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr"
xmlns:caps="urn:ietf:params:xml:ns:pidf:caps" xmlns:gml="
http://www.opengis.net/gml" xmlns:gs="http://www.opengis.net/pidflo/1.0"
xmlns:lt="urn:ietf:params:xml:ns:location-type" entity = "
sip:test@kamailio.com"><pdm:person id = "aa"></pdm:person></presence>
I also tried by adding the pdm="urn:ietf:params:xml:ns:pidf:data-model" to
xcap server known namspaces, by using modparam. but still I am getting the
same error.
Thanks for the help.
Regards,
Anzi
Hi, all!
Dialogs can store in database, but seems they never read from DB, only
on start. Isn't it?
--
WBR, Victor
JID: coyote(a)bks.tv
JID: coyote(a)bryansktel.ru
I use FREE operation system: 3.10.9-calculate GNU/Linux
Hey Guys,
I've done a fair bit of research, but have been unable to locate
anything detailing how to get the Music On Hold working.
I've setup a system as per the guide here:
http://kb.asipto.com/asterisk:realtime:kamailio-4.0.x-asterisk-11.3.0-astdb
These features work well - Sip to sip, nat traversal, inbound and
outbound calls using asterisk as the gateway. Transfers both blind and
assisted etc.
The only feature I have found so far to not work is Music on hold.
Happy to supply Sip trace & RTP Stream is required, but I assume this is
a common issue as I don't see any support in the kamailio config script.
Thanks in advance for your assistance
Dave
Hi community,
We updated our deployment to Kamailio 3.2 and we would like to use it now
as presence server but we need to keep backwards compatibility wth previous
services.
We found that when we use kamailio as PS several tuples can be stored on
the database even if they are from different publish (which is correct bu
is causing some issues to us)
On our previous presence server (which was more simple) all previous stored
presence tuples were removed each time a user publishes a new presentity.
Which would be the most simple way to achieve this effect in Kamailio 3.2?
Would it be possible to remove previous stored tuples for a user on the
reception of a PUBLISH before doing the handle_publish through kamailio.cfg
? If not is there a way to use only last published presentity?
Thanks
Albert
Hello,
not that summer holidays (pretty much) ended, I'm making a call to catch
up with what was left unattended and somehow got lost on the lists,
trackers or repositories. Therefore:
- if someone asked questions without answer on mailing list, send now a
reminder
- if you sent emails to private address (direct message only to personal
emails, not as a request from a mailing list conversation), again, they
are very very unlikely to be answered there, resend the message to
mailing list
- if you opened a tracker issue and have more details, add them as soon
as possible
As for development, I have seen a bunch of commits on personal branches,
if they are not requiring special review, merge them to the master
branch so the code can be easier tested. Soon we will have to freeze for
next major release and it is better to have the code as early as
possible in the main branch.
Have a great autumn,
Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio Advanced Trainings - Berlin, Oct 21-24; Miami, Nov 11-13, 2013
- more details about Kamailio trainings at http://www.asipto.com -
I configured kamailio websocket server the same as the configuration in the
examples websocket.conf in the git repository. I can successfully register
from sipml5 client however when I place a call it shows unsupported media
type any ideas?