search for: repondeur

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

2006 Jun 19
2
Asterisk voicemail problem with isdn avm fritz!card
...tc/asterisk/extensions.conf>: [general] static=yes writeprotect=no autofallthrough=yes clearglobalvars=no priorityjumping=no [globals] PIERRE=Zap/1 MARC=SIP/marc PATRICK=Zap/3 PROSPECT=Zap/2 OPENSPACE=Zap/4 FT_FREE=Zap/5 FT_ALICE=Zap/6 VOIP_FREE=Zap/7 VOIP_ALICE=Zap/8 NUMERIS=CAPI/ISDN1 [macro-repondeur] ; ${ARG1} - Extension (we could have used ${MACRO_EXTEN} here as well ; ${ARG2} - Device(s) to ring ; exten => s,1,Dial(${ARG2},15,rWw) ; Ring the interface, 15 seconds maximum exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER)...
2010 Feb 16
0
Voicemail IMAP storage enhancement
...to do this ? Of course, I need to store all these in one single IMAP mailbox. The easy solution would be to have separate IMAP users, but I can't. Here is a piece of my voicemail.conf file : -------------------- [default] 1234 => 0000,Radio Montaillou,email_address1 at host.com,,imapuser=repondeur|imappassword=123456|tz=european 1235 => 0000,Jeu Radio Montaillou,email_address2 at host.com,,imapfolder=jeu|imapuser=repondeur|imappassword=123456|tz=european -------------------- Thanks in advance, Hoggins! -------------- next part -------------- An HTML attachment was scrubbed... URL:...
2013 Oct 28
0
Bus error, Asterisk crash when user leaves a message (ODBC voicemail)
...of the dialplan where it occurs : exten => s,1,Answer() exten => s,n,Playback(radiom-misenrelation) exten => s,n,Set(CALLERID(name)=STD RADIOM ${CALLERID(name)}) exten => s,n,Wait(2) exten => s,n,Dial(IAX2/yomama-out/standard&SIP/standard1,30,mTt) exten => s,n,Playback(radiom-repondeur) exten => s,n,VoiceMail(1234 at default,s) exten => s,n,Hangup() Here is the backtrace PasteBin : http://ur1.ca/fy7nv It has been generated following the instructions found at : https://wiki.asterisk.org/wiki/display/AST/Getting+a+Backtrace Strangely, I'm absolutely sure that the DONT_...