[asterisk-bugs] [JIRA] (ASTERISK-30352) Set callerid number when attended transfer with pbx_lua
Ilia Gvozdev (JIRA)
noreply at issues.asterisk.org
Tue Dec 13 09:52:53 CST 2022
Ilia Gvozdev created ASTERISK-30352:
---------------------------------------
Summary: Set callerid number when attended transfer with pbx_lua
Key: ASTERISK-30352
URL: https://issues.asterisk.org/jira/browse/ASTERISK-30352
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Applications/app_dial, PBX/pbx_lua
Affects Versions: 18.14.0
Environment: CentOS Linux release 7.9.2009 (Core), Linux 3.10.0-1160.76.1.el7.x86_64 x86_64
Reporter: Ilia Gvozdev
Caller ID number that was presented on the calling channel does not saved when attended transfer with pbx_lua.
function from-pstn(context,exten)
app.Set("__ORIG_CIDNUM="..channel['CALLERID(num)']:get())
app.Answer()
app.Queue("tech","tr","","",60)
app.Hangup()
end
function phones (context,exten)
app.Log("VERBOSE","ORIG_CIDNUM: ",channel['ORIG_CIDNUM']:get() or '')
app.Set("CALLERID(num)="..channel['ORIG_CIDNUM']:get())
app.Dumpchan()
app.Dial("PJSIP/"..exten,60,"o("..channel['ORIG_CIDNUM']:get()..")")
end
full log and INVITE message in attach
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list