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@ext-queues:1] NoOp("SIP/100-00000050", "100") in new stack
    -- Executing [h@ext-queues:2] ExecIf("SIP/100-00000050",
"0?Set(var29=[{"RequestedCount":0,"MissedCount":7,"Total":7}])")
in new stack
    -- Executing [h@ext-queues:3] NoOp("SIP/100-00000050", "") in new stack
    -- Executing [h@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>
satski...@gmail.com <mail%3asatski...@gmail.com>
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to