[asterisk-users] No application 'Prefix' for extension in1.2x, what app I have to use instead?

2007-03-08 Thread Rafael J. Risco G.V.
Hi I want to use Prefix app in extensions but get this error: WARNING[9255] pbx.c: No application 'Prefix' for extension ... I am just want to do somethig like this: exten = _9XXX,1,ANSWER() exten = _9XXX,2,Wait(1) exten = _9XXX,3,Prefix(511) exten =

[asterisk-users] Re: [Users] Integrating the Openser for VoiceMail and PBX with Asterisk, For Account

2006-09-17 Thread Rafael J. Risco G.V.
try this: http://www.voip-info.org/wiki/view/Realtime+Integration+Of+Asterisk+With+OpenSER On 9/16/06, raviprakash sunkara [EMAIL PROTECTED] wrote: Hi Users,I'm new to Asterisk programming , I'm in working the Voip Technologies by using the OpenSER for my call routing process and Radius For

[asterisk-users] Handling Disconnection Causes

2006-09-04 Thread Rafael J. Risco G.V.
hi I am sending all my 'not available' prefixes from h323 gnugk to an asterisk box listening h323 in port 1721 (using oh323 module) to handle disconnection causes based in this document: Example macro for handling hangupcause:

[asterisk-users] does OOH323 channel support Early Media?

2006-08-31 Thread Rafael J. Risco G.V.
Hi I am trying to send some incoming h323 calls to an early media announcement instead of ringback tone : in extension.conf : exten = 201,1,Playback(thank-you-for-calling|noanswer) is it possible? ___ --Bandwidth and Colocation provided by

[asterisk-users] Re: does OOH323 channel support Early Media?

2006-08-31 Thread Rafael J. Risco G.V.
hi early media works with incoming sip calls but for h323 I only hear a ringback instead of 'playback' so I think i am close to solve this, I am just need to know how to disable generating ringback tone for incoming h323 calls, any idea? thanks rafael On 8/31/06, Rafael J. Risco G.V. [EMAIL

Re: [Asterisk-Users] OH323 incoming audio stutter

2005-04-25 Thread Rafael J. Risco G.V.
Hi Michael and Tony I have the same problem here and I have been able to check that this problem can be solved disabling VAD in h323 destination routers, I think this is a common problem with h323 and oh323 modules users and for me has become a nightmare because my service provider can no longer

Re: [Asterisk-Users] Asterisk and clarent

2005-04-07 Thread Rafael J. Risco G.V.
I know that there is a way to connect gnugk (from gnugk.org) with clarent gateways so maybe you can try this: ClarentGWgnugk(rtp_routed_mode)asterisk-oh323Asterisk---sip or h323 clients. regards rafael On Apr 5, 2005 9:05 AM, Jorge Alayon [EMAIL PROTECTED] wrote: Unfortunately

[Asterisk-Users] Windows messenger 4.7.3001 does not have Account Tab ?

2005-03-10 Thread Rafael J. Risco G.V.
hello I trying to test Ser and Asterisk with windows messenger (Version 4.7.3001) in my Win_XP-SP2 but in Tools-Options menu I cant see the Account Tab, only appears personal,phone,preferences,privacy and connection tabs... can someone confirm if I am using the correct version? thanks rafael

Re: [Asterisk-Users] asterisk - oh323 driver

2005-01-06 Thread Rafael J. Risco G.V.
Hi I am using oh323-0.7.1 with asterisk cvs head version and works great for me (Linux Fedora1), see details below: Requirements: PWLIB : pwlib-v1_6_6-src.tar.gz (or Janus_Patch) OpenH323: openh323-v1_13_5-src.tar.gz (or

[Asterisk-Users] ASTCC Compiling Problem

2005-01-05 Thread Rafael J. Risco G.V.
I have this error compiling ASTCC: [EMAIL PROTECTED] astcc]# make install mkdir -p /var/www mkdir -p /var/www/html/_astcc mkdir -p /var/www/cgi-bin/astcc-admin chmod 755 ./astcc.agi chmod 755 ./astcc-admin.cgi echo | ./astcc.agi /dev/null Can't locate DBI.pm in @INC (@INC contains:

Re: [Asterisk-Users] asterisk-oh323: New versions available

2004-12-21 Thread Rafael J. Risco G.V.
Thank you Michael ! It works perfectly... I´m using pwlib-Janus_patch4, openh323-Janus_patch4 and oh323-0.7.1 with Asterisk CVS-HEAD-12/20/04-09:34:49... now I can make outgoing SIP_to_H.323 calls from X-lite and LinksysPAP... Rafael On Tue, 21 Dec 2004 18:49:17 +0200, Michael Manousos

Re: [Asterisk-Users] OH323 channel compile error

2004-12-20 Thread Rafael J. Risco G.V.
) please send some advice, Rafael On Mon, 20 Dec 2004 15:10:59 +0200, Michael Manousos [EMAIL PROTECTED] wrote: Hi, Rafael J. Risco G.V. wrote: Hello I am trying to compile asterisk-oh323-0.7.0 with pwlib-Janus_patch4 and openh323-Janus_patch4 downloaded from inaccessnetworks so I did

[Asterisk-Users] OH323 channel compile error

