search for: _11

Displaying 9 results from an estimated 9 matches for "_11".

Did you mean: 011
2014 Feb 11
1
file.c:1160 ast_writefile: Unable to open file /var/spool/asterisk/monitor/11Feb2014/_11-Feb-2014-17-44-01.wav: No such file or directory
...exten => _911.,8,MixMonitor(${RECORDFILENAME},b) exten => _911.,9,Dial(${TRUNK}/${EXTEN:3},,To) exten => _911.,10,Hangup Mixmont is not working ,Whenever my give code is executing i got following error: file.c:1160 ast_writefile: Unable to open file /var/spool/asterisk/monitor/11Feb2014/_11-Feb-2014-17-44-01.wav: No such file or directory app_mixmonitor.c:286 mixmonitor_thread: Cannot open /var/spool/asterisk/monitor/11Feb2014/_11-Feb-2014-17-44-01.wav Regards Akhilesh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermai...
2009 Jun 13
4
[LLVMdev] ML types in LLVM
Good afternoon! I'm trying to write an LLVM codegen for a Standard ML compiler (MLton). So far things seem to match up quite nicely, but I have hit two sticking points. I'm hoping LLVM experts might know how to handle these two cases better. 1: In ML we have some types that are actually one of several possible types. Expressed in C this might be thought of as a union. The codegen only
2007 Jun 26
1
call fail from audiocode to sip trunk
...s exten => 43,1,Answer exten => 43,2,Dial(SIP/43) exten => 43,3,Hangup exten => 777,1,Answer() exten => 777,2,Dial(SIP/777) exten => 777,3,Hangup() exten => 888,1,Answer() exten => 888,2,Dial(SIP/888) exten => 55,1,Dial(SIP/55) exten => 66,1,Dial(SIP/66) exten => _11.,1,Dial(SIP/mediant/${EXTEN:2}) exten => _11.,2,Congestion what is the problem --------------------------------- The fish are biting. Get more visitors on your site using Yahoo! Search Marketing. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.di...
2007 Aug 08
1
asterisk wait for traling digits
...ayback(vm-nobodyavail) exten => _79XX,102,Playback(all-allbusy) exten => _08XXX,1,Dial(SIP/mediant/${EXTEN},60) exten => _08XXX,2,Playback(vm-nobodyavail) exten => _08XXX,102,Playback(all-allbusy) exten => _0.,1,Dial(SIP/mediant/${EXTEN:1}) exten => _0.,2,Congestion exten => _11.,1,Dial(SIP/mediant/${EXTEN:2}) exten => _11.,2,Congestion ______________________ Satish patel ______________________ --------------------------------- Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. -------------- next p...
2008 Dec 26
3
Problem: no such extension 'xx' in context 'default'
Hi Guys, I am not so familiar with asterisk and hope to get help here. I am having now some stupid errors. My goal for the first, is to create a simple pbx with different context. As long as I use only the contex 'default' everything seems to work perfect. Now I tried to add another context i.e 'internal' and the asterisk is complaining for not finding the required extension in
2010 Mar 19
1
how to configure caller id
...14,1,Dial(SIP/114) [mainmenu] exten => s,1,Answer exten => s,n,Noop(CALLERID(name)) exten => s,n,SetMusicOnHold(default) exten => s,n,Set(TIMEOUT(digit)=5) exten => s,n,Set(TIMEOUT(response)=10) exten => s,n,Background(enter-ext-of-person) exten => s,n,WaitExten(5) exten => _11[2-4],1,Goto(my-phones,${EXTEN},1) exten => i,1,Playback(pbx-invalid) exten => t,1,Playback(vm-goodbye) [closed] exten => s,1,Dial(SIP/211,30) exten => s,n,VoiceMail(211,u) exten => 2999,1,VoiceMailMain(${CALLERID(num)},s) ; by 2999 voicemail can be heard. #########################...
2007 Apr 15
2
"tried to use a closed index"
...y: +(id:test class_name:test introduction:test ingredients:test handle:test steps:test) +class_name:Recipe stored_fields: Apparently, aaf is indexing the recipes table not once, not twice, but three separate times. Still, a proper index does seem to be created (ie. I crack open the generated "_11.cfs" file and sure enough, it has pieces of words from the recipes table). Yet even though it seems the index is being (inefficiently?) generated, find_by_contents fails because it thinks the index is closed. Anybody have a clue on where I might look for an answer to this problem? Thanks P...
2015 Mar 20
0
Asterisk on OpenWrt (first time user)
...e => n,Set(SAFE_EXTEN=${FILTER(0-9,${EXTEN})}) ; same => n,Set(CALLERID(name)=area code + number) ; same => n,Set(CALLERID(num)=area code + number) ; same => n,Dial(SIP/sip_provider_out/${SAFE_EXTEN},30) ; ; Emergeny numbers (110, 112 and 115): ; ; exten => _11[025],1,Set(CALLERID(name)=area code + number) ; same => n,Set(CALLERID(num)=area code + number) ; same => n,Dial(SIP/sip_provider_out/${EXTEN}) [from-ekiga] exten => MyEkigaUser,1,Dial(SIP/MyPhoneMacAddress,30) The AMI Manager is disabled, as is CLI access for anybody exce...
2005 Jun 15
1
app_dial.c:977 dial_exec_full: Unable to create channel of type 'Zap' (cause 0)
...zaptel cvs. Both give me the same error. /etc/zaptel.conf -- fxsks=1 loadzone=uk defaultzone=uk /etc/asterisk/zapata.conf -- [channels] language=en context=incoming signalling=fxs_ks channel => 1 /etc/asterisk/extensions.conf -- [general] static=yes writeprotect=no [local] exten => _11.,1,Dial(Zap/1,9w${EXTEN}:2) [incoming] exten => s,1,Answer() exten => s,2,BackGround(demo-congrats) ; Play a congratulatory message [outgoing] exten => _9.,1,Ringing exten => _9.,2,Wait,2 exten => _9.,3,Answer() exten => _9.,4,Dial(ZAP/1/9w${EXTEN}:1) [default] include => o...