[Asterisk-Users] cdr make problem

2004-10-12 Thread christophe de coninck




Hey
I get this error when I want to compile the cdr_mysql module:

mainserver asterisk-addons-1.0.1 # make
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE  -I/usr/include/mysql   `ls *.c`
cdr_addon_mysql.c:24:22: asterisk.h: No such file or directory
make -C format_mp3 all
make[1]: Entering directory `/root/asterisk-addons-1.0.1/format_mp3'
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations   -D_REENTRANT -D_GNU_SOURCE  -O6    -c -o common.o common.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations   -D_REENTRANT -D_GNU_SOURCE  -O6    -c -o dct64_i386.o dct64_i386.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations   -D_REENTRANT -D_GNU_SOURCE  -O6    -c -o decode_ntom.o decode_ntom.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations   -D_REENTRANT -D_GNU_SOURCE  -O6    -c -o layer3.o layer3.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations   -D_REENTRANT -D_GNU_SOURCE  -O6    -c -o tabinit.o tabinit.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations   -D_REENTRANT -D_GNU_SOURCE  -O6    -c -o interface.o interface.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations   -D_REENTRANT -D_GNU_SOURCE  -O6    -c -o format_mp3.o format_mp3.c
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations   -D_REENTRANT -D_GNU_SOURCE  -O6  -shared -Xlinker -x -o format_mp3.so common.o dct64_i386.o decode_ntom.o layer3.o tabinit.o interface.o format_mp3.o
make[1]: Leaving directory `/root/asterisk-addons-1.0.1/format_mp3'
gcc -fPIC -I../asterisk -D_GNU_SOURCE  -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c
cdr_addon_mysql.c:24:22: asterisk.h: No such file or directory
make: *** [cdr_addon_mysql.o] Error 1





-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<>___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Embedded Asterisk System

2004-10-14 Thread christophe de coninck




Nice work, I've been thinking on doing almost the same thing but how many users can it handle at the same time?


On Thu, 2004-10-14 at 04:39, JR Richardson wrote:

I have had an embedded * server for a while, a one-off project I've been
working on in some spare time.  I want to write a white paper about it but
haven't started yet due to other priorities.

A CF used in an IDE adapter is the way to go.  The development environment
is a bit tricky but here is a brief of what worked for me:

- define the hardware to use; I used a VIA 10K M mother board, 256M RAM,
TDM400, Sandisk CF (64 MEG), IDE-to-CF adapter here: 
http://www.logicsupply.com/product_info.php/cPath/47/products_id/241
This one sits right into the IDE slot on the MB, with a closed case, no one
can walk up and pull the card out and you don't have to deal with IDE cables
to route.

- hookup a temporary hard drive, partition it with at least 4 - 1 gig
partitions, build the base system on part 1, I used Debian, Woody.

- copy part 1 to part 2 (cp -ax), boot into part 2, download and compile
asterisk, setup to taste and any other software needed (mysql, mpg123,
whatever)

- copy part 2 to part 3, boot into part 3, start stripping the OS down to
bare minimum, if you screw up, no problem, re-copy part 2 to part 3 and
start again

- once you have the server at a minimum OS size and it still boots, runs and
does what you need then figure out the size (df -h), mine was around 75Meg

- boot back into part 1, create a loop file system of 85Meg in part 4, copy
part 3 (the root file system) into the part 4 loop file system, gzip the
part 4 loop file system into one compressed file something.gzip, mine was
23Meg

- prepare the CF, syslinux the CF and put a syslinuz config file on the root
directory and specify a 85Meg ram disk, copy the part 3 kernel file to the
CF, this is what guided me:
http://silent.gumph.org/content/4/1/011-linux-on-cf.html

- configure the file system to mount a partition on the CF and symlink all
writable files to the CF for saving, VM, SYSLOG, * config files, CDR,
whatever you want to save as non-volatile.

- disconnect temp hard drive and re-boot, syslinux will create a ram drive,
un-compress the gzip file system into RAM, and run from there.

