[Asterisk-Users] Cisco 1750 with FXO Card Supervisory Disconect

2004-01-07 Thread Phillip Britt

Hi,

I am using a Cisco 1750 with FXO card in Australia to provide ports into
Asterisk.

I was wondering if anyone out there has a config for the cisco to detect
the disconnect or hangup signal for Australian tones.

If the calling party hangs up while leaving a voice mail for example, it
takes around 15 seconds for the call to time out.  I believe the Cisco
can be configured to detect the hangup or disconnect tone, but l can't
find any details in my searching.

Hoping someone can help.

Cheers,
Phil 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.557 / Virus Database: 349 - Release Date: 30/12/2003
 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Grandstream Australian Dial-Tone

2003-10-31 Thread Phillip Britt
Hi,

Anyone know how to make a Grandstream phone have an Australian style ring,
dial, and busy tones?

Cheers,
Phil 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.530 / Virus Database: 325 - Release Date: 22/10/2003
 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Problem Installing Open H.323 Channel Driver

2003-09-07 Thread Phillip Britt
The issue is not when l am trying to build OpenH323, it is in building the
channel driver in:

/usr/src/asterisk/channels/h323

The README file in there gives some basic clues, but not relating to the
problem l have.

Phil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeremy McNamara
Sent: Monday, 8 September 2003 2:34 PM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Problem Installing Open H.323 Channel Driver

RTFM. Try reading the build instructions for Open H.323:  
http://www.openh323.org/build.html


Jeremy McNamara



Phillip Britt wrote:

