Re: [asterisk-users] Pay Phone Controller Project

2009-01-10 Thread Steve Underwood
Barton Fisher wrote: > Very Cool! > > But then does anyone still use payphones ? :) > > Good job > > Bart > It seems so. There are people making SIP payphones. I haven't seen one from a major brand, but others are making them. Regards, Steve ___ -

Re: [asterisk-users] Use ZAP/Dahdi channel for outbound only... noinbound?

2009-01-10 Thread Tim Nelson
Thank you for the help! I'll give it a shot and see if it works to my needs. --Tim - "Alexander Lopez" wrote: > Put the channel into its own context for example call it no-answer > > The in your extensions.conf file put this > > [no-answer] > Exten => s,1,Wait(240) ; Wait 4 minutes > Exte

Re: [asterisk-users] Use ZAP/Dahdi channel for outbound only... noinbound?

2009-01-10 Thread Alexander Lopez
Put the channel into its own context for example call it no-answer The in your extensions.conf file put this [no-answer] Exten => s,1,Wait(240) ; Wait 4 minutes Exten => s,2,NoOp It will let the phone ring for the specified time. You could add something after s,1 if you wanted asterisk to pick u

[asterisk-users] Use ZAP/Dahdi channel for outbound only... no inbound?

2009-01-10 Thread Tim Nelson
Greetings list- I have a box with a single FXO card in it. I'm able to dial out ZAP/1 with no problems and as expected. However, I would like inbound calls on that POTS line to go unanswered by Asterisk since I have other equipment on the line. I've setup zapata.conf for the channel without a c

Re: [asterisk-users] Pay Phone Controller Project

2009-01-10 Thread Barton Fisher
Very Cool! But then does anyone still use payphones ? :) Good job Bart - Original Message - From: "Stephen Rodgers" To: Sent: Saturday, January 10, 2009 10:13 AM Subject: [asterisk-users] Pay Phone Controller Project >I finally documented my Payphone Controller project used to con

[asterisk-users] Configuring Linksys spa8000 devices through xml

2009-01-10 Thread Tom Moore
Hi guys, Anyone have experience using the Linksys spc tool to provision devices? I've been fighting with it all afternoon and can not get the tool to parse a xml file properly. I can get it to generate me a .cfg file from a text file, but when I tell the unit to pull down the cfg file it doesn't re

[asterisk-users] hdmi an console dsp

2009-01-10 Thread Jerry Geis
I am trying to connect audio through HDMI on a config. aplay - l gives: List of PLAYBACK Hardware Devices card 0: NVidia [HDA NVidia], device 0: VT1708B Analog [VT1708B Analog] Subdevices: 2/2 Subdevice #0: subdevice #0 Subdevice #1: subdevice #1 card 0: NVidia [HDA NVidia], device

Re: [asterisk-users] Not Dialing 9

2009-01-10 Thread Gordon Henderson
On Sat, 10 Jan 2009, Philipp Kempgen wrote: > Thczv F. Thczv schrieb: >> When I set up my Asterisk box at home I didn't want to have to dial 9 >> to dial off premises, so I gave all my local phones three digit >> extensions with this format: 1[1,0]*. My thought is that there are no >> area codes

Re: [asterisk-users] Not Dialing 9

2009-01-10 Thread Philipp Kempgen
Thczv F. Thczv schrieb: > When I set up my Asterisk box at home I didn't want to have to dial 9 > to dial off premises, so I gave all my local phones three digit > extensions with this format: 1[1,0]*. My thought is that there are no > area codes that start with 0 or 1, so if I use those numbers,

Re: [asterisk-users] How to monitor asterisk with SNMP?

