[Users] cant see Bye when the call is diconnected

Padmaja RV padmaja.rv at vodcalabs.com
Tue Jun 6 12:47:15 CEST 2006


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 at openser.org>
To: <users at openser.org>
Sent: Tuesday, June 06, 2006 3:30 PM
Subject: Users Digest, Vol 13, Issue 23


> Send Users mailing list submissions to
> users at 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 at openser.org
>
> You can reach the person managing the list at
> users-owner at openser.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Users digest..."
>
>
> Today's Topics:
>
>   1. Re: Starting and stopping openser (ram)
>   2. Re: Starting and stopping openser (Padmaja RV)
>   3. Who can help me to make it work when openser is behind NAT.
>      (fusheng.lin at gmail.com)
>   4. lookup problem (Jean-Michel Foucher)
>   5. Bug in branch handling? (Federico Giannici)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 6 Jun 2006 11:32:21 +0530
> From: ram <talk2ram at gmail.com>
> Subject: Re: [Users] Starting and stopping openser
> To: "Padmaja RV" <padmaja.rv at vodcalabs.com>
> Cc: users at openser.org
> Message-ID:
> <b74751490606052302g5261be6fsa746d34eb7114712 at 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_from_cvs
>
> 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_from_cvs
>
> ram
>
>
> On 6/6/06, Padmaja RV <padmaja.rv at 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
>>
>>
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> http://openser.org/pipermail/users/attachments/20060606/2021158d/attachment.html
>
> ------------------------------
>
> Message: 2
> Date: Tue, 6 Jun 2006 11:51:20 +0530
> From: "Padmaja RV" <padmaja.rv at vodcalabs.com>
> Subject: Re: [Users] Starting and stopping openser
> To: "ram" <talk2ram at gmail.com>
> Cc: users at openser.org
> Message-ID: <003001c68931$6eece6e0$0f32a8c0 at systemtest3>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi!
>        Thanks for the prompt reply. As i mentioned in my previous mails, i 
> have already tried running openser from cvs. but the init.d script does nt 
> work as it requires some monit daemon to run the openser. the monit daemon 
> in turn was unable to start openser bcoz the /var/run/openser.pid file was 
> not found. for the same reason, starting openser from openserctl also 
> failed. so i have started openser directly as:  openser start since 
> /usr/local/sbin is already set in the PATH variable. this way i am able to 
> start openser but if i have to stop it i have to press ctrl+c,. i want to 
> stop it by giving some command like openser stop or something like that. 
> please let me know if any one of u folks have any idea about this.
> i am running openser on centos if that helps.
>
> Thanks again....
> Regards,
> Padmaja
>  ----- Original Message ----- 
>  From: ram
>  To: Padmaja RV
>  Cc: users at openser.org
>  Sent: Tuesday, June 06, 2006 11:32 AM
>  Subject: Re: [Users] Starting and stopping openser
>
>
>  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_from_cvs
>
>  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_from_cvs
>
>  ram
>
>
>  On 6/6/06, Padmaja RV <padmaja.rv at 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
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> http://openser.org/pipermail/users/attachments/20060606/d4fa3655/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Tue, 6 Jun 2006 16:37:05 +0800
> From: <fusheng.lin at gmail.com>
> Subject: [Users] Who can help me to make it work when openser is
> behind NAT.
> To: <users at openser.org>
> Message-ID: <44853eb7.4af1359f.4fe5.5900 at mx.gmail.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Hello, Everyone:
>
>
>
>         I am newbie to openser. I would like to build a softwitch system 
> by
> openser. It is work when client behind NAT, But it don't work when the
> openser server behind NAT where I add a DNAT rule in the router.
>
>         Who can help me to address the issue ?
>
>
>
>         FYI:
>
>
>
>                   CLEINT --------------------->Router
> ++++++++++++++++++++++++++++++ Openser
>
>                   202.99.1.23           202.99.3.5  192.168.0.1
> 192.168.0.2
>
>
>
>
>
>           I use sipphone software to connect 202.99.3.5(5060)
>
>
>
>           It don't work ...
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>      Jerry.
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> http://openser.org/pipermail/users/attachments/20060606/782d41d6/attachment.htm
>
> ------------------------------
>
> Message: 4
> Date: Tue, 06 Jun 2006 11:17:10 +0200
> From: Jean-Michel Foucher <jean-michel.foucher at wengo.fr>
> Subject: [Users] lookup problem
> To: devel at openser.org
> Cc: users at openser.org
> Message-ID: <44854816.5020407 at wengo.fr>
> Content-Type: text/plain; charset=ISO-2022-JP
>
> Hello,
>
> here is the situation :
>
> one openSER statefull and one openSER registrar on different ports; both
> db_mode are DB_ONLY.
>
> when a UAC A rings UAC B, everything's fine until openSER statefull
> receives ACK message :
>
> as a matter of fact, the domain name was changed before receiving ACK
> message, therefore, openSER needs to do
>
> /lookup("location");
>
> /Unfortunately, openSER could not find the UAC A in database.
>
> i had a look to the mysql query made while ACK is treated and actually
> the username part of address_of_record disappeared :
>
> /select ... from location where username='';
>
> /It seems that when /print_where/ (modules/mysql/dbase.c) writes "where"
> part in mysql query, this function calls /val2str/ (modules/mysql/val.c)
> which will translate the value to a string. Until this call,
> everything's just fine, but when /val2str /calls
> _/mysql_real_escape_string/_, this last function returns an empty string.
>
> Any clue? Has anyone already face this problem?
>
> Thanks for your help,
>
> -- 
> Jean-Michel Foucher
> OpenWengo, the free and multiplatform VoIP client
> http://dev.openwengo.com/
>
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 06 Jun 2006 11:46:30 +0200
> From: Federico Giannici <giannici at neomedia.it>
> Subject: [Users] Bug in branch handling?
> To: users at openser.org
> Message-ID: <44854EF6.6010209 at neomedia.it>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> I'm using OpenSER 1.0.0 under OpenBSD 3.9-stable amd64.
>
> An user of our SIP server have a VoIP PBX called "voispeed".
>
> Their calls always hung up after 20 seconds because they say that our
> SIP server doesn't correctly handle the branch parameter.
>
> They say that RFC3261 specifies that ACK messages for a 2xx reply MUST
> use a different "branch" parameter (contrary to ACK messages to non 2xx
> replies). But it seems that OpenSER doesn't recognize these ACKs with
> different branch parameter and keeps sending the 200 reply.
>
> Can somebody confirm this bug in OpenSER?
> Ant solution?
>
>
> Thanks.
>
> -- 
> ___________________________________________________
>     __
>    |-                      giannici at neomedia.it
>    |ederico Giannici      http://www.neomedia.it
> ___________________________________________________
>
>
>
> ------------------------------
>
> _______________________________________________
> Users mailing list
> Users at openser.org
> http://openser.org/cgi-bin/mailman/listinfo/users
>
>
> End of Users Digest, Vol 13, Issue 23
> *************************************
> 





More information about the Users mailing list