[asterisk-bugs] [JIRA] (ASTERISK-30352) pbx_lua: Set callerid number when attended transfer
Joshua C. Colp (JIRA)
noreply at issues.asterisk.org
Tue Dec 13 10:00:51 CST 2022
[ https://issues.asterisk.org/jira/browse/ASTERISK-30352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua C. Colp updated ASTERISK-30352:
--------------------------------------
Assignee: Ilia Gvozdev
Status: Waiting for Feedback (was: Triage)
Please also attach a working case with pbx_config. I'm also confused a bit over your issue - are you saying that some of the LUA code doesn't execute when it should?
I should also add that pbx_lua is community supported. There is no active maintainer, and no guarantee or timeframe on when this would get looked into if it is accepted.
> pbx_lua: Set callerid number when attended transfer
> ---------------------------------------------------
>
> 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
> Assignee: Ilia Gvozdev
> Attachments: full, INVITE.txt
>
>
> 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