D'Arcy J.M. Cain
2016-Sep-01 01:57 UTC
[asterisk-users] Multiple phones when one is unregistered
On Tue, 30 Aug 2016 17:56:35 +0200 Administrator TOOTAI <admin at tootai.net> wrote:> Something like > > exten => 5555551111,1,Verbose(Door buzzer calling) > same => n,Set(toRing=) > same => n,ExecIf($["${DEVICE_STATE(SIP/user1)}" = "NOT IN > USE"]?Set(toRing=${toRing}&SIP/user1)Failed. I checked the online docs and the syntax seems to be correct but I get this: [Aug 31 21:52:00] WARNING[-1][C-0001fed5] pbx.c: No application 'ExecIf' for extension (unauthenticated, 5555551111, 3) Is there a module that I need to load? In case it matters I am running Asterisk 11.23.0 on NetBSD 7.0. -- D'Arcy J.M. Cain System Administrator, Vex.Net http://www.Vex.Net/ IM:darcy at Vex.Net VoIP: sip:darcy at Vex.Net
Administrator TOOTAI
2016-Sep-01 09:02 UTC
[asterisk-users] Multiple phones when one is unregistered
Le 01/09/2016 ? 03:57, D'Arcy J.M. Cain a ?crit :> On Tue, 30 Aug 2016 17:56:35 +0200 > Administrator TOOTAI <admin at tootai.net> wrote: >> Something like >> >> exten => 5555551111,1,Verbose(Door buzzer calling) >> same => n,Set(toRing=) >> same => n,ExecIf($["${DEVICE_STATE(SIP/user1)}" = "NOT IN >> USE"]?Set(toRing=${toRing}&SIP/user1) > > Failed. I checked the online docs and the syntax seems to be correctNo. The trailing ) is missing> but I get this: > > [Aug 31 21:52:00] WARNING[-1][C-0001fed5] pbx.c: No application > 'ExecIf' for extension (unauthenticated, 5555551111, 3) > > Is there a module that I need to load? > > In case it matters I am running Asterisk 11.23.0 on NetBSD 7.0.What's the output of CLI command "core show application ExecIf" ? -- Daniel
D'Arcy J.M. Cain
2016-Sep-01 11:01 UTC
[asterisk-users] Multiple phones when one is unregistered
On Thu, 1 Sep 2016 11:02:57 +0200 Administrator TOOTAI <admin at tootai.net> wrote:> > [Aug 31 21:52:00] WARNING[-1][C-0001fed5] pbx.c: No application > > 'ExecIf' for extension (unauthenticated, 5555551111, 3) > > > > Is there a module that I need to load? > > > > In case it matters I am running Asterisk 11.23.0 on NetBSD 7.0. > > What's the output of CLI command "core show application ExecIf" ?It looks like this doesn't matter any more but I do wonder why I don't have that command. # asterisk -x "core show application ExecIf" Your application(s) is (are) not registered Command 'core show application ExecIf' failed. What module am I missing? -- D'Arcy J.M. Cain System Administrator, Vex.Net http://www.Vex.Net/ IM:darcy at Vex.Net VoIP: sip:darcy at Vex.Net