>Hi,
>
>I am having trouble installing the Open H.323 Channel driver in Asterisk.
I
>have installed PWLib and OpenH323 V.1.11.7
>
>This is the output l get before it bails out.
>
>asterisk:/usr/src/asterisk/channels/h323# make
>g++ -g -c -o ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDEBUG
>-DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC -Wmissing-prototypes
>-Wmissing-declarations  -DP_LINUX  -D_REENTRANT -D_GNU_SOURCE
>-DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES -DPTRACING
>-DP_USE_PRAGMA -I../../include -I/root/pwlib/include/ptlib/unix
>-I/root/pwlib/include  -I/root/openh323/include -Wno-missing-prototypes
>-Wno-missing-declarations ast_h323.cpp
>In file included from ast_h323.cpp:28:
>ast_h323.h:31: h323.h: No such file or directory
>ast_h323.h:32: h323pdu.h: No such file or directory
>ast_h323.h:33: mediafmt.h: No such file or directory
>ast_h323.h:34: lid.h: No such file or directory
>ast_h323.cpp:29: h323t38.h: No such file or directory
>In file included from ast_h323.cpp:28:
>ast_h323.h:71: parse error before `{'
>ast_h323.h:72: virtual outside class declaration
>ast_h323.h:72: non-member function `GetClass(unsigned int)' cannot have
>`const' method qualifier
>ast_h323.h: In function `const char * GetClass(unsigned int = 0)':
>ast_h323.h:72: `H323AudioCapability' undeclared (first use this function)
>ast_h323.h:72: (Each undeclared identifier is reported only once
>ast_h323.h:72: for each function it appears in.)
>ast_h323.h:72: parse error before `::'
>ast_h323.h:72: no method `H323_G7231Capability::Class'
>ast_h323.h:72: warning: control reaches end of non-void function
>`GetClass(unsigned int)'
>ast_h323.h: At top level:
>ast_h323.h:72: virtual outside class declaration
>ast_h323.h:72: non-member function `IsClass(const char *)' cannot have
>`const' method qualifier
>ast_h323.h: In function `BOOL IsClass(const char *)':
>ast_h323.h:72: no method `H323_G7231Capability::Class'
>ast_h323.h:72: warning: control reaches end of non-void function
>`IsClass(const char *)'
>ast_h323.h: At top level:
>ast_h323.h:72: virtual outside class declaration
>ast_h323.h:72: non-member function `IsDescendant(const char *)' cannot have
>`const' method qualifier
>ast_h323.h: In function `BOOL IsDescendant(const char *)':
>ast_h323.h:72: no method `H323_G7231Capability::Class'
>ast_h323.h:72: parse error before `::'
>ast_h323.h:72: warning: control reaches end of non-void function
>`IsDescendant(const char *)'
>ast_h323.h: At top level:
>ast_h323.h:72: syntax error before `('
>ast_h323.h:77: syntax error before `('
>ast_h323.h:79: non-member function `Clone()' cannot have `const' method
>qualifier
>ast_h323.h:81: syntax error before `*'
>ast_h323.h:85: non-member function `GetSubType()' cannot have `const'
method
>qualifier
>ast_h323.h:86: non-member function `GetFormatName()' cannot have `const'
>method qualifier
>ast_h323.h:88: `H245_AudioCapability' was not declared in this scope
>ast_h323.h:88: `pdu' was not declared in this scope
>ast_h323.h:90: parse error before `)'
>ast_h323.h:90: non-member function `OnSendingPDU(...)' cannot have `const'
>method qualifier
>ast_h323.h:93: parse error before `&'
>ast_h323.h:101: parse error before `{'
>ast_h323.h:103: virtual outside class declaration
>ast_h323.h:103: non-member function `GetClass(unsigned int)' cannot have
>`const' method qualifier
>ast_h323.h: In function `const char * GetClass(unsigned int = 0)':
>ast_h323.h:103: redefinition of `const char * GetClass(unsigned int = 0)'
>ast_h323.h:72: `const char * GetClass(unsigned int = 0)' previously defined
>here
>ast_h323.h: In function `const char * GetClass(unsigned int = 0)':
>ast_h323.h:103: `H323EndPoint' undeclared (first use this function)
>ast_h323.h:103: parse error before `::'
>ast_h323.h:103: no method `MyH323EndPoint::Class'
>ast_h323.h:103: warning: control reaches end of non-void function
>`GetClass(unsigned int)'
>ast_h323

[Asterisk-Users] Problem Installing Open H.323 Channel Driver

2003-09-07 Thread Phillip Britt
Hi,

I am having trouble installing the Open H.323 Channel driver in Asterisk.  I
have installed PWLib and OpenH323 V.1.11.7

This is the output l get before it bails out.

asterisk:/usr/src/asterisk/channels/h323# make
g++ -g -c -o ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDEBUG
-DDO_CRASH -DDEBUG_THREADS -pipe -Wall -fPIC -Wmissing-prototypes
-Wmissing-declarations  -DP_LINUX  -D_REENTRANT -D_GNU_SOURCE
-DP_HAS_SEMAPHORES -DP_SSL -DP_PTHREADS -DPHAS_TEMPLATES -DPTRACING
-DP_USE_PRAGMA -I../../include -I/root/pwlib/include/ptlib/unix
-I/root/pwlib/include  -I/root/openh323/include -Wno-missing-prototypes
-Wno-missing-declarations ast_h323.cpp
In file included from ast_h323.cpp:28:
ast_h323.h:31: h323.h: No such file or directory
ast_h323.h:32: h323pdu.h: No such file or directory
ast_h323.h:33: mediafmt.h: No such file or directory
ast_h323.h:34: lid.h: No such file or directory
ast_h323.cpp:29: h323t38.h: No such file or directory
In file included from ast_h323.cpp:28:
ast_h323.h:71: parse error before `{'
ast_h323.h:72: virtual outside class declaration
ast_h323.h:72: non-member function `GetClass(unsigned int)' cannot have
`const' method qualifier
ast_h323.h: In function `const char * GetClass(unsigned int = 0)':
ast_h323.h:72: `H323AudioCapability' undeclared (first use this function)
ast_h323.h:72: (Each undeclared identifier is reported only once
ast_h323.h:72: for each function it appears in.)
ast_h323.h:72: parse error before `::'
ast_h323.h:72: no method `H323_G7231Capability::Class'
ast_h323.h:72: warning: control reaches end of non-void function
`GetClass(unsigned int)'
ast_h323.h: At top level:
ast_h323.h:72: virtual outside class declaration
ast_h323.h:72: non-member function `IsClass(const char *)' cannot have
`const' method qualifier
ast_h323.h: In function `BOOL IsClass(const char *)':
ast_h323.h:72: no method `H323_G7231Capability::Class'
ast_h323.h:72: warning: control reaches end of non-void function
`IsClass(const char *)'
ast_h323.h: At top level:
ast_h323.h:72: virtual outside class declaration
ast_h323.h:72: non-member function `IsDescendant(const char *)' cannot have
`const' method qualifier
ast_h323.h: In function `BOOL IsDescendant(const char *)':
ast_h323.h:72: no method `H323_G7231Capability::Class'
ast_h323.h:72: parse error before `::'
ast_h323.h:72: warning: control reaches end of non-void function
`IsDescendant(const char *)'
ast_h323.h: At top level:
ast_h323.h:72: syntax error before `('
ast_h323.h:77: syntax error before `('
ast_h323.h:79: non-member function `Clone()' cannot have `const' method
qualifier
ast_h323.h:81: syntax error before `*'
ast_h323.h:85: non-member function `GetSubType()' cannot have `const' method
qualifier
ast_h323.h:86: non-member function `GetFormatName()' cannot have `const'
method qualifier
ast_h323.h:88: `H245_AudioCapability' was not declared in this scope
ast_h323.h:88: `pdu' was not declared in this scope
ast_h323.h:90: parse error before `)'
ast_h323.h:90: non-member function `OnSendingPDU(...)' cannot have `const'
method qualifier
ast_h323.h:93: parse error before `&'
ast_h323.h:101: parse error before `{'
ast_h323.h:103: virtual outside class declaration
ast_h323.h:103: non-member function `GetClass(unsigned int)' cannot have
`const' method qualifier
ast_h323.h: In function `const char * GetClass(unsigned int = 0)':
ast_h323.h:103: redefinition of `const char * GetClass(unsigned int = 0)'
ast_h323.h:72: `const char * GetClass(unsigned int = 0)' previously defined
here
ast_h323.h: In function `const char * GetClass(unsigned int = 0)':
ast_h323.h:103: `H323EndPoint' undeclared (first use this function)
ast_h323.h:103: parse error before `::'
ast_h323.h:103: no method `MyH323EndPoint::Class'
ast_h323.h:103: warning: control reaches end of non-void function
`GetClass(unsigned int)'
ast_h323.h: At top level:
ast_h323.h:103: virtual outside class declaration
ast_h323.h:103: non-member function `IsClass(const char *)' cannot have
`const' method qualifier
ast_h323.h: In function `BOOL IsClass(const char *)':
ast_h323.h:103: redefinition of `BOOL IsClass(const char *)'
ast_h323.h:72: `BOOL IsClass(const char *)' previously defined here
ast_h323.h: In function `BOOL IsClass(const char *)':
ast_h323.h:103: no method `MyH323EndPoint::Class'
ast_h323.h:103: warning: control reaches end of non-void function
`IsClass(const char *)'
ast_h323.h: At top level:
ast_h323.h:103: virtual outside class declaration
ast_h323.h:103: non-member function `IsDescendant(const char *)' cannot have
`const' method qualifier
ast_h323.h: In function `BOOL IsDescendant(const char *)':
ast_h323.h:103: redefinition of `BOOL IsDescendant(const char *)'
ast_h323.h:72: `BOOL IsDescendant(const char *)' previously defined here
ast_h323.h: In function `BOOL IsDescendant(const char *)':
ast_h323.h:103: no method `MyH323EndPoint::Class'
ast_h323.h:103: parse error before `::'
ast_h323.h:103: warning: control reaches end of non-void function
`IsDescendant(const char *)'

[Asterisk-Users] E1 PRI's in Australia

2003-09-03 Thread Phillip Britt
Hi,

Just wondering if there are any people out there using the Zaptel Wildcard
E1 interfaces on Telstra PRI’s in Australia.  If so, is anyone happy to
share their config?

Thanks,
Phil

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.510 / Virus Database: 307 - Release Date: 14/08/2003
 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] H.323 Support

2003-09-02 Thread Phillip Britt
Hi,

I am currently using Asterisk and want to add H.323 support for talking to
our gateway routers, which use gnkgk

Is the package "Asterisk-oh323" the right thing to use, or are there better
ways of achieving h.323 support in Asterisk.

Thanks,
Phil

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Installation Problem

2003-08-31 Thread Phillip Britt
Thanks for the info.  I am running Debian.  Do you know if l would need to
install my own Kernel on that distribution.  I have checked and it looks
like the kernel sources are installed.

Any other suggestions?

Thanks,
Phil 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Saturday, August 30, 2003 8:31 PM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Installation Problem

Depending on your distribution, you will either need to install your own
kernel, or install the kernel source. it should come as a package for your
distro.


On Sat, Aug 30, 2003 at 08:23:08PM +1000, Phillip Britt wrote:
> Hi,
> 
> I am quite new to Asterisk and Linux in general.  When l try to install
the
> Zaptel component, l get the following error:
> 
> asterisk:/usr/src/zaptel# make
> cc -I. -O4 -g -Wall -DBUILDING_TONEZONE   -DSTANDALONE_ZAPATA   -c -o
> gendigits.o gendigits.c
> cc -o gendigits gendigits.o -lm
> ./gendigits
> gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB
> -I/usr/src/linux/drivers/net -Wall -I. -Wstrict-prototypes
> -fomit-frame-pointer -I/usr/src/linux/drivers/net/wan -I
> /usr/src/linux/include -I/usr/src/linux/include/net   -DECHO_CAN_MARK2
> -DCONFIG_ZAPATA_PPP -DTORMENTA_BASE=0xd -DDEFAULT_TONE_ZONE=0
> -DSTANDALONE_ZAPATA -c zaptel.c
> In file included from zaptel.c:36:
> /usr/include/linux/module.h:21: linux/modversions.h: No such file or
> directory
> make: *** [zaptel.o] Error 1
> asterisk:/usr/src/zaptel#
> 
> 
> Can anyone point me in the right direction.
> 
> Cheers,
> Phil
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Installation Problem

2003-08-30 Thread Phillip Britt
Hi,

I am quite new to Asterisk and Linux in general.  When l try to install the
Zaptel component, l get the following error:

asterisk:/usr/src/zaptel# make
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE   -DSTANDALONE_ZAPATA   -c -o
gendigits.o gendigits.c
cc -o gendigits gendigits.o -lm
./gendigits
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB
-I/usr/src/linux/drivers/net -Wall -I. -Wstrict-prototypes
-fomit-frame-pointer -I/usr/src/linux/drivers/net/wan -I
/usr/src/linux/include -I/usr/src/linux/include/net   -DECHO_CAN_MARK2
-DCONFIG_ZAPATA_PPP -DTORMENTA_BASE=0xd -DDEFAULT_TONE_ZONE=0
-DSTANDALONE_ZAPATA -c zaptel.c
In file included from zaptel.c:36:
/usr/include/linux/module.h:21: linux/modversions.h: No such file or
directory
make: *** [zaptel.o] Error 1
asterisk:/usr/src/zaptel#


Can anyone point me in the right direction.

Cheers,
Phil

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users