mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 12:25:35 +00:00
added option to change the connected party number dialplan (ton)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12481 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -359,7 +359,7 @@ msg_t *build_connect (struct isdn_msg msgs[], struct misdn_bchannel *bc, int nt)
|
||||
}
|
||||
|
||||
{
|
||||
int type=0, plan=1, present=2, screen=0;
|
||||
int type=bc->cpnnumplan, plan=1, present=2, screen=0;
|
||||
enc_ie_connected_pn(&connect->CONNECT_PN, msg, type,plan, present, screen, (unsigned char*) bc->dad , nt , bc);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user