Hi all!
i have openser running and supports authentication and calling,. i made
calls and verified that the media session is established both ways. now if i
disconnect the call, i cant see the BYE request sent. in the ethereal i dont
see any call related messages after ACK is sent for the INVITE. please help
me.....
i have a line in the openser.cfg file for the BYE request processing
if ( method =="BYE || method==CANCEL") {
end_media_session();
};
i have also loaded the mediaproxy.so module. however i dont have media proxy
installed. is that y i am not getting to see BYE? i tried removing the above
lines from the code. with or without them i dont see any difference in the
behavior and i dont see BYE when i hang up.
Please help!!
Thanks and Regards,
Padmaja
----- Original Message -----
From: users-request@openser.org
To: users@openser.org
Sent: Tuesday, June 06, 2006 3:30 PM
Subject: Users Digest, Vol 13, Issue 23
Send Users mailing list submissions to
users@openser.org
To subscribe or unsubscribe via the World Wide Web, visit
http://openser.org/cgi-bin/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
users-request@openser.org
You can reach the person managing the list at
users-owner@openser.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Users digest..."
Today's Topics:
- Re: Starting and stopping openser (ram)
- Re: Starting and stopping openser (Padmaja RV)
- Who can help me to make it work when openser is behind NAT.
(fusheng.lin@gmail.com)
- lookup problem (Jean-Michel Foucher)
- Bug in branch handling? (Federico Giannici)
Message: 1
Date: Tue, 6 Jun 2006 11:32:21 +0530
From: ram talk2ram@gmail.com
Subject: Re: [Users] Starting and stopping openser
To: "Padmaja RV" padmaja.rv@vodcalabs.com
Cc: users@openser.org
Message-ID:
b74751490606052302g5261be6fsa746d34eb7114712@mail.gmail.com
Content-Type: text/plain; charset="iso-8859-1"
Hi
check this URL for you to install and running open ser
its easy step by steps
http://www.openser.org/dokuwiki/doku.php?id=install_and_maintain_openser_fro...
start from /etc/init.d
go with this doc, its very usefull for starters
http://www.openser.org/dokuwiki/doku.php?id=install_and_maintain_openser_fro...
ram
On 6/6/06, Padmaja RV padmaja.rv@vodcalabs.com wrote:
Hi all!
since i had problems with running openser thru init.d script., i tried to
run it thru openserctl. however, the file /var/run/openser.pid is not
found
there and it too was not running. so i started running openser with
/usr/local/sbin/openser start. it works fine this way. also since
/usr/local/sbin is in my PATH variable, i can directly type openser start
and this way also it runs. however, after starting openser, it does not
return the command prompt back. if i have to stop running openser, i have
to
hit ctrl+c. there is no other way to stop it.... please let me know how
to
start and stop openser directly (not thru init or openserctl because both
of
them give me trouble). also how can i see which is the main pid of
openser
as when i run the ps command , it shows me some 3-4 pids for different
subprocesses............
Thanks in advance,
Padmaja