search for: macro

Displaying 20 results from an estimated 10198 matches for "macro".

Did you mean: macros
2005 Mar 24
1
Question on routes
...e numbers (like 337xxxx, and 998xxxx, and 323xxxx).. but when I try to dial say like 601xxxx I get a 404.. any thoughts, I can't see any difference in the config. Also, I seem to be able to dial any number that starts with a 9.. such as 977, 990, 903.. [outbound-local] ;exten => _NXXXXXX,1,Macro(dialout-default,${EXTEN}) ;exten => _NXXNXXXXXX,1,Macro(dialout-default,${EXTEN}) exten => _220NXXX,1,Macro(dialout-default,${EXTEN}) exten => _244NXXX,1,Macro(dialout-default,${EXTEN}) exten => _279NXXX,1,Macro(dialout-default,${EXTEN}) exten => _318NXXX,1,Macro(dialout-default,${EX...
2009 May 08
2
Configuring SIP Trunk
...to SIP trunk and configured the same. When i try from softphone i got error as "Call rejected" and in the asterisk i got error as ***************************************************************************************************** -- Executing [90012127773456 at from-internal:1] Macro("SIP/2022-083c53f0", "user-callerid|SKIPTTL|") in new stack -- Executing [s at macro-user-callerid:1] NoOp("SIP/2022-083c53f0", "user-callerid: device 2022") in new stack -- Executing [s at macro-user-callerid:2] Set("SIP/2022-083c53f0", &qu...
2012 Aug 22
1
recording calls
...an outbound call I see: == Using SIP RTP CoS mark 5 -- Called SIP/ BVTrunk /7190000000 -- SIP/BVTrunk-00000163 is making progress passing it to SIP/1010-00000162 -- SIP/BVTrunk-00000163 answered SIP/1010-00000162 -- Feature Found: apprecord exten: apprecord -- Executing [s at macro-one-touch-record:1] ExecIf("SIP/1010-00000162", "0?Set(THISEXTEN=71900000000)") in new stack -- Executing [s at macro-one-touch-record:2] ExecIf("SIP/1010-00000162", "1?Set(THISEXTEN=1010)") in new stack -- Executing [s at macro-one-touch-record:3] Ex...
2004 Sep 17
8
English vs American voice files
My wife's got an appropriate Southern England (Wimbledon) accent and I'm sure she would try her hand. Does anyone have a comprehensive list of the words that need to be said? Matt, do you have them if your wife's done a set for French users? Mark, if you have the kit maybe you could chop up the file? I write a utility to chop up and compress the wave file based on some of the C
2010 Mar 26
1
SIP/2.0 403 Forbidden
...nnected to Asterisk 1.4.21.2 currently running on gd-branch (pid = 3145) > Verbosity is at least 3 > -- Executing [015921256331 at from-internal:1] Set("SIP/75002-b7705298", > "MOHCLASS=none") in new stack > -- Executing [015921256331 at from-internal:2] > Macro("SIP/75002-b7705298", "user-callerid|SKIPTTL|") in new stack > -- Executing [s at macro-user-callerid:1] Set("SIP/75002-b7705298", > "AMPUSER=75002") in new stack > -- Executing [s at macro-user-callerid:2] GotoIf("SIP/75002-b7705298&quo...
2009 Oct 09
0
calls ansowered for 1 second or less
...ust the CDR, and asterisk hangup automatically, I cought the log of 1 call like this, I hope you can help me with this. My setup is : <vendor> ----SIP--? <Asterisk> ?----IAX2---? <Asterisk with Dhadi channels> Here: -- Executing [966505103150 at from-internal:1] Macro("SIP/100-b609f9c0", "user-callerid|SKIPTTL|") in new stack -- Executing [s at macro-user-callerid:1] Set("SIP/100-b609f9c0", "AMPUSER=100") in new stack -- Executing [s at macro-user-callerid:2] GotoIf("SIP/100-b609f9c0", "0?report&qu...
2011 Sep 28
2
PSTN connectivity
Hi All, I am trying to connect my asterisk box with freepbx to PSTN. I have purchased x100p FXO card and installed in my asterisk server. My freepbx detected the x100p FXO card and i can see the card specific details in command line. I have configured the following things. 1. OUTBOUND caller id and Dialing rules in Freepbx. 2. INBOUND route When i call to the PSTN number before
2009 Oct 08
4
Dialplan problem
Hi people, I have the following dialplan, but it doesn't have the behavior that I think it should have. [default] exten => 2001,1,Answer exten => 2001,n,Dial(local/3005) exten => 2001,n,Hangup exten => 3005,1,Set(__RINGTIMER=10) exten => 3005,n,Macro(exten-vm,novm,3005) exten => 3005,n,Hangup When I execute the Originate (AMI) with the argument Channel=local/2001, It rings the local/3005 but 2 calls are generated... Why? Or how should the dialplan be to generate only one call on the local/3005? Thanks, The log is: -- Executing [2001...
2010 Mar 26
1
send a call from A to B use sip trunk prablem
...ip%3A15921256331 at 192.168.0.151>> > Content-Length: 0 > > <------------> > -- Executing [15921256331 at from-internal:1] > Set("SIP/192.168.0.151-088e7938", "MOHCLASS=none") in new stack > -- Executing [15921256331 at from-internal:2] > Macro("SIP/192.168.0.151-088e7938", "user-callerid|SKIPTTL|") in new stack > -- Executing [s at macro-user-callerid:1] > Set("SIP/192.168.0.151-088e7938", "AMPUSER=50005") in new stack > -- Executing [s at macro-user-callerid:2] > GotoIf("S...
2001 Nov 25
0
Errors compiling on Sun Solaris 2.7
Using Sun Forte C Compiling smbd/server.c "/usr/include/sys/termios.h", line 38: macro CTRL redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 76 "/usr/include/sys/termios.h", line 164: macro CEOT redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 87 "/usr/include/sys/termios.h", line 167: macro CEOF redefines pr...
2015 Oct 28
4
RFC: Supporting macros in LLVM debug info
Hi, I would like to implement macro debug info support in LLVM. Below you will find 4 parts: 1. Background on what does it mean to debug macros. 2. A brief explanation on how to represent macro debug info in DWARF 4.0. 3. The suggested design. 4. A full example: Source -> AST -> LLVM IR -> DWARF. Feel f...
2015 Mar 20
3
outbound calls
...n by our provider in trunk the issue just when i configure my trunk in our server but when i configure the trunk directly in x-lite i can contact this number without issue below the cli == Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 -- Executing [0149xxxxxx at from-internal:1] Macro("SIP/101-00000103", "user-callerid,LIMIT,EXTERNAL,") in new stack -- Executing [s at macro-user-callerid:1] Set("SIP/101-00000103", "TOUCH_MONITOR=1426869820.301") in new stack -- Executing [s at macro-user-callerid:2] Set("SIP/101-00000103"...
2010 Nov 03
1
Ring back problem on SIP calls. Order of 183 Session Progress and 180 Ringing
Hello everyone! I've had this problem for a while and cant figure it out. When an outside caller calls an extension on my asterisk system, they do not hear any sort of ringing. Inside extensions calling other extensions do hear ringing. We have 3 other asterisk systems that are configured the same way, but do not have this problem. We think it has something to do with asterisk 1.6. The other
2009 Oct 31
2
Calls disconnects after short time
...ning that their calls suddenly get hung-up, I am just investigating if the problem from my side, I had a log of a hang-up case, Does it help to know if there is a problem that can be resolved from my side? elastix*CLI> -- Hungup 'IAX2/99999-6813' == Spawn extension (macro-dialout-trunk, s, 19) exited non-zero on 'SIP/213.165.32.100-b7d21018' in macro 'dialout-trunk' == Spawn extension (outbound-allroutes, 966507944491, 4) exited non-zero on 'SIP/213.165.32.100-b7d21018' -- Executing [h at macro-dialout-trunk:1] Macro("SIP/213.165...
2013 Feb 16
1
Dial failed due to trunk reporting BUSY - giving up
Hi this message give me when I calling a number than actually not busy: "Dial failed due to trunk reporting BUSY - giving up" max channel is unlimited and sometimes it dial number ok but most of the time it gives me this error. Please inform me how can solve this problem. thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Nov 03
3
RFC: Supporting macros in LLVM debug info
...GDebugInfo directly to the PPCallbacks, if it isn't already? (perhaps it is already wired up for other reasons?) This sound as a good idea, I will check that approach. PPCallbacks is only an interface, has nothing connected to it, but we will create a new class, which implement PPCallbacks, for macros. So we can connect whatever we want to that class. The only drawback with this approach, is that we can test the frontend using the generated LLVM IR, i.e. the whole path, instead of having two tests, AST for testing the parser, and LLVM IR for testing the Sema. > I wonder if it'd be bett...
2010 Dec 14
8
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...s declared... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for long long int... yes checking for unsigned long long int... yes checking whether stdint.h conforms to C99... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking whether imaxabs is declared... yes checking whether imaxdiv is declared... yes checking whether strtoimax is declared... yes checking whether strtoumax is declared... yes checking whether malloc, realloc, calloc are POSIX compliant... yes checking for mmap... yes checking...
2011 Jan 14
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...s declared... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for long long int... yes checking for unsigned long long int... yes checking whether stdint.h conforms to C99... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking whether imaxabs is declared... yes checking whether imaxdiv is declared... yes checking whether strtoimax is declared... yes checking whether strtoumax is declared... yes checking whether malloc, realloc, calloc are POSIX compliant... yes checking for mmap... yes checking...
2011 Feb 15
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...s declared... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for long long int... yes checking for unsigned long long int... yes checking whether stdint.h conforms to C99... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking whether imaxabs is declared... yes checking whether imaxdiv is declared... yes checking whether strtoimax is declared... yes checking whether strtoumax is declared... yes checking whether malloc, realloc, calloc are POSIX compliant... yes checking for mmap... yes checking...
2011 Jan 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...s declared... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for long long int... yes checking for unsigned long long int... yes checking whether stdint.h conforms to C99... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking whether imaxabs is declared... yes checking whether imaxdiv is declared... yes checking whether strtoimax is declared... yes checking whether strtoumax is declared... yes checking whether malloc, realloc, calloc are POSIX compliant... yes checking for mmap... yes checking...