2009-01-10 Thread Markus A. Wipfler
Another way to monitor this via cacti (for example if you don't have snmp support for asterisk or need to customize what you are graphing) is to create a new data input method in cacti and then use a script to get you the required data. I use a simple perl script that gets my all active zap

Re: [asterisk-users] How to use AMD "Answering Machine Detect" ?

2009-01-10 Thread Daniel Varella
Yes, it worked ! Now I'm adjusting the AMD parameters to fine tune the recognition. Thank you guys ! -- Daniel Varella de Oliveira Consultor de T.I. Cel.: +55(21)8615-6050 Linux Professional Certified LPI000143643 Information Technology Infrastructure Library - ITIL Certified EXIN - 944

Re: [asterisk-users] Security communication dilemma: your help needed

2009-01-10 Thread Anthony Francis
Kevin P. Fleming wrote: > Tzafrir Cohen wrote: > > >> Suggested modification) >> >> X also signs the message with his public key. >> >> (If X doesn't want to, this automated procedure will not apply) >> > > I don't understand; if X signs the message using his public key, then > recipients w

Re: [asterisk-users] fake ringback tone

2009-01-10 Thread Philipp Kempgen
wassim Darwish schrieb: > Iam not using the 'r' option in my dial plan ,here what i have in my dial > plan: Hint: Don't remove the line breaks: > [gw]exten => _70.,1,Dial,SIP/grands/${EXTEN}> Date: Fri, 9 Jan 2009 16:25:41 > -0500> From: stot...@asteriskhelpdesk.com> To: > asterisk-users@lists

Re: [asterisk-users] How to monitor asterisk with SNMP?

2009-01-10 Thread Matt Gibson
http://www.voipphreak.ca/2007/04/16/monitoring-asterisk-14-with-snmp-and-cac ti-for-pretty-graphs/ Thanks, Matt G : http://www.voipphreak.ca : http://www.ratemydialplan.com : http://www.asterisk-

Re: [asterisk-users] Local channel Help required

2009-01-10 Thread Philipp Kempgen
Max Alex schrieb: > If i got the NOANSWER then the channel is not passing to next priority. > I need to pass that channel to the next priority of the context > [macro-mypbx] so i can set voicemail there. > > I want to know how can we set the local channel to go in next priority in > case of NO AN

[asterisk-users] How to monitor asterisk with SNMP?

2009-01-10 Thread Robert Augustyn
Hi, We have zabbix running and would love to be able to monitor our asterisk box with it. I believe that some sort of SNMP is build in 1.4+ correct? Where do I find more info or a how to on what is supported and how to use it? Thank you. ___ -- Ba

Re: [asterisk-users] AEL question: testing channel variables

2009-01-10 Thread Philipp Kempgen
Klaus Darilion schrieb: > I use the following condition: > > if (${FOOBAR}=YES) { >... > } > > The problem is, that if FOOBAR is not defined at all Asterisk generates > a warning: > > WARNING[11982]: ast_expr2.fl:407 ast_yyerror: ast_yyerror(): syntax > error: syntax error, unexpected '='

Re: [asterisk-users] is it possible to store vmsecrets outside of users.conf?

2009-01-10 Thread Philipp Kempgen
Klaus Darilion schrieb: > Currently I provision user account in users.conf. But I do not like that > VoiceMail writes to users.conf when the voicemail password is changed. > > Is there a possibility to store the vmsecret in another place? (another > file or DB)? Yes, if you were using "Realtime

[asterisk-users] Pay Phone Controller Project

2009-01-10 Thread Stephen Rodgers
I finally documented my Payphone Controller project used to control Western Electric "Fortress" pay phones using Asterisk and some external hardware. The link to the project info is here: http://qrvc.com/gpl-projects/payphone. Steve. ___ -- Bandwidt

Re: [asterisk-users] Security communication dilemma: your help needed

2009-01-10 Thread Kevin P. Fleming
Tzafrir Cohen wrote: > On Sat, Jan 10, 2009 at 10:04:53AM -0600, Kevin P. Fleming wrote: >> Tzafrir Cohen wrote: >> >>> Suggested modification) >>> >>> X also signs the message with his public key. >>> >>> (If X doesn't want to, this automated procedure will not apply) >> I don't understand; if X s

Re: [asterisk-users] recommendation for German sound files

2009-01-10 Thread Philipp Kempgen
OCG Technical Support schrieb: > I can do a great Colonel Klink and pretty good Shulz imitation...in case you > want me to record some prompts. > > :) Go ahead. ;-) Philipp Kempgen -- AMOOCON 2009, May 4-5, Rostock / Germany -> http://www.amoocon.de Asterisk: http://the-asterisk-book.c

Re: [asterisk-users] Cisco VoIP QOS

2009-01-10 Thread TianLun Song
This is the nature of ADSL. but you will be fine if the customer location is close to ADSL switch in the CO. you can get a loop makeup report from ISP and see how long the loop is. then, you will get an idea about the quality for the loop. On Sat, Jan 10, 2009 at 4:53 AM, Michael wrote: > I hav

