Skip to content

Fix regression in call return

Hemlata requested to merge callreturn into devel

Call return was not working.Fixed storage of the prefixvalue incorrect variable.

After the fix extensions.conf looks correct and callreturn works fine. [sip0-call_return]
exten => *69,1, GoSub(sub-call_return,s,1(sip0,${DB(LASTCALLER/sip0)}))

Merge request reports