search for: u301

Displaying 6 results from an estimated 6 matches for "u301".

Did you mean: 301
2019 Dec 11
1
Mac clients trouble with NFD accented characters on Samba share
...r accented characters. Maybe it only solves a problem with illegal characters? This is what I tried, but which didn't help: Create the folders/files on the Samba server (Debian 9, smbd version 4.5.16) : mkdir v?los_1 # normal NFC dir mkdir "ve$(printf '\u301')los_2" # NFD dir cd v*_1 echo "NFC" >> v?lo.txt cd ../v*_2 echo "NFD" >> "ve$(printf '\u301')lo.txt" This is my samba config: # testparm -s Load smb config files from /etc/samba/smb.conf rlimit_max: increas...
2004 Jul 19
4
TDM400P Internal Extenion Config
...<310> channel => 2 extensions.conf [general] static=yes writeprotect=no [globals] [sip] exten => 301,1,Dial(SIP/Nick,20,tr) exten => 302,1,Dial(SIP/Sharon,20,tr) exten => 1000,1,Dial(SIP/Nick&SIP/Sharon,20,tr) exten => 302,2,VoiceMail,u302 exten => 301,2,VoiceMail,u301 exten => 1000,2,VoiceMail,u9999 exten => 1000,102,VoiceMail,b9999 exten => 1001,1,Ringing exten => 1001,2,Wait(2) exten => 1001,3,VoicemailMain include => outgoing [incoming] exten => s,1,Dial(SIP/Nick&SIP/Sharon,20,tr) [outgoing] exten => _7.,1,Dial(IAX2/login:passwd@...
2006 Oct 29
1
Multiple dial macros at the same time
...en => s,5,Set(MACRO_RESULT=) exten => s,6,Playback(please-say-hello) [menu] exten => _FOLS1NXXNXXXXXX,1,Dial(SIP/${EXTEN:4}@pstn,20,oM(screen)) exten => s,1,Playback(welcome) exten => s,2,Dial(LOCAL/FOLS19195551000&LOCAL/FOLS19195552000,,tm) exten => s,3,Voicemail(u301) exten => s,4,Hangup In order for this to work, I needed the ability to restore MACRO_RESULT back to an unset state. For now I just hacked the Set application so that after removing the variable from the context, it only re-creates it if the value provided is greater than zero length. In t...
2005 Jun 15
1
Old but Gold
...[nationalcalls] exten=> _01.,1,Dial(${OUTBOUND}/${EXTEN},20) exten=> _01.,2,Congestion [from-sip] include =>default include =>nationalcalls exten => 301,1,Dial(SIP/301,5) ' if 301 is dialed, dial out on sip channel to extention 301 for 5 seconds exten => 301,2,Voicemail(u301) exten => 500,1,VoicemailMain exten => 500,2,Hangup exten => 300,1,Dial(SIP/300,10) exten => 300,2,Voicemail(u300) Confidentiality Notice: The information contained in this e-mail is for the intended recipient(s) alone. It may contain privileged and confidential information tha...
2006 Jan 04
0
confusion about contexts - SER
...e exten => _X.,1,Dial(SIP/${EXTEN}@blueface-out) exten => _X.,2,Hangup [default] exten => 300, 1,Dial(SIP/300,20) exten => 300, 2,Voicemail(u300) exten => 300, 102,Voicemail(b300) exten => 300, 103,Hangup exten => 301, 1,Dial(SIP/301,20) exten => 301, 2,Voicemail(u301) exten => 301, 102,Voicemail(b301) exten => 301, 103,Hangup etc etc -------------------Legal Disclaimer--------------------------------------- The above electronic mail transmission is confidential and intended only for the person to whom it is addressed. Its contents may be protecte...
2004 Jul 19
1
MAC OS X Panther :?
...Only a config issue I'm sure > > > [sip] > > exten => 301,1,Dial(SIP/Nick,20,tr) > > exten => 302,1,Dial(SIP/Sharon,20,tr) > > exten => 1000,1,Dial(SIP/Nick&SIP/Sharon,20,tr) > > exten => 302,2,VoiceMail,u302 > > exten => 301,2,VoiceMail,u301 > > exten => 1000,2,VoiceMail,u9999 > > exten => 1000,102,VoiceMail,b9999 > > exten => 1001,1,Ringing > > exten => 1001,2,Wait(2) > > exten => 1001,3,VoicemailMain > > include => outgoing > add here > include => internal ; allow sip to...