Of course there are a hundred steps in between the ones I've out-lined and
there are twice as many problems but the payoff is worth it.  I have an *
server that I can power down without corrupting the file system and it
always comes back up the same configuration, in 30 seconds, pretty cool.

If this is what you guys mean by embedded, then it's certainly achievable
with off the shelf parts and a little time for trial and error.

One of these days, soon, I'll document the entire journey and share on the
WIKI.

JR


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<>___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] Running Asterisk on Linksys Router

2004-10-14 Thread christophe de coninck




I think it would be running on a linksys wrt54g since that are the ones were you are capable to put your own linuxdistro on it and run your own tools on it like example iptables and asterisk.
That's what he ment I think, not putting it in the DMZ.

On Thu, 2004-10-14 at 21:35, Brian C. Fertig wrote:

I run asterisk at my house on a linksys router.  I have it sitting in
the DMZ of the router so it acts like its outside.  Works perfectly
fine.

 

.o---o.
Brian Fertig
Network Engineer
Planet Telecom, Inc.
Tampa, FL Office
813.864.3161x107 Office
813.864.3164 Direct
813.817.9961 Cellular
813.881.9762 Fax
Web: www.planet-telecom.com
email: [EMAIL PROTECTED]
-->IM's<---
MSN: [EMAIL PROTECTED]
AIM: ptelebrian
Yahoo: ptele_brian
 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of James H.
Thompson
Sent: Thursday, October 14, 2004 3:17 PM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Running Asterisk on Linksys Router

At Astricon Mark mentioned that somone had Asterisk running on a Linksys
Router.
Anyone have more information on this?

Jim

James H. Thompson
[EMAIL PROTECTED]

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<>___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] Running Asterisk on Linksys Router

2004-10-14 Thread christophe de coninck




It is possible a friend of mine does it, he runs pretty much on it, even a wifiportal for the wireless on the router from linksys. And the router ain't expensive either, only 80-100$ I tought.

On Thu, 2004-10-14 at 21:51, Brian C. Fertig wrote:

ahh my bad..  Didn’t know you could run on that.. I will have to look into it.





From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of christophe de coninck
Sent: Thursday, October 14, 2004 3:39 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] Running Asterisk on Linksys Router


 

I think it would be running on a linksys wrt54g since that are the ones were you are capable to put your own linuxdistro on it and run your own tools on it like example iptables and asterisk.
That's what he ment I think, not putting it in the DMZ.

On Thu, 2004-10-14 at 21:35, Brian C. Fertig wrote: 

I run asterisk at my house on a linksys router.  I have it sitting in
the DMZ of the router so it acts like its outside.  Works perfectly
fine.
 
 
 
.o---o.
Brian Fertig
Network Engineer
Planet Telecom, Inc.
Tampa, FL Office
813.864.3161x107 Office
813.864.3164 Direct
813.817.9961 Cellular
813.881.9762 Fax
Web: www.planet-telecom.com
email: [EMAIL PROTECTED]
-->IM's<---
MSN: [EMAIL PROTECTED]
AIM: ptelebrian
Yahoo: ptele_brian
 
 
 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of James H.
Thompson
Sent: Thursday, October 14, 2004 3:17 PM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Running Asterisk on Linksys Router
 
At Astricon Mark mentioned that somone had Asterisk running on a Linksys
Router.
Anyone have more information on this?
 
Jim
 
James H. Thompson
[EMAIL PROTECTED]
 
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
    


-- 

Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]







 



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<><>___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] Running Asterisk on Linksys Router

2004-10-14 Thread christophe de coninck




you can find all the information you need here:
http://www.openwrt.org/

On Thu, 2004-10-14 at 21:58, Wiley E. Siler wrote:

Any documentation on how to do this anywhere?
W


From: Brian C. Fertig [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 14, 2004 12:52 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] Running Asterisk on Linksys Router



ahh my bad..  Didn’t know you could run on that.. I will have to look into it.





