search for: terenceparker

Displaying 3 results from an estimated 3 matches for "terenceparker".

2004 Jan 07
8
Asterisk + fax
Hi, does anyone have any recommended (read tried and tested) way of making asterisk be able to handle incoming faxes. I've a PC running asterisk with a digium E1 card in and simply want to be able to route a call to some application which will take a fax call and save the fax as an image. I guess the bits I'm unsure of are how to terminate a fax call without a modem (if this is
2004 Jan 17
1
Registering multiple FWD accounts
...just the cosmetic log output is wrong. Is there actually a problem with this? My extensions.conf is attached below for reference. Thanks, Terence --------------------- exten => 74928,1,Answer exten => 74928,2,Wait(1) exten => 74928,3,Playback(welcomemsg) exten => 74928,4,Dial(SIP/TerenceParker&SIP/DavidLiu&SIP/GardenVista&SIP/PeterLiu,90,tm) exten => 74928,5,Voicemail,u999 exten => 74928,6,Hangup exten => 74928,102,Voicemail,b999 exten => 74928,103,Hangup exten => 75160,1,Answer exten => 75160,2,Dial(SIP/DavidLiu,180,tm) exten => 75160,3,Voicemail,u1000...
2004 Jan 29
3
How to delay dialing
Hi there, I am trying to delay sending out DTMF from Voicetronix OpenLine4 to the CO line. The reason being is that Voicetronix sends out the DTMF too fast even before the line is fully established with the carrier. Usually when dialing an 8 digit number, only 7 digits are actually successfully heard by the carrier. Currently, my dial plan is: exten => _9.,1,Dial(vpb/1-1/${EXTEN:1}) Daniel