[asterisk-users] BUG or ???

Антон Сацкий satskiy.a at gmail.com
Fri Feb 24 15:30:52 CST 2017


Got a strange situation

[ext-queues]
...
exten => h,2,ExecIf($[${CALLERID(num)} = ' ']?Set(var29=${SHELL(curl -X
POST --header "Content-Type: application/json" --header "Accept:
application/json" -d "{\"Phone\": ${FROMEXTEN}, \"Source\": \"asterisk\"}" "
http://sIte.com:80/api/v1/calls?apiKey=UABVAEI&clientId=3")}))

exten => h,3,NoOp(${var29})
exten => h,4,Macro(hangupcall,)
;--== end of [ext-queues] ==--;


so when i execute  it got


-- Executing [h at ext-queues:1] NoOp("SIP/100-00000050", "100") in new stack
    -- Executing [h at ext-queues:2] ExecIf("SIP/100-00000050",
"0?Set(var29=[{"RequestedCount":0,"MissedCount":7,"Total":7}])")
in new stack
    -- Executing [h at ext-queues:3] NoOp("SIP/100-00000050", "") in new stack
    -- Executing [h at ext-queues:4] Macro("SIP/100-00000050", "hangupcall,")
in new st


U can see  that Execif = 0 = falce   but   somehow
Shell ${SHELL(curl -X POST --header "Content-Type: application/json"
--header "Accept: application/json" -d "{\"Phone\": ${FROMEXTEN},
\"Source\": \"asterisk\"}" "
http://sIte.com:80/api/v1/calls?apiKey=UABVAEI&clientId=3")}
executes and  get answer  from the server
[{"RequestedCount":0,"MissedCount":7,"Total":7}]

i dont want it to be  executed



Thanks list for your help


-- 
Best regards
Antony
tel.   +380669197533
tel2. +380636564340
Paypal http://paypal.me/Satskiy
<http://paypal.me/Satskiy?ppid=PPC000654&cnac=PL&rsta=en_PL(en_DK)&cust=NN8XJS9XEP22C&unptid=21db79ac-ef8d-11e5-9553-9c8e992ea258&t=&cal=4d776c21ca7d2&calc=4d776c21ca7d2&calf=4d776c21ca7d2&unp_tpcid=ppme-social-business-profile-created&page=main:email&pgrp=main:email&e=op&mchn=em&s=ci&mail=sys>
satskiy.a at gmail.com <mail%3Asatskiy.a at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170224/a9f68c30/attachment.html>


More information about the asterisk-users mailing list