Hi all,
I recently added a function to openser.cfg as shown below:
if (uri=~"^sip:919(00|76)[0-9]{7}@") {
acc_db_request("403 - 900/976 Disabled", "acc");
xlog("L_INFO", "Cancel attempt to call 9xx number (not 911),
db recorded\n");
exit;
};
but when a user calls the 900/976 prefix, it records in the database and the
caller is restricted access, however, the caller waits too long before
finally hearing a busy signal. Is there a way to speed up a return on the
busy signal (some type of timer) or even possibly transfer the call to
Asterisk IVR to hear a recording like, call cannot be completed or
something, or some type of faster 486 busy (failure_route or record_route?).
Need advice and how should i implement.
Thanks,
Tracy
_________________________________________________________________
Got something to buy, sell or swap? Try Windows Live Expo
ttp://clk.atdmt.com/MSN/go/msnnkwex0010000001msn/direct/01/?href=http://exp…
Hi all,
I recently added a function to openser.cfg as shown below:
if (uri=~"^sip:919(00|76)[0-9]{7}@") {
acc_db_request("403 - 900/976 Disabled", "acc");
xlog("L_INFO", "Cancel attempt to call 9xx number (not 911),
db recorded\n");
exit;
};
but when a user calls the 900/976 prefix, it records in the database and the
caller is restricted access, however, the caller waits too long before
finally hearing a busy signal. Is there a way to speed up a return on the
busy signal (some type of timer) or even possibly transfer the call to
Asterisk IVR to hear a recording like, call cannot be completed or
something, or some type of faster 486 busy. Need advice and how should i
implement.
Thanks,
Tracy
_________________________________________________________________
Windows Live Spaces is here! Its easy to create your own personal Web site.
http://spaces.live.com/signup.aspx
Hi,
Well I don't think I could skip the authorization process because there are
analogical devices which need to be authenticated, so it would create
problems.
How do I add the Asterisk Server to the trust tables?
I'm actually thinking of adding Asterisk as a RADIUS client to the RADIUS
server (freeRadius)
What do you think?
Thanks in advance,
Roberto
So... if I understand this correctly, you're having problems with diverted
calls FROM the Asterisk IVR not being able to authenticate on SER?
Could you just add the Asterisk server to the trust tables and skip the auth
process for calls coming back or would that create problems?
N.
*
On Tue, 5 Sep 2006 21:16:45 +0100, Roberto Lopes wrote*
> Hi to all!
> I've a big problem with SER & Asterisk
> I've a network where i put them working together.
> Asterisk is the media gateway with PSTN as well as being the server which
is making all the services available (IVR, voicemail, conference calls,
etc).
> SER just routes calls either to the softphones, VoIP phones or to Asterisk
who will just forward the calls to PSTN (via Asterisk).
> Till now everything works well except the service IVR which is working on
Asterisk.
>
> Details:
> *MailScanner has detected a possible fraud attempt from "192.168.226.13"
claiming to be* *MailScanner warning: numerical links are often malicious:
192.168.226.13 - IP SER
> **MailScanner has detected a possible fraud attempt from "192.168.226.45"
claiming to be* *MailScanner warning: numerical links are often malicious:
192.168.226.45 - IP Asterisk *
***
>
> The problem is only after the user (roberto(a)192.168.226.13 - authenticated
and authorized in RADIUS) calls IVR.
> Till then the user calls, IVR gives some information to the user and
everything goes well.
> Problem is when he presses a number which will have to redirect the call
to another user.
> And why is there a problem.
*
*> Because the initially roberto(a)192.168.226.13 to be able to call IVR had
to rewrite host & port **MailScanner has detected a possible fraud attempt
from "192.168.226.45" claiming to be* *MailScanner warning: numerical links
are often malicious: 192.168.226.45 so that the call would reach Asterisk
who would then call to the IVR. *
***
> That rewriting turned roberto(a)192.168.226.13 into roberto(a)192.168.226.45.
That is, I can say, that it became a "new user".
> While it's on the IVR there's no problem, but when call is diverted it has
to give its credentials...
*
*> Credentials that don't exist in RADIUS cause it only accepts usernames
that end in @ **MailScanner has detected a possible fraud attempt from "
192.168.226.13" claiming to be* *MailScanner warning: numerical links are
often malicious: 192.168.226.13 (IP of SER) *
***
>
> Here is the following code, both of extensions file in Asterisk and
configure file of SER
> I hope somebody knows how to solve it or at least find a way how to.
>
> extensions.conf - Asterisk
>
[sip]
exten => 74001,1,Answer
exten => 74001,2,SetMusicOnHold(default)
exten => 74001,3,Set(TIMEOUT(digit)=5)
exten => 74001,4,Set(TIMEOUT(response)=10)
exten => 74001,5,Background(menu)
> exten => 1,1,Dial(SIP/roberto@192.168.226.13:5060,,r)
...
exten => 7,1,Goto(sip,74001,1)
exten => 8,1,Hangup
>
> ser.cfg - SER
>
> ...
> if ((uri=~"^sip:7[0-9]{4}@.*")) {
> route(5);
> break;
> };
...
> route[5] { # Redirecting to Asterisk
> # MsgLog
> xlog("L_ALERT","(WARNING) Sending to Asterisk request of %fu to
%tu\n");
*
***> rewritehostport("**MailScanner has detected a possible fraud
attempt from " 192.168.226.45:5060" claiming to be* *MailScanner warning:
numerical links are often malicious: 192.168.226.45:5060"); *
*
> route(1);
> }
>
>
> Thanks for your help,
> Roberto Lopes
*
Hi all!!
I'm having a big problem when trying to delete an avp.
First of all, I do $avp_name= @db.fetch[1].field[1]; an retreive some
information from the db.
After using it I do avp_delete("$avp_name/g"); . Then I print the avps with
the avp_print() an I watch that the value is still there. What might be the
problem?
thanks a lot
Regards,
Luís Silva
Dear Sunkara,
Thank you very much.
Maybe I am too stupid to understand you explanation. I am sorry because I ask you a question anymore? Can I ? Please.... :-)
From your explanation, that`s mean I just have to install all packet from FC5 then untar the openseradmin packet and it will work successfully?
Do I need Ruby (as mentioned in openseradmin installation note)? Because FC5 has had Ruby packet in it.
Thanks you very much for your explanation.
Thanks
Regards,
Ferianto
raviprakash sunkara <sunkara.raviprakash.feb14(a)gmail.com> wrote:
Hi Ferianto ,
I Too using the FC5 , install the all packages in FC5
from add or remove programs,
And then process the openser addminstroator,
Now the Ruby is work,
On 9/7/06, Ferianto siregar <ferianto_voip(a)yahoo.com> wrote: Dear Sunkara,
Thank you very much.
I use FedoraCore 5
raviprakash sunkara < sunkara.raviprakash.feb14(a)gmail.com> wrote: Hello Siregar,
I need urs
Which OS U r using...
On 9/6/06, Ferianto siregar <ferianto_voip(a)yahoo.com > wrote: Dear all,
Thank you very much for your help.
A few days ago, I have sent a message that to ask about openser admin installation. Thank you very much for your help. Thanks
Now, I have tried to install it again. But, When I compile the rubygerms-0.9.0.tar.gz, I got error message. This is the task that I have done before:
1. Untar the rubygerms packet
# tar -zxvf rubygems-0.9.0.tar.gz
# cd rubygems-0.9.0
# ruby setup.rb
# gem install --include-dependencies
When I type this command, "gem install --include-dependencies", I got error message.
This is the error message:
Attempting local installation of 'rails'
Local gem file not found: rails*.gem
Attempting remote installation of 'rails'
Updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Gem::RemoteSourceException)
Error fetching remote gem cache: getaddrinfo: Temporary failure in name esolution
What`s wrong? I do hope anybody can help me to solve this problem. Please help me...Please help because of my lack skills..Please
Note:
1. I do not have connection through the internet, so for rails packet, I have downloaded the rails-1.1.6.tar.gz.
I have untar it in root directory(same as rubygems) and type command
rails # script/server
But, Nothing happens. Why? Please...
Thank you very much
Regards,
Ferianto
---------------------------------
Do you Yahoo!?
Next-gen email? Have it all with the all-new Yahoo! Mail.
_______________________________________________
Users mailing list
Users(a)openser.org
http://openser.org/cgi-bin/mailman/listinfo/users
--
Thanks and Regards with cheers
Sunkara Ravi Prakash (Voip Developer)
Hyperion Technology
www.hyperion-tech.com
+91-9985077535
---------------------------------
How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call rates.
--
Thanks and Regards with cheers
Sunkara Ravi Prakash (Voip Developer)
Hyperion Technology
www.hyperion-tech.com
+91-9985077535
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.
I am using PDT and I try to use DB type DBTEXT but I have problem, COuld
some help me*? Below I wrote debug screen and configuration.*
0(0) PDT: initializing...
0(0) DEBUG: register_fifo_cmd: new command (pdt_add) registered
0(0) DEBUG: register_fifo_cmd: new command (pdt_delete) registered
0(0) DEBUG: register_fifo_cmd: new command (pdt_list) registered
0(0) unixsock_register_cmd: New command (get_domainprefix) registered
0(0) find_mod_export: found <db_use_table> in module dbtext
[/lib/openser/modules/dbtext.so]
0(0) find_mod_export: found <db_init> in module dbtext
[/lib/openser/modules/dbtext.so]
0(0) find_mod_export: found <db_close> in module dbtext
[/lib/openser/modules/dbtext.so]
0(0) find_mod_export: found <db_query> in module dbtext
[/lib/openser/modules/dbtext.so]
0(0) find_mod_export: found <db_raw_query> in module dbtext
[/lib/openser/modules/dbtext.so]
0(0) find_mod_export: found <db_free_result> in module dbtext
[/lib/openser/modules/dbtext.so]
0(0) find_mod_export: found <db_insert> in module dbtext
[/lib/openser/modules/dbtext.so]
0(0) find_mod_export: found <db_delete> in module dbtext
[/lib/openser/modules/dbtext.so]
0(0) find_mod_export: found <db_update> in module dbtext
[/lib/openser/modules/dbtext.so]
0(0) find_mod_export: <db_replace> in module dbtext not found
0(0) DBT:dbt_cache_get_db: looking for db /etc/openser/dbtext!
0(0) DBT:dbt_cache_get_db: database [/etc/openser/dbtext] does not exists!
0(0) DBT:dbt_init: cannot get the link to database
0(0) PDT: mod_init: Error while connecting to database
0(0) init_mod(): Error while initializing module pdt
ERROR: error while initializing modules
- Configuration:
loadmodule "/lib/openser/modules/dbtext.so"
loadmodule "/lib/openser/modules/pdt.so"
modparam("pdt", "db_url", "dbtext:///etc/openser/dbtext")
#modparam("pdt", "db_table", "pdt")
modparam("pdt", "prefix_column", "code")
modparam("pdt", "domain_column", "hostname")
#modparam("pdt", "prefix", "00")
modparam("pdt", "hsize_2pow", 4)
modparam("pdt", "sync_time", 300)
modparam("pdt", "clean_time", 600)
- /etc/openser/dbtext:
hostname(str) code(str)
groupX:2121
groupY.voip.nce.ufrj.br:3131
Hi
I wish know if a tools or a log exist in order to know, when an user's
boxe is connected and send a request of identification.
I want to do on the webcare, stats and know who switch off his boxe
( and know too the uptime).
If it's possible, thank to tell me where is the tools to do this.
Hello,
I look at the new sip firmware however i don't
undanstand the presence features.
I don't use LCS but SER as presence server this one is
able to provide a ressource list server and xcap
server
for sip buddies lists .
Does polycom phones can suscribe to a
sip:lists@domain.com for example to watch buddies
status ?
Regards
Harry
___________________________________________________________________________
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet !
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences.
http://fr.answers.yahoo.com
Hello,
Can you please suggest me how to intergrate SER with Jabber IM. I am using
SER 0.9.6 version of
SER.Aiming to send a sip messages from the SER client to the Jabber Client.
What are the changes to ser.cfg file and any other setting like Jabber.xml
or MySql Database for
SER intergation with Jabber IM.I am attaching my configuration file ser.cfg.
Thank you,
Regards,
Sriram Srinivas.
Hello,
Can you please suggest me how to intergrate SER with Jabber IM. I am using
SER 0.9.6 version of
SER.Aiming to send a sip messages from the SER client to the Jabber Client.
What are the changes to ser.cfg file and any other setting like Jabber.xml
or MySql Database for
SER intergation with Jabber IM.I am attaching my configuration file ser.cfg.
Thank you,
Regards,
Sriram Srinivas.