chan-sccp / sccp_manager

SCCP Manager
21 stars 13 forks source link

parse outboundcid content into cid_num and cid_name sccpline fields #5

Closed steve-lad closed 3 years ago

steve-lad commented 3 years ago

If outboundcid contains '"name" ' the content needs to be split to cid_name and cid_num. If not the content should be a number and should be copied to cid_num only, in that case we fill cid_name with the value of $label

Fixes: #72

Signed-off-by: Diederik de Groot dkgroot@talon.nl