From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of christophe de coninck
Sent: Thursday, October 14, 2004 3:39 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] Running Asterisk on Linksys Router


 

I think it would be running on a linksys wrt54g since that are the ones were you are capable to put your own linuxdistro on it and run your own tools on it like example iptables and asterisk.
That's what he ment I think, not putting it in the DMZ.

On Thu, 2004-10-14 at 21:35, Brian C. Fertig wrote: 

I run asterisk at my house on a linksys router.  I have it sitting in
the DMZ of the router so it acts like its outside.  Works perfectly
fine.
 
 
 
.o---o.
Brian Fertig
Network Engineer
Planet Telecom, Inc.
Tampa, FL Office
813.864.3161x107 Office
813.864.3164 Direct
813.817.9961 Cellular
813.881.9762 Fax
Web: www.planet-telecom.com
email: [EMAIL PROTECTED]
-->IM's<---
MSN: [EMAIL PROTECTED]
AIM: ptelebrian
Yahoo: ptele_brian
 
 
 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of James H.
Thompson
Sent: Thursday, October 14, 2004 3:17 PM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Running Asterisk on Linksys Router
 
At Astricon Mark mentioned that somone had Asterisk running on a Linksys
Router.
Anyone have more information on this?
 
Jim
 
James H. Thompson
[EMAIL PROTECTED]
 
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users







-- 

Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]







 

  





___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<><>___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] grandstream handytone 286 problem

2004-10-20 Thread christophe de coninck




hey,
i got asterisk running with softphones but now I received a set of grandstream handytone 286's now if I run the setup and configure everything like supposed to be it doesn't work, i hear a ringing tone , after 30secs it hangs up and that's it

in sip.conf i have:
[4445]
secret=4445
type=friend
username=christophe
allow=all
host=10.0.0.55
nat=yes

[]
secret=
type=friend
username=nicole
allow=all
host=10.0.0.56
nat=yes

and for configuration of my grandstream handytone 286 i got:
sip server: 10.0.0.21
sip user id: christophe
authenticate id: 4445
authenticate password: 4445
and as vocoder i got:
G729
G729
G729
G729
PCMU
PCMA
PCMU
sip registration: yes
unregister at reboot: yes

anyone know what i could be doing wrong ?




-- 
Christophe De Coninck | Zarek K   







___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] grandstream handytone 286 problem

2004-10-20 Thread christophe de coninck







update:
now I get this after i repowered the grandstream handytone 286
:
*CLI> Oct 20 16:34:33 NOTICE[262160]: chan_sip.c:7532 handle_request: Registration from '' failed for '10.0.0.55





On Wed, 2004-10-20 at 15:30, christophe de coninck wrote:

hey,
i got asterisk running with softphones but now I received a set of grandstream handytone 286's now if I run the setup and configure everything like supposed to be it doesn't work, i hear a ringing tone , after 30secs it hangs up and that's it

in sip.conf i have:
[4445]
secret=4445
type=friend
username=christophe
allow=all
host=10.0.0.55
nat=yes

[]
secret=
type=friend
username=nicole
allow=all
host=10.0.0.56
nat=yes

and for configuration of my grandstream handytone 286 i got:
sip server: 10.0.0.21
sip user id: christophe
authenticate id: 4445
authenticate password: 4445
and as vocoder i got:
G729
G729
G729
G729
PCMU
PCMA
PCMU
sip registration: yes
unregister at reboot: yes

anyone know what i could be doing wrong ?




-- 
Christophe De Coninck | Zarek K   









___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<>___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

RE: [Asterisk-Users] grandstream handytone 286 problem

2004-10-20 Thread christophe de coninck




Hey,
The usage of numbers worked fine, everythings runs good now as far I know but there's only one problem.
I got for each number a voicemailnumber eg number 4445 has number 44451 for voicemail, but then they have to enter a password. So i type 1235 (see example below from voicemail.conf) and it keeps saying login incorrect, anyone got any idea? works fine with kphone in linux.

