Displaying 1 result from an estimated 1 matches for "odbc_remove_call_4_uuid".
2008 Oct 30
1
1.4.22 vs 1.4.21.2 - IAX2 regression ?
...ensions.conf:
[the-context]
exten => _.,1,Wait(1)
exten => _.,n,Set(CALL_UUID=${EXTEN})
exten => _.,n,Set(RESULT_STRING="${ODBC_CALL_DATA_4_UUID(${CALL_UUID})}")
exten => _.,n,Set(ARRAY(NAME,ACCT,IAXUSER,NUM)="${RESULT_STRING}")
exten => _.,n,Set(DONT_CARE="${ODBC_REMOVE_CALL_4_UUID(${CALL_UUID})}")
exten => _.,n,Set(CALLERID(name)=${NAME})
exten => _.,n,Set(CDR(accountcode)=${ACCT})
exten => _.,n,Dial(IAX2/${IAXUSER}@systemB/${NUM})
exten => _.,n,Hangup()
(note: behaviour is also failing in 1.4.22 if, instead of Dialing
system B, we just wait+hangup directly...