Displaying 1 result from an estimated 1 matches for "odbc_call_data_4_uuid".
2008 Oct 30
1
1.4.22 vs 1.4.21.2 - IAX2 regression ?
...r>
context=the-context
disallow=all
allow=alaw
allow=ulaw
[systemB]
type=peer
qualify=200
transfer=no
host=<ip-here>
disallow=all
allow=gsm
System A extensions.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,Dia...