<div dir="ltr">Oh, I like how the momentum is picking up. These changes just make the GUI stronger and stronger. I'll check them out after work today.<br><br>Thanks,<br>David<br><br><br><br><div class="gmail_quote">On Fri, Oct 17, 2008 at 12:29 PM, Pari Nannapaneni <span dir="ltr"><<a href="mailto:pari@digium.com">pari@digium.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><br>
> You cannot add "Ringing" as a action in a voice menu.<br>
><br>
> You cannot add a muti-line response to a tone, for example...<br>
> exten=i,1,Playback(pbx-invalid)<br>
> exten=i,n,Goto(s,2)<br>
><br>
> Nor add a DISA as a voice menu option.<br>
<br>
</div>Hi David,<br>
<br>
An 'Advanced Edit' button has been added to voicemenu's edit dialog,<br>
to help directly edit a voicemenu ( without having to go all the way through 'Advanced mode -> file editor -> voicemenu' )<br>
<br>
check out branches/2.0 - r3963 or above<br>
<font color="#888888"><br>
-Pari<br>
</font><div class="Ih2E3d"><br>
<br>
----- Original Message -----<br>
From: "David Kerr" <David@Kerr.net><br>
To: "bkruse" <<a href="mailto:bkruse@digium.com">bkruse@digium.com</a>>, "Asterisk GUI project discussion" <<a href="mailto:asterisk-gui@lists.digium.com">asterisk-gui@lists.digium.com</a>><br>
</div><div class="Ih2E3d">Sent: Tuesday, September 30, 2008 3:19:25 PM GMT -06:00 US/Canada Central<br>
Subject: Re: [asterisk-gui] How to call custom Macros with Astersk GUI 2.0 ?<br>
<br>
</div><div><div></div><div class="Wj3C7c">No you can't... that's the problem.<br>
<br>
Maybe things have changed since the SVN version that I am using, but the version I have<br>
<br>
You cannot add "Ringing" as a action in a voice menu.<br>
<br>
You cannot add a muti-line response to a tone, for example...<br>
exten=i,1,Playback(pbx-invalid)<br>
exten=i,n,Goto(s,2)<br>
<br>
Nor add a DISA as a voice menu option.<br>
<br>
I cannot add a Context to a queue.<br>
<br>
I cannot specify an "application=" to music-on-hold<br>
<br>
I cannot specify "dtmfmode=" in a trunk, or "canreinvite", or "insecure=" or "qualify="<br>
<br>
And there are probably more. If the GUI were complete then this wouldn't be a problem, but while it is I need to be able to make additions to the .conf files and not have them blown away if I ever (mistakenly) go through the gui again.<br>
<br>
David<br>
<br>
<br>
<br>
On Tue, Sep 30, 2008 at 3:18 PM, bkruse < <a href="mailto:bkruse@digium.com">bkruse@digium.com</a> > wrote:<br>
<br>
<br>
I would suggest that when editing a voice menu, make _sure_ that they are numbered.<br>
<br>
Besides, most things you can edit in a voice menu, you can add from the GUI<br>
<br>
-bk<br>
<br>
David Kerr wrote:<br>
<br>
<br>
<br>
I also ran into this problem. In fact it is worse than Christoph suggests... if you go in and manually edit the extensions.conf file then none of the [custom] changes are reflected in the GUI and in fact can be *erased* by the gui. I opened a bug report related to this... <a href="http://bugs.digium.com/view.php?id=13530" target="_blank">http://bugs.digium.com/view.php?id=13530</a><br>
<br>
David<br>
<br>
<br>
<br>
<br>
On Tue, Sep 30, 2008 at 12:49 PM, Christoph Adomeit < <a href="mailto:Christoph.Adomeit@gatworks.de">Christoph.Adomeit@gatworks.de</a> <mailto: <a href="mailto:Christoph.Adomeit@gatworks.de">Christoph.Adomeit@gatworks.de</a> >> wrote:<br>
<br>
Hi Brandon,<br>
<br>
I did not completely get the picture yet. What I want to call is not<br>
an IVR, it's arbitrary "applications" like maybe a "phrase recording"<br>
menu.<br>
<br>
How would you "abuse" the gui to do things like that ? Should I define<br>
"IVR"s for these needs and do custom steps within the IVR definition ?<br>
<br>
Are there better/other alternatives in Gui 2.0 ?<br>
<br>
Greetings<br>
Christoph<br>
<br>
On Mon, Sep 29, 2008 at 04:21:18PM -0500, bkruse wrote:<br>
> Hmm,<br>
><br>
> There comes a time in which you have to do things through the<br>
GUI for<br>
> convention.<br>
><br>
> Of course, I think in your situation, if you _have_ to, and not<br>
redo the<br>
> macros via some<br>
> IVR in the GUI, then inside your main IVR (or wherever you want<br>
to call<br>
> the macro), add<br>
> a 'custom' step, in which you could put the macro(macro-name, args)<br>
> statement.<br>
><br>
> -Brandon<br>
><br>
> Christoph Adomeit wrote:<br>
> > Hi,<br>
> ><br>
> > I just installed asterisk gui 2.0 and it looks great !<br>
> ><br>
> > Now I want to add my own macros to the dialplan and make the<br>
> > macros useable by the GUI.<br>
> ><br>
> > For example I want to route calls to -4711 to a macro that<br>
> > opens door a and -4712 to open door b. *73 should add the callerid<br>
> > to the astdb and so on. The macros are custom macros I once wrote.<br>
> ><br>
> > I am used to voiceone and there all this can be achieved by<br>
calling<br>
> > "applications" and "macros" using incoming rules.<br>
> ><br>
> > Is there something similar in Asterisk GUI 2.0 ?<br>
> > All I can choose for incoming calls is:<br>
> > User Extension, Voice Menu, Operator, Hangup, Congestion and<br>
> > "Local Extension by DID".<br>
> ><br>
> > What is the way of configuring my demands with Asterisk GUI 2.0 ?<br>
> ><br>
> > Thanks<br>
> > Christoph<br>
> ><br>
> > _______________________________________________<br>
> > --Bandwidth and Colocation Provided by<br>
<a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
> ><br>
> > asterisk-gui mailing list<br>
> > To UNSUBSCRIBE or update options visit:<br>
> > <a href="http://lists.digium.com/mailman/listinfo/asterisk-gui" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-gui</a><br>
> ><br>
><br>
><br>
> _______________________________________________<br>
> --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
><br>
> asterisk-gui mailing list<br>
> To UNSUBSCRIBE or update options visit:<br>
> <a href="http://lists.digium.com/mailman/listinfo/asterisk-gui" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-gui</a><br>
<br>
--<br>
Christoph Adomeit<br>
GATWORKS GmbH<br>
Reststrauch 191<br>
41199 Moenchengladbach<br>
Sitz: Moenchengladbach<br>
Amtsgericht Moenchengladbach, HRB 6303<br>
Geschaeftsfuehrer:<br>
Christoph Adomeit, Hans Wilhelm Terstappen<br>
<br>
<a href="mailto:Christoph.Adomeit@gatworks.de">Christoph.Adomeit@gatworks.de</a><br>
<mailto: <a href="mailto:Christoph.Adomeit@gatworks.de">Christoph.Adomeit@gatworks.de</a> > Internetloesungen vom<br>
<br>
Feinsten<br>
Fon. +49 2166 9149-32 Fax. +49 2166 9149-10<br>
<br>
_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
asterisk-gui mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-gui" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-gui</a><br>
<br>
<br>
------------------------------------------------------------------------<br>
<br>
<br>
_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
asterisk-gui mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-gui" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-gui</a><br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
asterisk-gui mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-gui" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-gui</a><br>
<br>
</div></div></blockquote></div><br></div>