search for: u9999

Displaying 11 results from an estimated 11 matches for "u9999".

Did you mean: 9999
2020 Aug 08
2
My first real submission with Phabricator
...phabricator revision for you. There is UI way to > create patches but I personally prefer 'arc' tool for reviews. > > I hope this helps. > Yeah, we usually use ‘arc diff’ to create a patch. If you have problem in installing that tool, you might need to generate the diff with ‘-U9999’ to include the context for your change which is good for reviewing. ‘git diff HEAD -U9999’ Hope it helps. Best Regards, Xing > > On Sat, Aug 8, 2020 at 11:07 PM Paul C. Anagnostopoulos via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> I am ready to submit my firs...
2003 Nov 04
2
asterisk does not hang up
hi, i am trying to do to autoattendant. here is my extension.conf part [tumpak] exten=>s,1,Dial,Zap/4|10 exten=>s,2,Voicemail,u9999 exten=>s,102,Voicemail,b9999 exten=>t,1,hangup so when a caller dials the extension 2 suppose, it enters to the above context.. everything is fine. the problem is when the caller hangs up the asterisk does not. after caller hangs up and tries again he always gets a busy tone until asterisk s...
2004 Jul 19
4
TDM400P Internal Extenion Config
...tensions.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@XXX.XXX.XXX>XXX/${EXTEN:1}) exte...
2020 Aug 08
3
My first real submission with Phabricator
I am ready to submit my first real submission for review with Phabricator. Please forgive my meager knowledge of Git. I did a 'git diff' to generate the diff file. The contents look good. However, there is one new file, a TableGen test file. How do I get that file included in the diff, or otherwise included in the submission?
2003 Dec 17
3
(no subject)
Hi all How can I make * ring one phone then if no answer Go to a different extension ?? Any help always appreciated Regards Mick
2005 Feb 08
2
Voicemail not working properly
i am working on asterisk. i am using fedora core 2 on my asterisk mechine. when i was working on stable version my voicemailmenu was working well. i can lissten to menu and send dtmf to control menu now i have compiled CVS version of asterisk. now when i configure my voicemail for any extension suppose i declared a voicemail box 9999 for user 3000. when i dial to 3000 i cannot have any menu there
2005 Feb 11
1
Asterisk-MySQL: Not loading voicemail config from MySQL
...icepulse-in-01] in iax.conf exten => 100,1,Playback(tt-monkeys) exten => 100,2,Record(/tmp/asterisk-recording:gsm) ;exten => 100,3,Wait(2) exten => 100,3,Playback(/tmp/asterisk-recording) ;exten => 100,5,Wait(2) exten => 9999,1,Playback(transfer,skip) exten => 9999,2,VoiceMail,u9999 exten => 9999,102,VoiceMail,b9999 exten => 1111,1,VoiceMail,u1111 -- My complete voicemail.conf looks like this: ; ; Voicemail Configuration ; [general] ; Default formats for writing Voicemail ;format=g723sf|wav49|wav format=wav49|gsm|wav ; Who the e-mail notification should appear to come f...
2004 Jul 30
2
zaphfc hardware & sound trouble
...onalprefix=0 internationalprefix=00 ################extension.conf [alex] exten => <msn>,1,Dial(SIP/alexander,20,Ttr) exten => <msn>,2,Voicemail(9999) exten => <msn>,3,Hangup [sip] include => alex exten => 70,1,Dial(SIP/alexander,30,Ttr) exten => 70,2,Voicemail,u9999 exten => 70,3,Hangup exten => _0.,1,Dial,Zap/g1/${EXTEN:1} ################zaphfc modul load syslog messages Jul 30 14:45:36 faar kernel: Zapata Telephony Interface Registered on major 196 Jul 30 14:45:36 faar kernel: PCI: Enabling device 00:08.0 (0000 -> 0003) Jul 30 14:45:36 faar ker...
2004 Jul 19
1
MAC OS X Panther :?
...gt; [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 dial 310 > > > [incoming] > >...
2019 Nov 08
3
Workflow to commit changes using git alone (?)
Hi All, Ok, just for the matter of providing feedback that may be useful for others, I figured out one way to do it based on the setup that I described earlier. It can be something like this git checkout patchbranch # checkout to the patch branch, this is the one containing the differential patch code git checkout -b tmp # checkout to a new tmp branch git reset —soft master
2019 Nov 07
19
Enable Contributions Through Pull-request For LLVM
Hi all, Now that we're on GitHub, we can discuss about pull-requests. I'd like to propose to enable pull-request on GitHub, as a first step as an experimental channel alongside the existing methods for contributing to LLVM. This would allow to find workflow issues and address them, and also LLVM contributors in general to start getting familiar with pull-requests without committing to