2004-12-19 Thread Rafael J. Risco G.V.
Hello I am trying to compile asterisk-oh323-0.7.0 with pwlib-Janus_patch4 and openh323-Janus_patch4 downloaded from inaccessnetworks so I did this: tar -zxvf openh323-Janus_patch4-src-tar.gz cd openh323 patch -p1 /root/asterisk-oh323-0.7.0/openh323_1.13.5-make.patch ./configure make opt cd

Re: [Asterisk-Users] Cant set H323 up

2004-12-11 Thread Rafael J. Risco G.V.
Hi , I have this schenario: SIPUAs---SER---asterisk(sip-h323)GNUGK(RadiusBilling)-h323Clients | |

[Asterisk-Users] ASTCC MySQL CDR

2004-12-08 Thread Rafael J. Risco G.V.
I can´t see cdrs for calls completed with astcc app, this is the log in asterisk console: DBD::mysql::db do failed: Unknown column 'callstart' in 'field list' at /var/lib/asterisk/agi-bin/astcc.agi line 90, STDIN line 31. -- AGI Script astcc.agi completed, returning 0 cdrs table exist but I

Re: [Asterisk-Users] ASTCC configuration problem

2004-12-06 Thread Rafael J. Risco G.V.
are empty the same as the file astcc-config.conf although the apache user has rights on it... any idea thanks Rafael On Wed, 1 Dec 2004 16:23:25 -0500, Rafael J. Risco G.V. [EMAIL PROTECTED] wrote: hi Today I´ve installed, apache 2.0.52, mysql-4.1.7, asterisk-perl-0.08 and ASTCC

[Asterisk-Users] ASTCC configuration problem

2004-12-03 Thread Rafael J. Risco G.V.
on it... any idea thanks Rafael On Wed, 1 Dec 2004 16:23:25 -0500, Rafael J. Risco G.V. [EMAIL PROTECTED] wrote: hi Today I´ve installed, apache 2.0.52, mysql-4.1.7, asterisk-perl-0.08 and ASTCC prepaid card aplication from CVS, so now I have access to the astcc-admin.cgi from web server

[Asterisk-Users] ASTCC configuration problem

2004-12-01 Thread Rafael J. Risco G.V.
hi Today I´ve installed, apache 2.0.52, mysql-4.1.7, asterisk-perl-0.08 and ASTCC prepaid card aplication from CVS, so now I have access to the astcc-admin.cgi from web server http://asterisk/cgi-bin/astcc-admin/astcc-admin.cgi and I´ve been able to create the database from Configure menu but I

Re: [Asterisk-Users] Stanaphone down?

2004-11-25 Thread Rafael J. Risco G.V.
I have the same problem since this morning apparently it is down On Thu, 25 Nov 2004 11:38:15 -0700, Brian Weaver [EMAIL PROTECTED] wrote: Anyone having problems with Stanaphone registration today? I'm getting the following.. Nov 25 11:35:58 NOTICE[229390]: chan_sip.c:4053

[Asterisk-Users] Error forwarding calls to Voicemail from SER

2004-11-08 Thread Rafael J. Risco G.V.
P-hint: usrloc applied -- Forwarded message -- From: Rafael J. Risco G.V. [EMAIL PROTECTED] Date: Fri, 5 Nov 2004 14:53:29 -0500 Subject: Voicemail: Strange behavior if caller-user cancels the call To: [EMAIL PROTECTED], [EMAIL PROTECTED] Hi I need to solve this problem I´ve

Re: [Asterisk-Users] Wonderful Success with PAP2-NA

2004-10-20 Thread Rafael J. Risco G.V.
I have 2 of this PAP2, its a good product and it works with SER+Asterisk very well but it is not perfect, I can feel this humming noise on the line and I think it would be perfect if this device had more codecs like gsm or iLBX to better interaction of asterisk ivr voicemail and lower BW

Re: [Asterisk-Users] Problem Loading asterisk_oh323-0.6.3b eith last *cvs...

2004-09-07 Thread Rafael J. Risco G.V
) libk5crypto.so.3 = /usr/kerberos/lib/libk5crypto.so.3 (0x4024) libcom_err.so.3 = /usr/kerberos/lib/libcom_err.so.3 (0x4025) libz.so.1 = /usr/lib/libz.so.1 (0x40253000) Michael Manousos [EMAIL PROTECTED] wrote: Rafael J. Risco G.V wrote: Hello I´ve just install last cvs version (Mon Sep 6

Re: [Asterisk-Users] Problem Loading asterisk_oh323-0.6.3b eith last *cvs...

2004-09-07 Thread Rafael J. Risco G.V
cxx:772: no matching functi on for call to `H323AudioCodec:: IsDescendant(const char*)'make[1]: *** [wrapendpoint.o] Error 1make[1]: Leaving directory `/root/asterisk/asterisk-oh323-0.6.3b/wrapper'make: *** [subdirs_all] Error 1 thanks rafael Michael Manousos [EMAIL PROTECTED] wrote: Rafael

[Asterisk-Users] Problem Loading asterisk_oh323-0.6.3b eith last *cvs...

2004-09-06 Thread Rafael J. Risco G.V
Hello I´ve just install last cvs version (Mon Sep 6) of Asterisk with asterisk-oh323-0.6.3b and pwlib-v1_6_6-src.tar.gz, openh323-v1_13_5-src.tar.gzand . this is the error loading asterisk with chan_oh323 module:: [cdr_csv.so] = (Comma Separated Values CDR Backend)[cdr_manager.so] = (Asterisk