[SR-Users] XCAP configuration

2013-08-01 Thread Rupayan Dutta
Dear Sir, I have kamailio 4.0.2 installed with the websockets module and it is working fine.Now I want to enable presence with XCAP.How can I do that.I have gone through the steps defined in http://kb.asipto.com/kamailio:presence:k31-made-simple. But I am little bit confused because both

Re: [SR-Users] kamailio and oracle dbms/database

2013-08-01 Thread Daniel-Constantin Mierla
Hello, On 7/23/13 8:53 AM, Barthel Marco (CI/AFU1) wrote: Hello, anyone out there using kamailio and oracle database in production system? How's your experience on that? We may be forced to migrate from mysql to oracle dbms. personally I am not aware of anyone running oracle module in produ

Re: [SR-Users] XCAP configuration

2013-08-01 Thread Daniel-Constantin Mierla
Hello, one way is to use different base uri for each service and decide based on it, for example: if(! ($hu=~"^/webrtc")) { # handle webrtc } if(! ($hu=~"^/xcap-root")) { # handle xcap } Cheers, Daniel On 8/1/13 9:46 AM, Rupayan Dutta wrote: Dear Sir, I have

Re: [SR-Users] XCAP configuration

2013-08-01 Thread Daniel-Constantin Mierla
the conditions in the example of previous email were negated, so they should be: if($hu=~"^/webrtc") { # handle webrtc } if($hu=~"^/xcap-root") { # handle xcap } Cheers, Daniel On 8/1/13 10:54 AM, Daniel-Constantin Mierla wrote: Hello, one way is to use diffe

[SR-Users] RTPProxy doesn't change port in T38 ReINVITE

2013-08-01 Thread Федор Косилов
Hello everyone, I'm experiencing the problem described in subject. My UAC is Vega Europa 50 with t38 enabled, and it sends different port numbers for audio in initial request and for image in t38 reinvite, but when my script calls force_rtp_proxy(), rtpproxy replies with same port numbers for both

[SR-Users] Kamailio4.0 + Siremis4.0

2013-08-01 Thread Premchandiran
Hi Lucky, Thanks for the reply. The installation guide is not sufficient/proper for installing apache2 , php with pdo-mysql in linux. I am trying to install siremis in linux. So I kindly request to guide me in installing. If possible please share document related to installation of apache2, php wi

[SR-Users] siremis installation

2013-08-01 Thread Premchandiran
Hi all, I am trying to install siremis 4.0.0 in linux, after installation when I try to login a pop window opens with SQLSTATE[HY000] [2002] No such file or directory and in DEBUG.log below line is written '08/01/2013','02:33:30','DEBUG','SIREMIS','install module siremis sql','n/a' And in CR

[SR-Users] Siremis 4.0. login issue

2013-08-01 Thread Premchandiran
Hi All, I am trying use siremis 4.0 after installation when I try to login after giving user name as admin and password as admin I am getting "Not Found The requested URL /siremis/system/general_default was not found on this server." Please let me know how to resolve this . Thanks 'n'

[SR-Users] getting error db_mysql/kamailio does not export db_use_table function

2013-08-01 Thread Rama Shankar
Hi, We are trying to install and run kamailio for video call , we have installed it successfully . When we are running Kamailio without mysql support it gets start and we are able to make video call with help of soft phone. But when we are running it with mysql support it gets exit with followi

Re: [SR-Users] Siremis 4.0. login issue

2013-08-01 Thread Salman Zafar
Try this #a2enmod rewrite Restart apache2 On Thu, Aug 1, 2013 at 4:47 PM, Premchandiran < premchandiran.marimu...@plintron.com> wrote: > Hi All, > > I am trying use siremis 4.0 after installation when I try to login after > giving user name as admin and password as admin I am getting “N

[SR-Users] Two servers with shared registration database

2013-08-01 Thread Eugene Prokopiev
Hi, Is it possible to configure two Kamailio servers with shared registration database? Any SIP UA can be registered on any server but it must transparently call another SIP UA which can be registered on the same or on another Kamailio server. Is where any example of this configuration? -- WBR,

[SR-Users] mediaproxy-ng: error rewriting SDP during a video call

2013-08-01 Thread Alexey Rybalko
Hi! Few days ago I was lucky to establish calls between Chrome and SIP UA. Thanks to new rtpproxy developers! That was for audio only because many UAs lack for VP8 support. To verify a video I tried to involve Jitsi into the tests. Mediaproxy can't rewrite answer SDP from Jitsi. Probably the issu

Re: [SR-Users] Two servers with shared registration database

2013-08-01 Thread Vitaliy Aleksandrov
On 08/01/2013 03:30 PM, Eugene Prokopiev wrote: Hi, Is it possible to configure two Kamailio servers with shared registration database? Any SIP UA can be registered on any server but it must transparently call another SIP UA which can be registered on the same or on another Kamailio server. Is

[SR-Users] Siremis 4.0. login issue

2013-08-01 Thread Premchandiran
Hi Salman , I tried the #a2enmod rewrite and restarted the apache2 still the same issue . I changed AllowOverride All to AllowOverride None since I was getting 43 forbidden . Alias /siremis "/opt/siremis-4.0.0/siremis" Options Indexes FollowSymLinks MultiViews

Re: [SR-Users] mediaproxy-ng: error rewriting SDP during a video call

2013-08-01 Thread Richard Fuchs
On 08/01/13 09:10, Alexey Rybalko wrote: Hi! Few days ago I was lucky to establish calls between Chrome and SIP UA. Thanks to new rtpproxy developers! That was for audio only because many UAs lack for VP8 support. To verify a video I tried to involve Jitsi into the tests. Mediaproxy can't rewri

Re: [SR-Users] mediaproxy-ng: error rewriting SDP during a video call

2013-08-01 Thread Alexey Rybalko
Richard, thank you for the quick response! Waiting for the fix. best regards, Alexey 01.08.2013 17:45 пользователь "Richard Fuchs" написал: > > On 08/01/13 09:10, Alexey Rybalko wrote: >> >> Hi! >> >> Few days ago I was lucky to establish calls between Chrome and SIP UA. >> Thanks to new rtpprox

Re: [SR-Users] Siremis 4.0. login issue

2013-08-01 Thread Salman Zafar
Make sure you are preparing and getting the apache config by using make command in siremis folder. PS: Please do not create new email threads on each reply. On Thu, Aug 1, 2013 at 6:21 PM, Premchandiran < premchandiran.marimu...@plintron.com> wrote: > Hi Salman , > > I tried the #a2enmod

[SR-Users] Cannot write to file (/var/www/siremis-4.0.0/siremis/Config.xml)

2013-08-01 Thread J Handal M
Hi All, I am following this tutorial http://127.0.0.1/siremis/install/index.php?step=2 This file is located at /etc/apache2/sites-available/default Not sure about this lineRedirectMatch ^/$ /apache2-default/ ServerAdmin webmaster@localhost DocumentRoot /var/www Options F

Re: [SR-Users] Cannot write to file (/var/www/siremis-4.0.0/siremis/Config.xml)

2013-08-01 Thread J Handal M
umg@127:/var/www/siremis-4.0.0/siremis$ ls binConfig.xml files index.php js log pagesthemes build favicon.ico images installlanguages modules sessio On Thu, Aug 1, 2013 at 3:20 PM, J Handal M wrote: > Hi All, > > I am following this

Re: [SR-Users] Cannot write to file (/var/www/siremis-4.0.0/siremis/Config.xml)

2013-08-01 Thread Daniel-Constantin Mierla
Hello, looks like you haven't run 'make prepare' as in the installation tutorial. Cheers, Daniel On 8/1/13 10:28 PM, J Handal M wrote: umg@127:/var/www/siremis-4.0.0/siremis$ ls bin Config.xml files index.php js log pagesthemes build favicon.ico images installlangua

Re: [SR-Users] RTPProxy doesn't change port in T38 ReINVITE

2013-08-01 Thread Daniel-Constantin Mierla
Hello, On 8/1/13 11:05 AM, ? ??? wrote: Hello everyone, I'm experiencing the problem described in subject. My UAC is Vega Europa 50 with t38 enabled, and it sends different port numbers for audio in initial request and for image in t38 reinvite, but when my script calls force_rtp_prox

[SR-Users] XCAP client to test org.openmobilealliance.user-profile

2013-08-01 Thread Shankar
Hello, Anyone aware of free/opensource client which can be used to test org.openmobilealliance.user-profile of xcap server in kamailio module. Please help. Regards, Shankar ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing