PhantomVl / sccp_manager

SCCP Manager
35 stars 19 forks source link

Fix outboundcid: parse outboundcid content into cid_num and cid_name sccpline fields #86

Closed dkgroot closed 3 years ago

dkgroot 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