/*About */ FLASHNEWS :
/*in first news : 2007-02-14*/ => /*2007-03-14, No ?
Nevertheless, Really thank for OpenSer , It really a good soft :)
Bodman
*/
Hi all,
I'm trying to get serweb running. I am using Sparc Solaris 10, php
4.3.2, ser 0.9.3, serweb 0.9.4.
I get this error when I try to go to the serweb page:
Warning: main(DB.php): failed to open stream: No such file or directory
in /usr/local/share/serweb/html/main_prepend.php on line 38
Fatal error: main(): Failed opening required 'DB.php'
(include_path='.:/opt/sfw/lib/php') in
/usr/local/share/serweb/html/main_prepend.php on line 38
Does serweb require Pear even if I am not using ldap? Or do I have to
install it anyway? Or is that even Pear related? Can someone please
straighten me out? I'm a little confused.
Thank you very much :)
Ben
Hello,klaus
First thank for your suggest!
My OS I FC4,postgresql client is 8.0.3,openser 1.2.0
I try to update libpq to libpq4.It cann't work when I start the opener.The postgres.so is cann't be loaded.
But using the mysql it works well.
Before now when I execute openser_postgresql.sh it occurs the following error
~./pgpass does not exist, please create this file and support proper credentials for user postgres.
Note: you need at least postgresql>= 7.3
And I write a .pgpass file to solve the problem.Following is the content of file:
*:*:*:postgres:""
Do you have other suggestion?
Thank you!
Best Regards
Junjie Zhao
2007-03-15
thanks.
I took a look at onsip.org.
But I could not find script files for other supplementary service.
There are config files for 'getting started' and just 'call forward'.
Are there config files for other supplementary services?
Can OpenSER support supplementary services?
thank you.
-----Original Message-----
From: "Bogdan-Andrei Iancu"<bogdan(a)voice-system.ro>
To: "김형선"<liotliol(a)naver.com>
Cc: users(a)openser.org
Sent: 07-03-15(목) 02:44:58
Subject: Re: [Users] SIP supplementary service
Hi,
you may take a look at onsip.org for more samples.
regards,
bogdan
김형선 wrote:
>
> Hi.
>
>
>
> I saw the example script of openser.cfg for 'call forwarding'.
>
> Are other SIP supplementary services possible with OpenSER, by script?
>
> (call parking, call pickup, hold, conference, etc...)
>
>
>
> If it is possible, how can I get these script files?
>
>
>
> thanks
>
새로운 기부문화의 씨앗, 해피빈
Hi!
When I load AVPs during authentication - what type is the content of the
AVP? string? integer? Is it automatically derived from the column type
(like avp_db_query)?
My problem is: I want to load an integer value and compare it against an
integer:
modparam("auth_db", "load_credentials", "s:maxcalls=maxcalls")
...
if(avp_check("$avp(i:40)", "ge/$avp(s:maxcalls)/g") {
Does this work? What happens if I compare an integer with a string -
will there be a conversion?
thanks
klaus
--
Klaus Darilion
nic.at
Hi All,
I am having a problem to do the following.
A call recevied from PSTN
Caller is 1234
Callee is 5678
Normally, the UA 5678 that registered on the openser will receive the
call and have caller id display 1234. What i want to do is the UA 1234
will recevice the call instead 5678, i don't care about the callid
(basically, caller id will remain 1234).
where should i preform the modification? I dont need Callerid. so i
just want to send the incoming call to the account that match the
caller id.
My logic will be
if sip_to = 5678, then change sip_to(5678) to sip_from(1234).
send the call to the user 1234.
However, i am not familiar with the code.
Can someone show me how i can do that please?
Regards,
Howard
Hi,
I just hit the max number of routing blocks in my config file ... I
use the route blocks as "functions", to have a cleaner config or so I
hope.
The problem is that in config.h, RT_NO is set to 20 ... so, max num of
routing blocks is 20.
Can I just change it? or will it have unexpected side effects?
Tks!
Cesc
Hello,Bernard
Thank you very much! I follow you suggestion.Add listen=udp:[ipv6_adresss]5060 in the file opener.cfg.when I restart the service it works.
Best regards
Junjie Zhao
2007-03-15
Hi,
my fault there, I was checking as ussually on the wrong place.
Trusted module based on ip works fine no matter of the port of the originator.
Cheers,
Dan