from voicemail.conf:
4445 => 1235,4445,[EMAIL PROTECTED]



On Wed, 2004-10-20 at 17:28, David J Carter wrote:

 
Christophe,
 
Just for starters try changing your SIP user ID in the 286 to  and 4445 and see if they register then.
 
I have several 286's and they all work fine, but I don't use names, just numbers.
 
Regards
 
Dave

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of christophe de coninck
Sent: 20 October 2004 15:37
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] grandstream handytone 286 problem









update:
now I get this after i repowered the grandstream handytone 286
:
*CLI> Oct 20 16:34:33 NOTICE[262160]: chan_sip.c:7532 handle_request: Registration from '' failed for '10.0.0.55 





    On Wed, 2004-10-20 at 15:30, christophe de coninck wrote: 

hey,
i got asterisk running with softphones but now I received a set of grandstream handytone 286's now if I run the setup and configure everything like supposed to be it doesn't work, i hear a ringing tone , after 30secs it hangs up and that's it

in sip.conf i have:
[4445]
secret=4445
type=friend
username=christophe
allow=all
host=10.0.0.55
nat=yes

[]
secret=
type=friend
username=nicole
allow=all
host=10.0.0.56
nat=yes

and for configuration of my grandstream handytone 286 i got:
sip server: 10.0.0.21
sip user id: christophe
authenticate id: 4445
authenticate password: 4445
and as vocoder i got:
G729
G729
G729
G729
PCMU
PCMA
PCMU
sip registration: yes
unregister at reboot: yes

anyone know what i could be doing wrong ?
    







-- 
Christophe De Coninck | Zarek K   









___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users








-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]











___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<><>___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] meetme question

2004-10-21 Thread christophe de coninck




Hi,
I've just setup a meetme room like in the config is set as demo, alltough when i try to call it I see this:

    -- Executing MeetMe("SIP/christophe-9123", "1234") in new stack
  == Parsing '/etc/asterisk/meetme.conf': Found
Oct 21 15:00:23 WARNING[409617]: chan_zap.c:755 zt_open: Unable to open '/dev/zap/pseudo': No such file or directory
Oct 21 15:00:23 ERROR[409617]: chan_zap.c:6663 chandup: Unable to dup channel: No such file or directory
Oct 21 15:00:23 WARNING[409617]: app_meetme.c:227 build_conf: Unable to open pseudo channel - trying device
Oct 21 15:00:23 WARNING[409617]: app_meetme.c:230 build_conf: Unable to open pseudo device
    -- Playing 'conf-invalid' (language 'en')
  == Spawn extension (default, 8600, 1) exited non-zero on 'SIP/christophe-9123'

extensions.conf:
exten => 8600,1,Meetme(1234)
exten => 8600,2,HangUp

meetme.conf:
[rooms]
conf => 1234




-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<>___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] modem question

2004-10-21 Thread christophe de coninck




Hey,
I've got asterisk running fine in my internal network now but it is not yet connected to the telephone line, now I'm wondering, would it be possible to use a:
US Robotics 56K faxmodem V92 - Internal - PCI
to make phonecalls to normal telephones and receive them ?
or wich other brands/models do you recommend that are affordable and easy to maintain in belgium/europe
because i cant find the intel IA92 card or any of the wildcard's (wich are pretty expensive)




-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<>___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] modem question

2004-10-21 Thread christophe de coninck







All i can find is this:
Protocols & Specifications ITU V.29, ITU V.34, ITU V.90, ITU V.17, ITU V.27ter, ITU V.92, ITU V.80 
Error Correction Protocol MNP-4, ITU V.42, MNP-2, MNP-3 
Data Compression Protocol MNP-5, ITU V.42bis, V.44
and I don't really see the use of investing more then 100$ for just testing/playing with asterisk. If it really comes in handy I would buy a wildcard or other good card.






On Thu, 2004-10-21 at 19:55, Benjamin on Asterisk Mailing Lists wrote:

