Re: [asterisk-users] Dial script

2010-02-06 Thread Erik de Wild: Tripple-o
, Erik de Wild Tripple-o: your asterisk migration partner the Netherlands On 6 feb 2010, at 03:54, Thomas Perron wrote: Does anyone have a Dial script or a hint on how I can dial 1 numbers in sequence? When the calls are answered, I play a .gsm or .wav. Then, if user presses

Re: [asterisk-users] {top|bottom|interleaved} posting, once again

2010-02-06 Thread Erik de Wild: Tripple-o
Funny that a small matter like top | bottom | interleaved posting can lead to a situation that is referred to as a fight . I agree with Ira that keeping all the original lines in place is very annoying when there are more lines then needed to pick up the discussion. I seem to be a top

Re: [asterisk-users] How to configure a coverage path for anextension???

2009-09-16 Thread Erik de Wild
it should look something like exten = 4000,1,Dial(SIP/4000,30,t) exten = 4000,2,Goto(4001,1) exten = 4001,1,Dial(SIP/4001,30,t) If 4000,1 is answered it will never reach 4000,2 if 4000 is busy or not available for another reason it wil goto 4001,1 hope this is useful Erik de Wild Tripple-o

Re: [asterisk-users] features.conf : feature map == getting feature to work

2009-09-08 Thread Erik de Wild
just a hint. you might have # assigned the moh in feature.conf and #3 to starting the recording. check your feature.conf and makesure that # isn't assigned to anything. erik de wild Tripple-o Your Asterisk migration partner the Netherlands Verstuurd vanaf mijn iPhone Op 7 sep 2009 om 20:40

Re: [asterisk-users] invalid extension

2009-09-08 Thread Erik de Wild
you should check dialstatus and gotoif. if you use both in the proper way ( see the wiki) then you have the dialplan behaviour you are looking for. erik de wild Tripple-o Your Asterisk migration partner the Netherlands Verstuurd vanaf mijn iPhone Op 7 sep 2009 om 21:26 heeft Miguel

Re: [asterisk-users] Using asterisk as the recording server

2009-09-08 Thread Erik de Wild
idea. after mixing it should be stored in a retrievable way. Erik de Wild Tripple-o Your Asterisk migration partner the Netherlands Verstuurd vanaf mijn iPhone Op 8 sep 2009 om 00:25 heeft Miguel Molina mmol...@millenium.com.co het volgende geschreven:\ I imagine this setup will need those

Re: [asterisk-users] Asterisk CLI commands not running !!!!!

2009-09-08 Thread Erik de Wild
Just a hint based on experience. Run top from de linux prompt to check if any proces causes an enormous cpu load. I once ran into the same behaviour because some asterisk related php script looped and took almost all the cpu power available. erik de wild Tripple-o Your Asterisk migration

Re: [asterisk-users] Fax For Asterisk and SendFax question

2009-09-08 Thread Erik de Wild
You can use the M parameter to run a macro after the channel picks up or the g parameter to jump to a given context. there is also a parameter to run an AGI script. Check the dial() cmd on the wiki for further details. Erik de Wild Tripple-o Your Asterisk migration partner the Netherlands

Re: [asterisk-users] T1 TE121 cable connected to a TN2464BP AVAYA card

2009-09-05 Thread Erik de Wild
the telco role and the other the enduser role. See www.asteriskguru.com/tutorials/e1t1.HTML Erik de Wild Tripple-o Your Asterisk migration partner The Netherlands Op 4 sep 2009 om 23:23 heeft Juan Cardoza jcard...@tpmex.com het volgende geschreven:\ Hello All I am looking for the cable I need

Re: [asterisk-users] Help building dahdi for debian

2009-06-13 Thread Erik de Wild: Tripple-o
perhap this is not an answer to your question but following this procedure will result in a working Asterisk system. I use this list when setting up an Asterisk system after installing a basic Debian etch network install : apt-get install mc # just my bad habbit apt-get install ssh

Re: [asterisk-users] Not receiving voicemail message in mailbox

2009-05-17 Thread Erik de Wild: Tripple-o
I have it up and running o my system with this line in voicemail.conf and a symlink named sendmail to the actual msmtp program. mailcmd=/usr/sbin/sendmail -v -t -f lmy e-ail name@gmail.com This is the install log based on info provided by others and the install process itself. Hope it

[asterisk-users] using gtalk received instant messages in the dialplan

2008-05-21 Thread Erik de Wild: Tripple-o
I have been doing some reading about gtalk and asterisk. Most of it is pointed to enable using gtalk for making phonecalls. Would it be possible to use gtalk instant messaging input (just some text send to the gtalk account configured on an asterisk box) into the dialplan. This way you

[asterisk-users] Dutch Asterisk mailing list

2008-05-19 Thread Erik de Wild: Tripple-o
As far as I know there is no Dutch Asterisk mailing list but there is a Dutch Asterisk forum. See http://forum.asteriskportal.nl/ It is not an answer to your question but you are more then welcome to join the forum. Erik de Wild Tripple-o Your Asterisk migration partner

Re: [asterisk-users] nokia 770 has a build in mic, asterisk and iphone

2008-05-19 Thread Erik de Wild: Tripple-o
was almost tempted to try it, but time was short at the time, and holding an N770 to my head seemed a bit silly.. (built in mic and speakers, but no socket for an external mic) Gordon I run Asterisk on a Nokia 770 and as a mini pbx it run pretty smooth. I used it, just for fun and

Re: [asterisk-users] Dutch Asterisk mailing list?

2008-05-19 Thread Erik de Wild: Tripple-o
starts I will join ;-) Erik de Wild Tripple-o ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Not hearing first prompt

2008-05-19 Thread Erik de Wild: Tripple-o
. exten = s,1(answer),Answer() exten = s,n(gotoif),Gotoif($[ ${DIALSTATUS} : NOANSWER]?wait:go_on) exten = s,n(wait),Wait(1) exten = s,n,Goto(gotoif) exten = s,n(go_on),Playback(special_message) Erik de Wild Tripple-o Your Asterisk migration partner Another solution that works for me is to add

[asterisk-users] zaptel 1.4.10 doesn't build on debian etch epia itx system

2008-05-17 Thread Erik de Wild: Tripple-o
and it seems to work ok but I would like to add ztdummy for conferences. Any suggestion to solve this problem is very welcome. Friendly regards, Erik de Wild output uname -a Linux debian 2.6.18-6-486 #1 Sun Feb 10 22:06:33 UTC 2008 i686 GNU/Linux # gcc -g -O2 -I. -g -fPIC -Wall -DBUILDING_TONEZONE

[asterisk-users] Problems passing variables from a macro

2008-05-16 Thread Erik de Wild: Tripple-o
I pass a value from a macro by storing the value needed to the $ {MACRO_RESULT} variable. This is returned and because of this available after finishing the macro. I'm not sure that it works in the way you are looking for but it works for me. Erik de Wild Tripple-o

[asterisk-users] Require a Touch-Tone to Connect? proof of concept with meetme()

2008-05-12 Thread Erik de Wild: Tripple-o
list. I hope someone will find this usefull. Below are the actual Asterisk lines. It is pure old fashioned Asterisk without any additional AGI scripts or whatever. With friendly regards, Erik de Wild Tripple-o Your Asterisk migration partner ; this is where te inbound call