Re: [OpenSER-Users] OpenSER as NAT traversal proxy HELP!

2008-07-21 Thread Alex Balashov
Robert Dyck wrote: > I understand that the iptables SIP ALG has been much revised this year > although I have not tested it myself. I believe you need at least linux > 2.6.25. Really...? That would be a source of immeasurable fascination to me. Do you have a source for this in the changelogs

[OpenSER-Users] SoftPhone keep sending REGISTER message

2008-07-21 Thread Andhika Gannesha Gemilang
Hi, im using Linphone, when im about to connect using ipv6 address, i found that my softphone keep sending REGISTER message; - 11:54:49.475240 IP6 2004:fa22:337:4::82.sip > 2004:fa22:337:4::81.sip: SIP, length: 400 `..@ ..".7.. ..".7..

Re: [OpenSER-Users] OpenSER as NAT traversal proxy HELP!

2008-07-21 Thread Robert Dyck
I understand that the iptables SIP ALG has been much revised this year although I have not tested it myself. I believe you need at least linux 2.6.25. On Monday 21 July 2008, Joris Dobbelsteen wrote: > Neill Wilkinson wrote: > > If you are using IPtables and are familiar with how to add modules

Re: [OpenSER-Users] OpenSER as NAT traversal proxy HELP!

2008-07-21 Thread Joris Dobbelsteen
Neill Wilkinson wrote: > If you are using IPtables and are familiar with how to add modules - there > is a sip connection tracking module that might help: > > http://people.netfilter.org/chentschel/docs/sip-conntrack-nat.html > > Neill...;o) > > Neill Wilkinson > Principal Consultant > > Aeon

[OpenSER-Users] OpenSER as NAT traversal proxy HELP!

2008-07-21 Thread Joris Dobbelsteen
Dear, I'm really trying to use OpenSER as a NAT traversal SIP proxy, since my home phone keeps breaking voice channels (the box was not intended behind NAT and I'm, of course, using a configuration that no so well supported). What is the idea: SIP transactions should travel this way: ZyXEL UA

Re: [OpenSER-Users] openSER -> Asterisk .... no hangup

2008-07-21 Thread Daniel-Constantin Mierla
Hello, On 07/21/08 20:24, Gerard A. Matthew wrote: > I have a situation where i have: > > Asterisk => PSTN gateway > openSER => registrar/proxy > > PhoneA -> openSER -> Asterisk -> PSTN phoneB > > my phones connect to openser... > > calls are sent out to the PSTN using Asterisk...but when phoneA h

[OpenSER-Users] openSER -> Asterisk .... no hangup

2008-07-21 Thread Gerard A. Matthew
I have a situation where i have: Asterisk => PSTN gateway openSER => registrar/proxy PhoneA -> openSER -> Asterisk -> PSTN phoneB my phones connect to openser... calls are sent out to the PSTN using Asterisk...but when phoneA hangs up, Asterisk does not receive the hang up signal. If PSTN p

Re: [OpenSER-Users] Snom 320 Dialog Event

2008-07-21 Thread Anca Vamanu
Jon Farmer wrote: > I am trying to get presence working on a Snom 320 with OpenSER v > 1.3.2. However the phone is not setting the sla > parameter in the dialog Event which is required by OpenSER. However > the parameter is set on this example from the Snom Wiki > > http://wiki.s

Re: [OpenSER-Users] PRESENCE module not working and openser.pid file not found

2008-07-21 Thread Anca Vamanu
Megha Saini wrote: > Hi, > > I am using OpenSER since a few months, but only with basic > functionality, i.e. no Presence, Message-waiting functionality, XCAP > etc. I configured the server with MySQL on the same machine and I am > able to add new users using the openserctl script as: > /usr/loc

Re: [OpenSER-Users] Problem getting redirect reason in uac_redirect

2008-07-21 Thread Bogdan-Andrei Iancu
Ruchir wrote: > I added "modparam("tm", "onreply_avp_mode", 1)" in config file. I've > stored the diversion header in reply route using following code. > > if($hdr(Diversion)!=null) > { > avp_delete("$avp(s:src_user_reply)"); > $avp(s:src_user_reply)

[OpenSER-Users] Snom 320 Dialog Event

2008-07-21 Thread Jon Farmer
I am trying to get presence working on a Snom 320 with OpenSER v 1.3.2.However the phone is not setting the sla parameter in the dialog Event which is required by OpenSER. However the parameter is set on this example from the Snom Wiki http://wiki.snom.com/SIP_Traces Any ideas how to enable it?

[OpenSER-Users] Why 'sip_trace' desn't show ACK for a "200 OK" from OpenSer to UAS?

2008-07-21 Thread IƱaki Baz Castillo
(Sorry, I sent this mail to devel maillist) Hi, the first I do in my OpenSer script is: modparam("siptrace", "trace_flag", FLAG_SIPTRACE) modparam("siptrace", "trace_on", 1) route { ### SipTrace. if ! is_method("OPTIONS

[OpenSER-Users] PRESENCE module not working and openser.pid file not found

2008-07-21 Thread Megha Saini
Hi, I am using OpenSER since a few months, but only with basic functionality, i.e. no Presence, Message-waiting functionality, XCAP etc. I configured the server with MySQL on the same machine and I am able to add new users using the openserctl script as: /usr/local/sbin/openserctl add user passwor

Re: [OpenSER-Users] Problem getting redirect reason in uac_redirect

2008-07-21 Thread Ruchir
I added "modparam("tm", "onreply_avp_mode", 1)" in config file. I've stored the diversion header in reply route using following code. if($hdr(Diversion)!=null) > { > avp_delete("$avp(s:src_user_reply)"); > $avp(s:src_user_reply) = $hdr(Diversion); > xlog

Re: [OpenSER-Users] pua_bla and presence

2008-07-21 Thread Henning Westerholt
On Saturday 19 July 2008, Pablo Saro wrote: > I was using pua_bla and presence modules successfully with OpenSER 1.3.0 > I've upgraded to OpenSER 1.3.2 and now BLA/Presence functionality is > broken. Now I'm getting the error: > > ERROR:pua_bla:bla_handle_notify: content length= 0 > > Is it possibl

Re: [OpenSER-Users] when openser starts - mi_fifo reports "pkg_malloc cannot allocate any more memory"

2008-07-21 Thread Henning Westerholt
On Friday 18 July 2008, Christian Koch wrote: > > Have you tried to use only a subset of the modules, and see if the error > > happens again? And if you ommit the mi_fifo module, do you get another > > error? > > We tried without the mi_fifo and xlog modules, but the error still > occured. The log-

Re: [OpenSER-Users] Problem getting redirect reason in uac_redirect

2008-07-21 Thread Bogdan-Andrei Iancu
Hi Ruchir, You may try the following approach: 1) in onreply_route, if 3xx, store the info from the reply in an AVP (be sure an enable onreply_avp_mode - http://www.openser.org/docs/modules/1.3.x/tm.html#AEN313) 2) in failure route, if the 3xx was selected as final response, use the AVP for e

Re: [OpenSER-Users] configuring share memory for Openser

2008-07-21 Thread Bogdan-Andrei Iancu
Hi Mark, 100 concurrent calls are more or less insignificant for 512Ms - the problem is in other place. As a fist step, try to investigate further by reading this troubleshooter : http://www.openser.org/dokuwiki/doku.php/troubleshooting:memory Regards, Bogdan mark morreny wrote: > Hi, >

Re: [OpenSER-Users] SIP response code in case of UAS internet down

2008-07-21 Thread Bogdan-Andrei Iancu
Hi, yes, use t_check_status() and t_local_replied() functions to detect a local generated 408 (note a received 408 should not trigger the failover logic). Regards, Bogdan Chahn Kim wrote: > Hi, all > > We are implementing a failure route upon t_relay() to UASs. > This failure route is intended