On Thu, 21 Oct 2004 19:17:02 +0200, christophe de coninck
<[EMAIL PROTECTED]> wrote:
> I'm wondering, would it be possible to use a:
>  US Robotics 56K faxmodem V92 - Internal - PCI
>  to make phonecalls to normal telephones and receive them ?

Do you know which chipset it uses?

>  or wich other brands/models do you recommend that are affordable and easy
> to maintain in belgium/europe

It's got nothing to do with the brand of the modem. The chipset is
what matters. The Zaptel wcfxo driver is specifically written for the
Intel/Ambient MD3200 chipset. Nothing else will do.

Of course, you can always write your own driver for a different chipset ;-)

>  because i cant find the intel IA92 card

Fax modems using the MD3200 chip are gradually being phased out of
production. These days, the Connexant chipset is far more common in
fax modems.

> or any of the wildcard's (wich are pretty expensive)

Don't forget that you get both a "works with Asterisk/Zaptel" warranty
and installation support. This means Digium will replace the card if
it doesn't work with Asterisk and Zaptel. Other vendors will tell you
that the modem is a modem is a modem and as long as it works with the
winmodem drivers as a modem on Windoze, they won't accept that you
have an issue. It also means that if you get stuck, you can call
Digium free of charge (dial extension 500 in the demo of the sample
extensions.conf for a free internet IAX peer-to-peer call to Digium)
and have them help you get it working. They will even log into your
asterisk box and build/install/configure the Zaptel drivers for you.

Before this background, you may find that this is a good deal worth
considering, even though it may look expensive at first sight,
especially if you are doing this for the first time.

rgds
benjk




-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<>___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] Wildcard X100P question

2004-10-22 Thread christophe de coninck




