[asterisk-gui] Manage Calling Rules + Prepend These Digits error

Andrew Latham lathama at gmail.com
Thu Aug 26 13:24:25 CDT 2010


Thank you....

Christian and I pasted some fixes a couple of weeks ago.  Some are
typos.  We both have License agreements.

Here are a few...

Tzafrir: http://svn.debian.org/viewsvn/pkg-voip/asterisk-gui/trunk/debian/patches/trademark?view=markup
(Having the trademark is incompatible with some companies and Linux Distros)


Christian Jacobsen:
Index: scripts/listfiles
===================================================================
--- scripts/listfiles	(revision 5015)
+++ scripts/listfiles	(working copy)
@@ -3,7 +3,7 @@
 SYSINFO_OUTPUT="/var/lib/asterisk/static-http/config/sysinfo_output.html"

 #/bin/echo "<div id=list_files>" > $SYSINFO_OUTPUT
-/bim/mkdir -p -- "$1"
+/bin/mkdir -p -- "$1"
 #/bin/echo "</div>" >> $SYSINFO_OUTPUT

 if [ "$2" = "time" ]; then
Index: config/js/pbx2.js
===================================================================
Index: config/js/index.js
===================================================================
--- config/js/index.js	(revision 5013)
+++ config/js/index.js	(working copy)
@@ -118,7 +118,7 @@
 				sessionData.PLATFORM.isAST_1_6 = true ;
 				sessionData.PLATFORM.isAST_1_6_1 = resp_lower.contains('1.6.1') ?
true : false;
 				ASTGUI.globals.sbcid_1 = 's,1,ExecIf($[ "${CALLERID(num)}"=""
]?SetCallerPres(unavailable))';
-				ASTGUI.globals.sbcid_2 = 's,1,ExecIf($[ "${CALLERID(num)}"=""
]?Set(CALLERID(all)=unknown <0000000>))';
+				ASTGUI.globals.sbcid_2 = 's,2,ExecIf($[ "${CALLERID(num)}"=""
]?Set(CALLERID(all)=unknown <0000000>))';
 				sessionData.listOfCodecs = { // sessionData.listOfCodecs
 					'ulaw' : 'u-law' ,
 					'alaw' : 'a-law' ,
Index: config/index.html
===================================================================


~
Andrew "lathama" Latham
lathama at gmail.com

* Learn more about OSS http://en.wikipedia.org/wiki/Open-source_software
* Learn more about Linux http://en.wikipedia.org/wiki/Linux
* Learn more about Tux http://en.wikipedia.org/wiki/Tux



On Thu, Aug 26, 2010 at 1:48 PM, Erin Spiceland <espiceland at digium.com> wrote:
> Sorry, disregard my last email.  Here is the patch.
>
> Erin
>
> ----- Original Message -----
>> From: "Andrew Latham" <lathama at gmail.com>
>> To: "Asterisk GUI project discussion" <asterisk-gui at lists.digium.com>
>> Sent: Thursday, August 26, 2010 12:40:03 PM
>> Subject: Re: [asterisk-gui] Manage Calling Rules + Prepend These Digits error
>> We have been watching...
>>
>>
>> ~
>> Andrew "lathama" Latham
>> lathama at gmail.com
>>
>> * Learn more about OSS
>> http://en.wikipedia.org/wiki/Open-source_software
>> * Learn more about Linux http://en.wikipedia.org/wiki/Linux
>> * Learn more about Tux http://en.wikipedia.org/wiki/Tux
>>
>>
>>
>> On Thu, Aug 26, 2010 at 1:28 PM, Erin Spiceland
>> <espiceland at digium.com> wrote:
>> > Please forgive the out-of-thread email. I have just subscribed to
>> > this list, so I cannot reply to a previous email.
>> >
>> > The issue where extraneous ${ and } are added to the calling rule
>> > has been fixed in svn r5070.
>> >
>> > Regards,
>> >
>> > Erin
>> >
>> > --
>> > _____________________________________________________________________
>> > -- Bandwidth and Colocation Provided by http://www.api-digital.com
>> > --
>> >
>> > asterisk-gui mailing list
>> > To UNSUBSCRIBE or update options visit:
>> >   http://lists.digium.com/mailman/listinfo/asterisk-gui
>> >
>>
>> --
>> _____________________________________________________________________
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> asterisk-gui mailing list
>> To UNSUBSCRIBE or update options visit:
>> http://lists.digium.com/mailman/listinfo/asterisk-gui
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-gui mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-gui
>



More information about the asterisk-gui mailing list