Re: [asterisk-users] recommendation for German sound files

2009-01-10 Thread Philipp Kempgen
Klaus Darilion schrieb: > http://www.voip-info.org/tiki-index.php?page=Asterisk+sound+files+international#German > lists a plenty of sound files for German. > > Can someone recommend one for Asterisk 1.4 (any maybe 1.6 soon). (Note: I might be a bit biased here as I work for Amooma but let me tel

Re: [asterisk-users] Security communication dilemma: your help needed

2009-01-10 Thread Tzafrir Cohen
On Sat, Jan 10, 2009 at 10:04:53AM -0600, Kevin P. Fleming wrote: > Tzafrir Cohen wrote: > > > Suggested modification) > > > > X also signs the message with his public key. > > > > (If X doesn't want to, this automated procedure will not apply) > > I don't understand; if X signs the message usi

Re: [asterisk-users] Security communication dilemma: your help needed

2009-01-10 Thread Kevin P. Fleming
Tzafrir Cohen wrote: > Suggested modification) > > X also signs the message with his public key. > > (If X doesn't want to, this automated procedure will not apply) I don't understand; if X signs the message using his public key, then recipients would need X's private key to verify the signatur

Re: [asterisk-users] Lenny. Where to find zaptel patches

2009-01-10 Thread Olivier
2009/1/10 Tzafrir Cohen > On Sat, Jan 10, 2009 at 01:52:02AM +0100, Olivier wrote: > > Hi, > > > > While issuing make, I've got: > > ... > > CC [M] /usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.o > > /usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.c: In function > âzt_registerâ: > > /usr/src/z

Re: [asterisk-users] Lenny. Where to find zaptel patches

2009-01-10 Thread Olivier
2009/1/10 Benoit > Olivier a écrit : > > Hi, > > > > While issuing make, I've got: > > ... > > CC [M] /usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.o > > /usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.c: In function > > âzt_registerâ: > > /usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.c:5230:

Re: [asterisk-users] iax2 bindaddress: how to reload so iax2 can bind to an alias IP

2009-01-10 Thread Vieri
--- On Fri, 1/9/09, Josiah Bryan wrote: > >>> --- On Fri, 1/9/09, Josiah Bryan > >> wrote: > Is this right after bringing online the > alias IP? > If so, you might try using arp-sk to > broadcast an > >> ARP > packet to kick-start the IP lookup... > http://sid.rstack.org/arp

Re: [asterisk-users] Security communication dilemma: your help needed

2009-01-10 Thread Tzafrir Cohen
Hi On Sat, Jan 10, 2009 at 06:38:45AM -0600, Kevin P. Fleming wrote: > John Todd wrote: > > > Desired procedure: A public key signature method would be publicly > > available via an SSL web page or various keyservers. Individuals > > could sign messages with the public key. Signed messages

[asterisk-users] line disconnected after 20 seconds no reply to our critical packet

2009-01-10 Thread Thomas Winter
Dear all, I have from time to time problems with disconnect after exact 20 seconds. I have these problems from time to time in LAN after using PickUP() with 1.2 I have these problems from time to time in WAN when the internet connection is not reliable with 1.4 Is there any way to fix it? best

Re: [asterisk-users] Security communication dilemma: your help needed

2009-01-10 Thread Kevin P. Fleming
John Todd wrote: > Desired procedure: A public key signature method would be publicly > available via an SSL web page or various keyservers. Individuals > could sign messages with the public key. Signed messages sent to > "security@" would then be decrypted, and re-encrypted with the >

Re: [asterisk-users] fake ringback tone

2009-01-10 Thread wassim Darwish
Hi: Iam not using the 'r' option in my dial plan ,here what i have in my dial plan: [gw]exten => _70.,1,Dial,SIP/grands/${EXTEN}> Date: Fri, 9 Jan 2009 16:25:41 -0500> From: stot...@asteriskhelpdesk.com> To: asterisk-users@lists.digium.com> Subject: Re: [asterisk-users] fake ringback tone> > O

Re: [asterisk-users] Could you compile mISDN 1.1.8 on Lenny ?

2009-01-10 Thread Tzafrir Cohen
On Sat, Jan 10, 2009 at 09:05:56AM +0100, Olivier wrote: > Let me summerize it : > - mISDN: don't compile on 2.6.26 and above, mailing list not responding > these days, any plan or announce to change this ? Not familiar enough with it, so I won't comment. > - bristuff: no 1.6 version announced,

Re: [asterisk-users] Could you compile mISDN 1.1.8 on Lenny ?

2009-01-10 Thread Olivier
2009/1/10 Benoit > Olivier a écrit : > > > > 2009/1/9 Philipp Kempgen > > > > > > Olivier schrieb: > > > Before diving into this, I would very pleased to know if someone > > could yes > > > or no, successfully compile mISDN 1.1.8 on Lenny (latest

Re: [asterisk-users] Lenny. Where to find zaptel patches

2009-01-10 Thread Tzafrir Cohen
On Sat, Jan 10, 2009 at 01:52:02AM +0100, Olivier wrote: > Hi, > > While issuing make, I've got: > ... > CC [M] /usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.o > /usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.c: In function âzt_registerâ: > /usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.c:5230

Re: [asterisk-users] B410p, Ast1.4, France Tél ecom Numeris Double T0 problem

2009-01-10 Thread Benoit
Olivier Fauchon a écrit : > Hi Benoit, > > Thx for your previous reply. > > I tired your configuration , and I still have the problem . When 1 > make a call to my SDA(DDI) number, I can see 2 incoming calls in the > isdn stack. > > What do you think about that ? > > > P[ 2] channel with stid:0 f

Re: [asterisk-users] Lenny. Where to find zaptel patches

2009-01-10 Thread Benoit
Olivier a écrit : > Hi, > > While issuing make, I've got: > ... > CC [M] /usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.o > /usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.c: In function > âzt_registerâ: > /usr/src/zaptel-1.4.11~dfsg/kernel/zaptel-base.c:5230: error: implicit > declaration of f

Re: [asterisk-users] Could you compile mISDN 1.1.8 on Lenny ?

2009-01-10 Thread Benoit
Olivier a écrit : > > 2009/1/9 Philipp Kempgen > > > Olivier schrieb: > > Before diving into this, I would very pleased to know if someone > could yes > > or no, successfully compile mISDN 1.1.8 on Lenny (latest RC1 or > beta2 > > version)

[asterisk-users] Cisco VoIP QOS

2009-01-10 Thread Michael
I have currently following the instructions at- http://www.voip-info.org/wiki/view/QoS+Cisco I am using a Cisco 877 router with an ADSL2+ connection. My upstream bandwidth is around 1Mbps, and my downstream around 4-5Mbps. I have two PSTN side interfaces - atm0 and dialer0 (dialer0 is where the

[asterisk-users] Local channel Help required

2009-01-10 Thread Max Alex
Hi All, I am using asterisk 1.4 branch on server. Here is a my dialplan. i have set the incoming route to incoming context, and then i have set dial with local channel, The call comes to my server and the call is routed to matched case, so my phone 1001 ring for 30 seconds. If i got the NOANSWER th

Re: [asterisk-users] B410p, Ast1.4, France Tél ecom Numeris Double T0 problem

2009-01-10 Thread Olivier Fauchon
Hi Benoit, Thx for your previous reply. I tired your configuration , and I still have the problem . When 1 make a call to my SDA(DDI) number, I can see 2 incoming calls in the isdn stack. What do you think about that ? P[ 2] channel with stid:0 for one second still in use! P[ 2] I IND :NEW_C

Re: [asterisk-users] Could you compile mISDN 1.1.8 on Lenny ?

2009-01-10 Thread Olivier
2009/1/10 Olivier > > 2009/1/9 Philipp Kempgen > >> Olivier schrieb: >> > Before diving into this, I would very pleased to know if someone could >> yes >> > or no, successfully compile mISDN 1.1.8 on Lenny (latest RC1 or beta2 >> > version) ? >> >> > /usr/src/mISDN-1_1_8/drivers/isdn/hardware/mI

Re: [asterisk-users] Could you compile mISDN 1.1.8 on Lenny ?

2009-01-10 Thread Olivier
2009/1/9 Philipp Kempgen > Olivier schrieb: > > Before diving into this, I would very pleased to know if someone could > yes > > or no, successfully compile mISDN 1.1.8 on Lenny (latest RC1 or beta2 > > version) ? > > > /usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN/avm_fritz.c:895: > warning: