Hello,
I am quite a newbe in Kamailio scripts and further to my effort to
implement push notification, I am adding to the contact header device ID.
I have two problems:
1. When the register of the callee expires Kamailio frees the record so the
information on the calle is not available.
2. Even when the callee is registered I do not how to access the contact
field. Tried reg_fetch_contacts(...,"callee") and there is a lot of info
but not the contact header.
Thanks and regards,
Nir
Hi All,
I have just installed KamailioIMS 4.4.2 on a Ubuntu 16.04 vm and configured it according to the kamailio tutorial. When l attempt to start the icscf or scscf kamailio, it fails to start due to its inability to open the CDP module referring to the log_db_config function in particular.I have looked at the archive to see if anyone else have encountered this problem, but could not find anything. The log_db_config function takes a config object as a parameter, hence l have inspected the CDiameterPeer config file carefully and it seems both xml and diameter compliant. I am at loss where else to look. Please would anyone be kind enough to assist with getting a scscf and icscf started please.
Regards
Andrew
Hello all,
I want to compile kamailio open source statically.
I want to remove dependency for dynamic shared libraries.
can anyone help me to get out of it?
I have tried by chang in Makefiles but it does not work.
What the meaning of "static_modules" during compilation. It is still
generating dynamic shared libraries.
Please do needful.
--
Thanks And Regards,
Pratik V. Patel
Ext: 558
Hi,
I am really struggling to get the cnxcc-web installed. the
/var/log/apache2/error.log says
[Mon Aug 01 02:52:00.177725 2016] [:error] [pid 17534] [client
115.241.40.163:1851] PHP Deprecated: ServiceManagerAwareInterface is
deprecated and will be removed in version 3.0, along with the
ServiceManagerAwareInitializer. Please update your class
ZfcUser\\Authentication\\Adapter\\Db to remove the implementation, and
start injecting your dependencies via factory instead. in
/usr/local/cnxcc/cnxcc-web/vendor/zendframework/zend-mvc/src/Service/ServiceManagerConfig.php
on line 129, referer: http://xxxxxxxx.com/user/login
I am getting the login screen and it freezes there.
Can somebody guide me how to go about? Or is there a simple php
(without Zend framework) interface available for cnxcc?
thanks
Ganesh Kumar
hi
I have configured kamailio and freeswitch on two Ubuntu servers as follows.
Sip_TRUNK------> kamailio-------> freeswitch
i wan to manage rtp through the kamailio server,
first i want to know,
1. can i do it without RTP Proxy ?
anyway i tried it with RTP Proxy as follows,
I installed rtpproxy on kamailio server and start it using
“rtpproxy –F -l pu.bl.ic.ip -s udp:localhost :7722 -u root” it was working
Then I put
modparam("rtpproxy", "rtpproxy_sock", "udp:localhost:7722")
modparam("rtpproxy", "rtpproxy_retr", 2)
modparam("rtpproxy", "ice_candidate_priority_avp", "$avp(ice_priority)")
mhomed=0
route[FROM_TRUNK]
force_send_socket("pu.bl.ic.ip ");
rtpproxy_manage("","pu.bl.ic.ip ");
$du="sip:ip.of.free.switch:5080";
route(RELAY);
then call is received to user and disconnected
on freeswitch console get some errors
[ERR] switch_core_media.c:7179 AUDIO RTP REPORTS ERROR: [Remote Address
Error!]
[ERR] mod_sofia.c:2290 CODEC NEGOTIATION ERROR. SDP:
v=0
o=- 3679035755 3679035755 IN IP4 pu.bl.ic.ippu.bl.ic.ip
s=pjmedia
b=AS:84
t=0 0
a=X-nat:0
m=audio 4167841678 RTP/AVP 123 8 0 101
c=IN IP4 pu.bl.ic.ippu.bl.ic.ip
b=TIAS:64000
a=rtpmap:123 opus/48000/2
a=fmtp:123
maxplaybackrate=16000;sprop-maxcapturerate=16000;maxaveragebitrate=16000;useinbandfec=1
a=rtpmap:8 PCMA/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtcp:4167941679
a=nortpproxy:yes
a=nortpproxy:yes
please advice me
thank you