mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
added export and import of RDNIS channel variable
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11017 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -277,6 +277,13 @@ msg_t *build_setup (struct isdn_msg msgs[], struct misdn_bchannel *bc, int nt)
|
||||
if (bc->dad[0])
|
||||
enc_ie_called_pn(&setup->CALLED_PN, msg, bc->dnumplan, 1, bc->dad, nt,bc);
|
||||
}
|
||||
|
||||
{
|
||||
if (bc->rad[0])
|
||||
enc_ie_redir_nr(&setup->REDIR_NR, msg, 1, 1, bc->pres, bc->screen, 0, bc->rad, nt,bc);
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (*bc->display) {
|
||||
enc_ie_display(&setup->DISPLAY, msg, bc->display, nt,bc);
|
||||
|
Reference in New Issue
Block a user