Hey,
Since I couldn't find any cheap modem that would help me, I might be planning on buying a Wildcard X100P to connect to an anologue phone line (with 1 phonenumber on it).
How many calls will I be able to do from my asterisk server to the outside? Only one at a time or more ? (I couldn't find more info about it wich could help me)

grtz




-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<>___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Wildcard X100P question

2004-10-22 Thread christophe de coninck




Hey,
I knew that info already but the question i ment to ask was: how many calls will I be able to make to the outside from my asterisk server with one X100P card, only one at a time or more ?

On Fri, 2004-10-22 at 16:37, Kannaiyan Natesan wrote:

You tried with http://www.goods2world.com ?


- Original Message - 
From: christophe de coninck
To: [EMAIL PROTECTED]
Sent: Friday, October 22, 2004 3:34 PM
Subject: [Asterisk-Users] Wildcard X100P question


Hey,
Since I couldn't find any cheap modem that would help me, I might be 
planning on buying a Wildcard X100P to connect to an anologue phone line 
(with 1 phonenumber on it).
How many calls will I be able to do from my asterisk server to the outside? 
Only one at a time or more ? (I couldn't find more info about it wich could 
help me)

grtz




-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<>___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Hardware

2004-10-24 Thread christophe de coninck




I would use a Western Digital Raptor SATA Harddisk, also gives you a performance boost of your system + it aint that expensive as scsi.

And my dream setup for asterisk would be:
dual xeon, intel xeon motherboard, 2gig ram for each cpu and a few raptor or scsi disks + some wildcard digium telephony cards to call with 10users at a time to a normal phone number.

On Sun, 2004-10-24 at 11:49, Tzafrir Cohen wrote:

On Sat, Oct 23, 2004 at 06:40:12PM -0600, Michael Loftis wrote:
> 
> 
> --On Saturday, October 23, 2004 19:56 -0400 Stan Brinkerhoff 
> <[EMAIL PROTECTED]> wrote:
> 
> >Look for support by whatever operating system you plan on running.
> 
> I second thatpretty much any P4 based hardware should be perfectly fine 
> for asterisk.  I'd tend to lean towards SCSI drives though, but other than 
> that go to town!

Why scsi?

I thought that Asterisk doesn't have much disk IO. At least that this is
not a bottleneck.




-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<>___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Asterisk 1.0.2

2004-10-26 Thread christophe de coninck




Does anyone know if just installing the new asterisk will work fine or do I have to remove the 'old' install first?

greets

On Tue, 2004-10-26 at 18:05, Eric Wieling wrote:

Andrew Thompson wrote:
> [EMAIL PROTECTED] wrote:
> 
>> Hello everyone!
>>
>> Version 1.0.2 is now available for Asterisk, Zaptel, and libpri.
> 
> 
> Would it be possible to get official changelogs for these releases?
> 
> (If they're out there, please point me toward them.)
> 
> Thanks.


General changelog is part of the download.  Detailed changelogs are part 
of the asterisk-cvs mailing list.

Asterisk 1.0.2
  -- Major bugfix release
Asterisk 1.0.1
  -- Added AGI over TCP support
  -- Add ability to purge callers from queue if no agents are logged in
  -- Fix inband PRI indication detection
  -- Fix for MGCP - always request digits if no RTP stream
  -- Fixed seg fault for ast_control_streamfile
  -- Make pick-up extension configurable via features.conf
  -- Numerous other bug fixes
Asterisk 1.0.0
  -- Use Q.931 standard cause codes for asterisk cause codes
  -- Bug fixes from the bug tracker
Asterisk 1.0-RC2
  -- Additional CDR backends
  -- Allow muted to reconnect
  -- Call parking improvements (including SIP parking support)
  -- Added licensed hold music from FreePlayMusic
  -- GR-303 and Zap improvements
  -- More bug fixes from the bug tracker
  -- Improved FreeBSD/OpenBSD/MacOS X support
Asterisk 1.0-RC1
  -- Innumerable bug fixes and features from the bug tracker
  -- Added Open Settlement Protocol (OSP) support
  -- Added Non-facility Associated Signalling (NFAS) Support
  -- Added alarm Monitoring support
  -- Added new MeetMe options
  -- Added GR-303 Support
  -- Added trunk groups
  -- ADPCM Standardization
  -- Numerous bug fixes
  -- Add IAX2 Firmware Support
  -- Add G.726 support
  -- Add ices/icecast support
  -- Numerous bug fixes



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<>___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] hardened gentoo (selinux) asterisk problem

2004-12-31 Thread christophe de coninck




Hey,
I've just installed hardened gentoo with selinux and emerged the selinux policy's for asterisk and emerged asterisk after it, now whenever i want to run asterisk i get:

Dec 31 11:56:46 WARNING[4248]: manager.c:1474 init_manager: Unable to bind socket: Cannot assign requested address

and in my sip.conf i have:

port=5060   ; UDP Port to bind to (SIP standard port is 5060)
bindaddr=10.2.1.2   ; IP address to bind to (0.0.0.0 binds to all)

wich should be correct, i also tried 0.0.0.0 but same error and when using netstat -a it doesn't show anything else that uses up that port. anyone an idea?

grtz




-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<>___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] hardened gentoo (selinux) asterisk problem

2004-12-31 Thread christophe de coninck




Thanks for noting me, it was late yesterday and early this morning ;)
just checked out manager.conf and there was the fault, thnx


On Fri, 2004-12-31 at 12:32, Steven Critchfield wrote:

On Fri, 2004-12-31 at 11:59 +0100, christophe de coninck wrote:
> Hey,
> I've just installed hardened gentoo with selinux and emerged the
> selinux policy's for asterisk and emerged asterisk after it, now
> whenever i want to run asterisk i get:
> 
> Dec 31 11:56:46 WARNING[4248]: manager.c:1474 init_manager: Unable to
> bind socket: Cannot assign requested address

Note that that is manager.c, means it is trying to open the manager
port. Had nothing to do with SIP.




-- 
Christophe De Coninck | Zarek K   

http://www.zarekk.be
mailto: [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]








<>___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users