For those who are interested, I am running SER 0.9.0 (got from onsip) with
the onsip ser.cfg for mediaproxy. I also downloaded and installed serweb
Head (see earlier post for how to get this). I followed the install
instructions and then had to do a few additional things I had to do to get
it working:
- change permissions of compile_dir (/var/www/html/iptel/templates/ on my
setup) to allow web server user to write to that directory
- copy the directory img/butons to img/buttons. The directory storing button
images is called butons. Some of the php scripts point to buttons. I didn't
want to find all the errors which is why I cheated.
I have noticed a few issues which may be of interest to the developer:
- On accounting tab: DB Error: no such field
- On my account tab: sorry -- cannot open write fifo
- On user prefs: DB Error: no such table. Maybe it's looking for the table
providers which doesn't exist?
- Typo when logout. Should read "
You have logged out. To login again, type your username and password below"
- Type on Server monitoring tab. Should read "differential values". Also, no
statistics are shown
The features are impressive and I plan to do some more testing in the
future.
Regards
Cameron
Hi
I have my ser.cfg all setup handling calls, pstn and all that...even NAT
seems to be behaving itself :-), BUT call transfer doesnt want to work.
Is there any special routing that needs to be done which should handle
call transfer, or is another message sent, I mean do I need to set a
route for NOTIFY or other MESSAGE type.
A calls B (call is fine)
B then transfers to C (again B and C can hear each other)
then when B hangs up A and C arent talking, and it seems as if B hasnt
really hung up (maybe this is where the problem is)
In order to debug this when using ngrep and SER end, I am wondering which
IP address a,b,c to monitor or should it be all 3
Iqbal
hi all,
what are/is AVPops ? Why do I need them ?
Regards,
Lucas
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.10.1 - Release Date: 20/04/2005
I see, that makes perfect sense :-).. So I just might need to flip
around my "if" to get it to work.
-----Original Message-----
From: Marian Dumitru [mailto:marian.dumitru@voice-sistem.ro]
Sent: Thursday, April 21, 2005 5:10 PM
To: Matt Schulte
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] if routeXX fails..
Hi Matt,
Basically you can do that, but be very careful since the return code of
a route is the return code of the *last* command executed inside the
route - and break always returns true!
Best regards,
Marian
Matt Schulte wrote:
> Is it possible to do this? or is it bad practice, I'm assuming the
> "extra" route would have to return an error code to show a
> nonpositive? I coulda swore I got this to work awhile back.
>
> if (!route(6)) {
> xlog("L_INFO", "NOTICE: blah <%ru> sending 404\n");
> sl_send_reply("404", "Not Found");
> break;
> } else {
> # Else route6 ran another route and break
> break;
> }
>
--
Voice System
http://www.voice-system.ro
Hello,
I think it would make sense to implement a function in textops similar
to remove_hf(x) but remove_all_hf(x) in order to be sure a certain
header field is not present any more.
The specific scenario is setting up a RFC3323/3325-compilant platform,
where it is imperative that untrusted nodes are not able to inject any
"P-Asserted-Identity" header field into trusted nodes. I'm not sure
remove_hf() does the job in this case.
With best regards,
Martin
This seems such a basic question but I haven't found the answer anywhere.
How do I set the permissions on the ser_fifo file without running chmod?
I tried setting user = and group = in ser.cfg but that didn't work. I don't
want to have to chmod the file each time I start ser. I'm sure this is very
simple and would appreciate any help.
Regards
Cameron
I have downloaded the version 0.9.0 from cvs and now
each time I start SER, I get the following error:
Apr 21 14:11:43 localhost /opt/ser/sbin/ser[20456]:
hf_fixup(): Unsupported Header Field identifier
Apr 21 14:11:43 localhost /opt/ser/sbin/ser[20456]:
ERROR: fix_expr : fix_actions error
I'll grateful for any suggestions -I have used the
latest ser_mysql.sh script to create a new database. I
have made sure to compile all modules.
Thanks
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hi!
Following Situation:
1 x SER Server
1 x Gateway with two PRIs
What happens if all lines are busy and a user wants to make
another call to the PSTN?
Will the user get a busy tone ?
Is there a way that the ser server knows how many lines
are busy ?
Regards,
Ahmad
--
Ahmad Cheikh-Moussa
NetUSE AG
Dr.-Hell-Straße, 24107 Kiel, Germany
Telefon: +49 431 2390 400 -- Telefax: +49 431 2390 499
Service: Service(a)NetUSE.DE -- http://NetUSE.DE/
Hallo everyone,
Can anyone tell me, whether the SER can also be deployed in IPv6 network or not ?
We have setup a ipv6 testbed and want to demonstrate SIP-based VoIP on that.
Thanks in advance !
Kind Regards
Ming
Is it possible to do this? or is it bad practice, I'm assuming the
"extra" route would have to return an error code to show a nonpositive?
I coulda swore I got this to work awhile back.
if (!route(6)) {
xlog("L_INFO", "NOTICE: blah <%ru> sending 404\n");
sl_send_reply("404", "Not Found");
break;
} else {
# Else route6 ran another route and break
break;
}