Hello
Does nethelper module exist as a patch, or it's now intergrated into
ther core of SER, can anyone clarify this?
I've just mentioned 'nethelper' module in documentation, but no source
code in tree.
--
Michael Vasilenko
I've successfully installed serweb and am able to log in. However, once I
do so, I get the following error:
Warning: fopen(/tmp/ser_fifo) [function.fopen]: failed to create stream:
Permission denied in /usr/local/apache/htdocs/serweb/functions.php on line
172
at the top of the screen, and the message "sorry -- cannot open fifo" in
red letters on the webpage above the user's information. I'm wondering if
ser or apache needs to be configured somewhere with the correct
permissions or ownership to make this work.
Thanks!
Meghan Byrne
Meghan Patricia Byrne
Georgia Institute of Technology, Atlanta Georgia, 30332
Email: gte705u(a)prism.gatech.edu
At 01:19 AM 4/4/2003, Mike wrote:
>I'm trying to get SER to work properly with the call forwarding feature of
>an ATA-186. The ATA-186 forwards calls (#90number#) by doing a BYE with
>an "also" header. SER doesn't seem to do anything with this at all, and
>the call just sits in limbo until everybody hangs up.
>
>Call forwarding on busy/no-answer works, but I think that's because the
>ATA is doing a refer instead.
>
>Any clue where I should be looking for this? Is SER supposed to support
>this BYE/also method, and I have something misconfigured, or is there
>additional work that needs to be done to support this?
I'm not sure what exactly happens from your narration. The terminology is
little a bit new to me -- forwarding means imho sending a 3xx reply to an
INVITE and not BYE requests. A message dump would help me to understand.
Anyway, I don't think that is an issue related to SER -- it is about
end-device features.
-Jiri
hi all,
We wanted to know whether the SER server will just Proxy the Notify method or else it gives the 200OK response also.
When we sent the Notify method, it just proxied to the contact ip address but did not send the 200OK response to us.
Thanks
Geetha
I have been testing the last changes about the "rport-received" tags, and I
have found the next bug:
when using UDP transport, if the IP address and port in the "Via" field
differ from the IP address and port of the incoming packet, the "received"
and "port" tags added to the Via of the response are correct, but the packet
is sent back to the "received" IP address BUT to an incorrect port ( this
should be the "rport" port ), that generates an ICMP "Destination
unrecheable port".
I have been capturing these packets and I think I have found exactly where
is the problem. For example in the next sequence:
1)REQUEST PACKET: ( REGISTER for example )
Source: 192.168.1.2:1667 Destination: 192.168.1.3:5060
"Via: SIP/2.0/UDP 192.168.1.100:6969;rport"
2)RESPONSE PACKET:
Source: 192.168.1.3:5060 Destination: 192.168.1.3:33542 <- HERE IS THE
PROBLEM, this should be "rport"
"Via: SIP/2.0/UDP 192.168.1.100:6969;rport=1667;received=192.168.1.2"<-but
this is correct
3)ICMP PACKET:
Source 192.168.1.2 Destination: 192.168.1.3 Type:3 "Destination unrecheable"
Code:3 "Port unrecheable"
I've been checking other pairs of ports sent and received like 1667-33542,
1507-58117, 1509-58629, 1511-59141 and the second is the network address
order of the first ( 1667 = ntohs(33542) ) .
I think that you forget to make a htons() of the port received in host
format before sending the packet back to network.
Please, let me know when this issue is solved in the CVS.
Best regards and congratulations for your excellent work.
Sergio.
fyi (in response to a frequently asked question "how to get snom's
buggy RR-ing working along with PRACK).
I just tried to create a workaournd to the problem (which is PRACK
does not put Routes learned in 183). It's as easy as mangling SIP
messages not to advertise their support for "100rel":
if (method=="INVITE" && search("User-Agent: snom")) {
#replace("PRACK, ", "");
replace("100rel, ", "");
};
-jiri
--
Jiri Kuthan http://iptel.org/~jiri/
Hello,
please send me the whole log.
Jan.
On 04-04 03:14, 2 2 wrote:
> Thanks Jan, for your quick response !! However I have
> uncommented the mysql.so and it is getting loaded
> before auth.so. Any other pointer ??
>
> Thanks,
> Santosh
>
> --- Jan Janak <jan(a)iptel.org> wrote:
> > You forgot to uncomment line containing loadmodule
> > ".../mysql.so"
> >
> > Jan.
> >
> > On 04-04 02:32, 2 2 wrote:
> > > Hi all,
> > >
> > > I am new to the SER and trying to install on my
> > linux
> > > box with persistent Data storage option. I have
> > > downloaded ser-0.8.10_linux_i386.tar and trying to
> > > configure it.
> > >
> > > I have installed MYSQL and now trying to start
> > SER. I
> > > am geting following error messages.
> > >
> > > Apr 4 14:50:59 incq066a /etc/init.d/ser[9866]:
> > > mod_init(): Unable to bind database module
> > > Apr 4 14:50:59 incq066a /etc/init.d/ser[9866]:
> > > init_modules(): Error while initializing module
> > auth
> > >
> > > I have followed all the steps from:
> > >
> > >
> >
> http://cvs.berlios.de/cgi-bin/viewcvs.cgi/*checkout*/ser/sip_router/INSTALL…
> > >
> > > Where am I going wrong ? Any pointer will be
> > helpful.
> > > Thanks in advance,
> > > Santosh
> > >
> > >
> > >
> > > __________________________________________________
> > > Do you Yahoo!?
> > > Yahoo! Tax Center - File online, calculators,
> > forms, and more
> > > http://tax.yahoo.com
> > > _______________________________________________
> > > Serusers mailing list
> > > serusers(a)lists.iptel.org
> > > http://lists.iptel.org/mailman/listinfo/serusers
> >
>
> > ATTACHMENT part 2 application/pgp-signature
>
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - File online, calculators, forms, and more
> http://tax.yahoo.com
Hi all,
I am new to the SER and trying to install on my linux
box with persistent Data storage option. I have
downloaded ser-0.8.10_linux_i386.tar and trying to
configure it.
I have installed MYSQL and now trying to start SER. I
am geting following error messages.
Apr 4 14:50:59 incq066a /etc/init.d/ser[9866]:
mod_init(): Unable to bind database module
Apr 4 14:50:59 incq066a /etc/init.d/ser[9866]:
init_modules(): Error while initializing module auth
I have followed all the steps from:
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/*checkout*/ser/sip_router/INSTALL…
Where am I going wrong ? Any pointer will be helpful.
Thanks in advance,
Santosh
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
I edited the /etc/ld.so.conf and added these two lines
/usr/lib
/usr/lib/mysql
Thanks for the reply, It has been a great help to us. Thanks once again.
But Still after this i am getting the following error
[root@afi init.d]# ser start
Listening on
127.0.0.1 [127.0.0.1]::5060
10.1.3.131 [10.1.3.131]::5060
Aliases: localhost:5060 localhost.localdomain:5060 afi:5060
[root@afi init.d]# 0(5164) connect_db(): Access denied for user: 'ser@localhost' (Using password: YES)
0(5164) db_init(): Error while trying to connect database
0(5164) mod_init(): Error while connecting database
0(5164) init_modules(): Error while initializing module usrloc
ERROR: error while initializing modules
The Password that has been assigned to ser user is ser
from the prompt if i try to connect to mysql with the following command i am able to connect
mysql -user -pser ser
do you have mysql client library installed ?
> >
> > Jan.
> >
> > On 01-04 17:54, vijay wrote:
> > > hi,
> > > got the following error while restarting the ser server after changing
> the
> > > ser.cfg file for loading the mysql module.
> > >
> > > [root@afi init.d]# ser start
> > > 0(4478) ERROR: load_module: could not open module
> > > <//usr/lib/ser/modules/mysql.so>: libmysqlclient.so.10: cannot open
> shared
> > > object file: No such file or directory
> > > 0(4478) parse error (22,13-44): failed to load module
> > > ERROR: bad config file (1 errors)
> > >
> > > what may be the cause. Can any body help me.
> > >
> > > thanx
> > > vijay