similar to: How do i make best use of Macro?

Displaying 20 results from an estimated 100 matches similar to: "How do i make best use of Macro?"

2015 Jun 04
2
[LLVMdev] Linking modules across contexts crashes
> 1. How to find all constants in Module? Does this code find all of them, or > they are somewhere else too? > for (GlobalVariable &GV : globals()) { > if (auto C = static_cast<Constant*>(GV.Op<0>().get())) { > ... C is Constant* > } > } Constants are unfortunately part of the Context, not the module :-( Cheers, Rafael
2015 Jun 02
2
[LLVMdev] Linking modules across contexts crashes
> On 2015-Jun-02, at 12:37, Yuri <yuri at rawbw.com> wrote: > > On 06/01/2015 11:43, Duncan P. N. Exon Smith wrote: >> You can round-trip to bitcode, reading the module into the >> destination context. The following pseudo-code gives the idea: >> >> bool linkModuleFromDifferentContext(Module &D, const Module &S) { >>
2007 Oct 29
1
Realtime & context
Hi all, I use asterisk with realtime features for extension, sip and iax. In extensions.conf I have put these lines: [from-internal] include => parkedcalls switch => Realtime/@ [fromiax] switch => Realtime/@ There is a way for put in my database the context also? Now if I want to add a new context I have to modify the extensions.conf with: [newcontext] switch => Realtime/@ but I
2003 Apr 17
4
meetme config
Hi, Is there and trick to getting a conference room up and running.. I have 'conf => 7500' in the meetme.conf file and 'exten => 7500,1,MeetMe(7500)' in the extensions.conf file (in the same context as my phone extensions).. When I dial extension 7500 I get the voice saying "That is not a valid conference number, Please try again.." <beep> <beep>
2003 Sep 26
2
Set context based on CID...
I was wondering if someone might be able to offer a suggestion to me about how I might go about dropping a caller into a context specific to their CID. For example, I would like to be able to dial Asterisk from a specific number (a mobile phone) and have it drop me into a context other then the one that normal callers receive that has more options tailored to things I might want to do. I assume
2008 Nov 20
2
Limit the number of users in a meetme conference?
Hi - I found the "maxusers" defined in meetme.c, but I'm not sure how this value is set. Does anybody know if one can limit the number of users permitted in a meetme conference? I know there's MeetmeCount(), but I'd rather avoid the dialplan logic and just set maxusers instead. Thanks, Noah
2004 Jan 20
5
MeetMe questions
I'm looking into deploying * for an internal conference call server (using MeetMe) and had a couple of quick questions for those of you who have used it. I checked the Wiki but there weren't a lot of details for MeetMe. - Can you limit the size of a conference "room", ie max 8 people, etc. - Is there a list somewhere (besides the source ;) that has all the commands availible to
2006 Mar 23
6
How to create [new_context] in extensions.conf?
It _appears_ that the only way to create valid [context] is by a context = line in sip.conf. Is there another way to create a [new_context] in extensions.conf so I can dial from it? Right now most of my extens are in [default] and I'd like to avoid that. Larry -- Larry Alkoff N2LA - Austin TX Using Thunderbird on Slackware Linux
2006 Dec 05
1
Meetme monitoring (once)
Has anyone found a way to monitor a meetme conference for only the first user? I find have one recording per user is pretty hard on the server performance wise... Suggestions?
2003 Apr 17
2
Redhat vs Mandrake.
My thoughts on this after reading Steven's very politically worded reply is that IMO your best bet would be to go with RedHat, I am not going to go into details about the if's, when's, why's, and but's.. I am running Asterisk quite well on RedHat 9 and if you like I have created an install guide for setting up an Asterisk box on RedHat 9 which I can send to you if you are
2004 Jul 06
2
AGI - No audio
All, I am currently working with the AGI interface using PHP, I have it working to execute commands that do not require prompts to be played, but when I execute an AGI command to play a prompt or stream a prompt all i get is silence (although I can see in the log where it says the correct name for the prompt to be played). I have looked through the wiki and googled extensively, so if something
2006 Apr 02
1
Who is on a call?
I would like to know which extension number is engaged in a call. show channels shows me: *CLI> show channels Channel Location State Application(Data) SIP/asterisk.elmit.com-0 690@default:2 Up Echo() SIP/8807-066 690@newcontext Up Echo() 2 active channels 2 active calls but it is not
2015 Jun 01
2
[LLVMdev] Linking modules across contexts crashes
> On 2015-Jun-01, at 11:06, Reid Kleckner <rnk at google.com> wrote: > > I'm pretty sure module linking is expected to occur in the same LLVM context. Correct. > IIRC Duncan had some proposal for how ld64 could do something clever with multiple contexts, but I've totally forgotten what it was. This was for LTO (probably unrelated to Yuri's scenario?). 1.
2007 Mar 11
4
Problem configuring voice conference
Hey! I am trying to configure the voice onference with MeetMe application for my internal users. I have my server and 4 clients on same LAN and following is my extensions.conf file: [globals] Ahsen=SIP/222 Tahami=SIP/444 Uzair=SIP/333 Wasif=SIP/555 [internal] exten => 1234,1,Macro(voicemail,${Ahsen}) exten => 4321,1,Macro(voicemail,${Uzair}) exten => 5678,1,Macro(voicemail,${Tahami})
2007 May 09
1
Question about Asterisk 1.4 depoyment.
Hello Folks, I am testing Asterisk 1.4.2 running on Fedora Core 5 (version 2.6-17). I have loaded the app_meet.so module in order to activate the MeetMe, MeetMeCount and MeetMeAdmin applications. While I have been successful in loading the app_meet.so module, I am experiencing an immediate kernel panic every time I try to make a call to a room conference. Is this story unique to me? How can
2004 Jun 02
5
Meetme with moderator
All, I have been beating my head against a wall trying to figure out how I would implement a separate moderator code and participant code for the same conference using meetme, the deal is I dont want the participants to be able to join until the moderator is in the conference. Is it possible to do this using the apps as they are , or is their a way to use an Agi script, is that the only way?
2009 May 29
1
how to detect dtmf in meetme
hello i want to kick participant in a meeting by pressing the digit on sip phone.when i entry the meeting ,no matter how i press the button,the dtmf does not work. here is my dialplan and my agi script,and sip.conf [from-internal] exten =>121,1,MeetMeCount(900,CONFCOUNT) exten =>121,2,GotoIF($[${CONFCOUNT}<10]?3:100) exten =>121,3,Authenticate(123456) exten
2010 Jun 13
2
bug with Moh on MeetMe ?
Hello, The MeetMe application refuses MusicOnHold personalized and skip always in the default! Have you any idea how to fix this? -- Executing [028883899 at default:1] Set("SIP/109.10.214.1-00000002", "CHANNEL(language)=fr") in new stack -- Executing [028883899 at default:2] Answer("SIP/109.10.214.1-00000002", "") in new stack -- Executing
2007 Jan 30
2
web-meetme cbmysql not registered
I am experiencing the same problem. Fresh install. Bill -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Ma Zhiyong Sent: Tuesday, January 30, 2007 6:04 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] web-meetme cbmysql not registered HI, today I download
2009 Feb 09
2
meetme application
hi guys: recently I want to buinding a meeting confence on asterisk and use the meetme application. I have a ztdummy kernel afteri the lsmod commond: ztdummy 5768 0 zaptel 182660 28 zttranscode,ztdummy crc_ccitt 3008 1 zaptel I also configure the meetme.conf conf => 1000; my extensions.conf [default] exten =>