search for: extenxion

Displaying 4 results from an estimated 4 matches for "extenxion".

Did you mean: extension
2013 Jun 09
1
Extenxions Optimization
Hi We want optimize my extensions file conf on asterisk 11.4.0 : We have a big quantity of extensions, all are same "design": ; Destination: Gambia Type: Fixe exten => _00220X.,1,Set(CDR(CodeCom)=BUS-GMB) exten => _00220X.,2,AGI(Caller-ID.agi,${IAXVAR(ACCOUNTID)}) exten => _00220X.,3,Set(CALLERID(all)=${NUMID}) exten =>
2012 Feb 03
1
newly install old and present R versions
...on that machine as well (that is besides R 2.14.1). What's the best way of doing so? My idea is: Get the setup for 2.8.1 and install it; during install neither select 'save version number in registry' nor 'associate Rdata files' to keep the registry clean. Manually Copy the extenxion packages from my present machine to the lib folder of 2.8.1 That should mean 2.8.1 should run. Then install 2.14.1 and download most up-to-date versions of packages. How do i detect if packages were e.g. renamed or merged? Also manually copying my old packages to the lib dir and then running up...
2006 Jun 12
1
FW: TTS from MySQL
Hi all, I need to simply use Asterisk to receive incoming calls in an IVR manner. It should authenticate users and read data from MySQL table that match their ID through Text-to-speech. I already have Asterisk 2.6 (Asterisk@home). I understand that I need to use Festival and AGI but do not know what to do exactly. Any help is appreciated. Thanks
2006 Nov 25
1
dialing with different speed
...ox=101 callerid="first"<101> [second] type=friend username=second secret=second auth=md5 host=dynamic context=fullaccess mailbox=102 callerid="second"<102> [megavista] type=peer username=account secret=password disallow=all allow=gsm allow=ilbc host=217.221.182.66 extenxion.conf: [general] static=yes writeprotect=yes [globals] [macro-stdiax] exten => s,1,Dial(IAX2/${ARG1}|20|Ttr) [fullaccess] include => local [local] exten => 101,1,Macro(stdiax,first,${EXTEN}) exten => 102,1,Macro(stdiax,second,${EXTEN}) exten => _XXXXXXXXXX,1,Dial(ZAP/1/${EXTEN}) e...