Hello,
Is their a solution for video with rtpproxy ?
Regards
Harry
___________________________________________________________________________
Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos services préférés : vérifiez vos nouveaux mails, lancez vos recherches et suivez l'actualité en temps réel.
Rendez-vous sur http://fr.yahoo.com/set
opps, mis-spelled subject line on last one.
________________________________
From: Gould, Aaron
Sent: Tue 4/25/2006 9:02 AM
To: serusers(a)lists.iptel.org
Subject: hot to add function "subscribe" to ser
my windows messenger is sending a subscribe message to my ser box but it is coming back from ser as 501 Not Implemented
how do i configure ser to handle subscribe messages?
thanks
aaron
my windows messenger is sending a subscribe message to my ser box but it is coming back from ser as 501 Not Implemented
how do i configure ser to handle subscribe messages?
thanks
aaron
Hi,
Anyone know what is the meaning of the error below (capture from the
log). Is it a warning that need to take care?
WARNING: run_actions: null action list (rec_level=1)
unplug
Hi,
Just wondering if anyone every used SIPp with a SER server that has
authentication enabled? I am trying to do so but SER doesn't seem to
acknowledge the authentication details entered in my REGISTER message in
my xml file (which is in turn accessing them from a csv file).
Would someone mind attaching their xml file if they achieved this?
Many thanks,
Aisling.
-------------------Legal Disclaimer---------------------------------------
The above electronic mail transmission is confidential and intended only for the person to whom it is addressed. Its contents may be protected by legal and/or professional privilege. Should it be received by you in error please contact the sender at the above quoted email address. Any unauthorised form of reproduction of this message is strictly prohibited. The Institute does not guarantee the security of any information electronically transmitted and is not liable if the information contained in this communication is not a proper and complete record of the message as transmitted by the sender nor for any delay in its receipt.
using Windows Messenger (WM) with SER. when i try to add a contact to my WM, WM sends a SUBSCRIBE message to ser. ser responds with 501 Not Implemented
why is this happening?
aaron
Hi all,
i'm using openser 1.0.0.
I'm trying to use avpops' avp_op() function to add 100 to the Cseq value
(just to test the avp_op() function).
Here is the code inserted in ser.cfg:
if (is_method("REGISTER"))
{
avp_printf("i:20","$hdr(CSeq)");
xlog("L_INFO"," +*+ 1 : '$avp(i:20)'\n");
avp_subst("i:20","/(.*) REGISTER/\1/");
xlog("L_INFO"," +*+ 2 : '$avp(i:20)'\n");
avp_op("i:20","add/i:0x1100100");
xlog("L_INFO"," +*+ 3 : '$avp(i:20)'\n");
}
And here is the log:
3(19936) +*+ 1 : '6543 REGISTER'
3(19936) +*+ 2 : '6543'
3(19936) +*+ 3 : '6543'
So the final result is 6543 instead of 6643...
Can anybody tell me what I am doing wrong?
Thanks in advance.
Best Regards,
Xavier.
Hi all,
Id like to use RTP relay as less as possible and I know that only a few users
of my network need it.
When those clients make a INVITE, I use force_rtp_proxy().
But how can I know if an OK received by OpenSER needs force_rtp_proxy() or not?
Is it a way to check for OK if a flag has been set during INVITE?
Thanks a lot,
Paul
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Hi everyone,
I installed the serweb according to the instructions but it doesn't work when i type http://localhost/index.php in the browser. I do not install apache and php seperately. I followed these instructions...
Step by Step Installation of WEBSER on RedHad Fedora Core 1 When the original distribution is installed the directory locations do not match up with the typical apache file locations. These notes document all the changes needed. SUGGESTION: For the Tutorial we should develop a new install TAR so delegates do not spend 30 minutes editing all the files.
Get the TAR, un-tar and place the files in the right directory
from SER or from this server
untar
tar -xvzf serweb_2004-01-04.tar.gz
change directory to where the files were untared to
cd serweb_2004-01-04
Create the directory and move the files there
mkdir /var/www/phplib
chown root /var/www/phplib
chgrp root /var/www/phplib
chmod 755 /var/www/phplib
cp ./phplib/* /var/www/phplib/ -R
# Move the html files to the DocumentRoot directory
mkdir /var/www/html/serweb/
chown apache /var/www/html/serweb/
chgrp root /var/www/html/serweb/
chmod 755 /var/www/html/serweb/
cp ./html/* /var/www/html/serweb -R
edit these lines in /etc/php.ini
and change short_open_tag = Off" to "On"
and change register_globals = Off" to "On"
Create these files as part of the serweb module.
vi /var/www/html/serweb/prolog.html
AARNet SER SIP Server</H1>
vi /var/www/html/serweb/separator.html
<HR>
vi /var/www/html/serweb/epilog.html
<H1>End of page text</H1>
ALL the files that follw are with respect to /var/www/html/serweb
cd /var/www/html/serweb
edit these lines in ./config.php
In general replace all 192.168.2.16 with 192.94.63.28
#If you have changed the mysql username, dbname or password you need to change these:
$this->db_name="ser"; //database name
$this->db_user="ser"; //database conection user
$this->db_pass="heslo"; //database conection password
# NOTE: The above relate to the mysql database, see /usr/sbin/ser_mysql.sh.
$this->root_path="/serweb/";
#The above must match where the serweb html directory is put
this->user_pages_path = this->root_path."user_interface/";
$this->prolog="/serweb/prolog.html";
$this->separator="/serweb/separator.html";
$this->epilog="/serweb/epilog.html";
# /* email address for questions concerning registration */
$this->root_uri.$this->root_path."user_interface/my_account.php?#session#\n\n".
$this->root_uri.$this->root_path."user_interface/reg/confirmation.php?nr=#confirm#\n\n".
# There is heaps more to customise in this file which we will leave to the user. These include more email references
# and text used in emails to users who register. Here are some example which do not need to be changed for this tutorial:
$this->mail_header_from="Stephen.Kingham(a)aarnet.edu.au";
$this->web_contact="sip:Stephen.Kingham@aarnet.edu.au";
$this->title="The AARNet IP Telephony Site";
$this->infomail = "Stephen.Kingham(a)aarnet.edu.au";
$this->regmail = "Stephen.Kingham(a)aarnet.edu.au";
Edit /var/www/phplib/db_mysql.inc
# You need to add the following to /* public: connection parameters */
var $Host = "192.94.63.28";
var $Database = "ser";
var $User = "ser";
var $Password = "heslo";
The follwoing changes can be applied two ways:
1. Get and extract this tar file get the file fixupserwebphp.tar from this server
put it in the directory /usr/local/src/ser
issue these commands
cd /var/www/html/serweb
tar -xvf fixupserwebphp.tar
OR 2. Manualy make all these changes Generaly you have to add "../" to all these files so that they point correctly to where the phplib is.
Edit ./admin/prepend.php
# change $_PHPLIB["libdir"] = "../../../phplib/";
Edit ./user_interface/prepend.php
# change $_PHPLIB["libdir"] = "../../../phplib/";
Edit ./user_interface/reg/prepend.php
# change $_PHPLIB["libdir"] = "../../../../phplib/";
Edit ./admin/acl.php
# change require "../../../phplib/oohforms.inc";
Edit ./admin/index.php
# require "../../../../phplib/oohforms.inc";
Edit ./admin/users.php
# require "../../../../phplib/oohforms.inc";
Edit ./user_interface/accounting.php
# require "../../../../phplib/oohforms.inc";
Edit ./user_interface/find_user.php
# require "../../../../phplib/oohforms.inc";
Edit ./user_interface/index.php
# require "../../../phplib/oohforms.inc";
Edit ./user_interface/missed_calls.php
# require "../../../phplib/oohforms.inc";
Edit ./user_interface/my_account.php
# require "../../../phplib/oohforms.inc";
Edit ./user_interface/phonebook.php
# require "../../../phplib/oohforms.inc";
Edit ./user_interface/send_im.php
# require "../../../phplib/oohforms.inc";
Edit ./user_interface/notification_subscription.php
# require "../../../phplib/oohforms.inc";
Edit ./user_interface/reg/finish.php
# require "../../../../phplib/oohforms.inc";
Edit ./user_interface/reg/get_pass.php
# require "../../../../phplib/oohforms.inc";
Edit ./user_interface/reg/index.php
# require "../../../../phplib/oohforms.inc";
LAST STEP: START APACHE
/etc/rc.d/init.d/httpd start
Please, help me starting the serweb,
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.
Hello Everybody.
Please can do a small favour to me. That "How to Config the openser.cfg to
make a sip calls in softphones ".
Please help me in this regarding.
Best Regards.
Sunkara Ravi Prakash
Hyperion Technologies.
India.