[asterisk-bugs] [JIRA] (ASTERISK-23782) [patch]CDR userfield merged incorrectly in ast_bridge_call

Rusty Newton (JIRA) noreply at issues.asterisk.org
Fri May 23 16:02:45 CDT 2014


Rusty Newton created ASTERISK-23782:
---------------------------------------

             Summary: [patch]CDR userfield merged incorrectly in ast_bridge_call 
                 Key: ASTERISK-23782
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23782
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: CDR/General, Features
    Affects Versions: 11.9.0
            Reporter: Vitezslav Novy
            Severity: Minor


In function ast_bridge_call (in main/features.c) CDR field of B leg is appended to  CDR userfield of A leg.
when at start userfield of leg A is 'aaa' and userfield of leg B is 'bbb' result in leg A userfield should be 'aaa;bbb'.
Because of incorrect merge result is 'aaaaaa;bbb' 




--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list