Displaying 4 results from an estimated 4 matches for "pbx_substitute_variables_help".
Did you mean:
pbx_substitute_variables_helper
2004 Apr 12
0
strange error at extension.conf
...TION1})
exten => _1NXXNXXXXXX,114,Congestion
meetme.conf :
conf => 1001
conf => 1002
conf => 1003
in this log all working ok, no one at room 1001
-- Executing RouteCall("SIP/3056236725-7dc3", "16058475739") in new stack
Apr 13 07:09:59 DEBUG[21520]: pbx.c:1088 pbx_substitute_variables_helper: Expression is '1'
-- Executing GotoIf("SIP/3056236725-7dc3", "1?3:13") in new stack
-- Goto (internal,16058475739,3)
-- Executing SetVar("SIP/3056236725-7dc3", "var=0") in new stack
-- Executing MeetMeCount("SIP/3056236725-7dc3...
2005 Jun 25
3
* 1.0.8: no more reacting to callerid?
It's not just you. Same thing happens here. I went back to 1.0.7.
Stefan Gofferje wrote:
> Hi folks,
>
> I used to have some constructions like
>
> exten => number/callerid,1,Goto(somewhere)
>
> After updating to 1.0.8 those does not work any more.
> Any hints?
>
> Regards,
> Stefan
>
2005 Jul 06
0
re: help debugging dialplan
...value=2122022001
and database show says
/CFIM/2122022001 : 2122022001
so far, so good.
but in a macro, when i try to get the data,
exten => s,1,DBGet(${DB(CFIM/${ARG1})
(ARG1 is 2122022001)
first, i get the following:
Jul 6 18:50:14 NOTICE[587]: pbx.c:1114
pbx_substitute_variables_helper: Error in extension logic (missing
'}')
and the CFIM variable is empty.
so, the following questions:
1. where does the } go? i know i'm missing one, but i don't know what to enclose
2. why isn't CFIM getting the variable from the DB?
anyone who can help me, i very much appr...
2008 Mar 25
1
How to obtain SIPCHANINFO variables within custom application?
Hello,
How can I get peerip, recvip, from, uri, useragent, peername, t38passthrough
variables in (within) my custom Asterisk application?
I can't use chan_sip.c internal structures (such as sip_pvt) in my custom
application, because there's no chan_sip.h and I can't include it into my
application (maybe there's other way?).
I can do like this:
exten =>