Skip to content

Commit

Permalink
FREEI-683 Attended Transfers Using PJSIP not updating Original Caller ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Danard committed Oct 14, 2019
1 parent 3d0e069 commit 01054be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.inc/macro-dial-one.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}
$ext->add($mcontext,$exten,'', new ext_set('CONNECTEDLINE(name,i)', $cidnameval));
$ext->add($mcontext,$exten,'', new ext_set('CONNECTEDLINE(num)', '${EXTTOCALL}'));
$ext->add($mcontext,$exten,'', new ext_set('D_OPTIONS', '${D_OPTIONS}I'));
$ext->add($mcontext,$exten,'', new ext_set('D_OPTIONS', '${D_OPTIONS}'));
}
//Purpose is to have the option to add sip-headers as with the trunk pre dial out hook.
//We need to have this as we have mobile extensions connected directly to the pbx as sip extensions.
Expand Down

0 comments on commit 01054be

Please sign in to comment.