History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XCF-2669
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: chitralekha.S.H
Votes: 0
Watchers: 0
Available Workflow Actions

Resolve
Request Information
Operations

If you were logged in you would be able to see more operations.
sipXconfig

"Declare RFC2833 in SDP" default value in sipXconfig different from value in Console

Created: 2008-06-27 03:20   Updated: 2008-11-21 10:13
Component/s: audiocodes
Affects Version/s: 3.10.2
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. JPEG File Declare_RFC2833_in_SDP.jpg (1.43 Mb)

Environment:
sipxproxy 3.10.2-012944 2008-06-23T17:10:42 oem-rhel4
sipxconfig 3.10.2-012944 2008-06-23T17:21:31 oem-rhel4


 Description  « Hide
Precondition:
1.Add an AudioCodes MP114 FXO Gateway.Eg FXO with the serial no 12a3456b78c9.

Steps to Reproduce:
1.Login as Superadmin.
2.Navigate to Device --->Gateways.
3.Select the Added Gateway ie FXO.
4.Without making any changes to the Gateway,send the Profile.

Expected Result:
    In the console,for the field " Declare RFC2833 in SDP "(RxDTMFOption) in DTMF & Dialing parameter the value should be set to "1" logically.(since there are only two options in the drop down list for "Declare RFC2833 in SDP" field. )..ie.
                
                [SIP_DTMF]
                MaxDigits=14
                TimeBetweenDigits=4
                                     RxDTMFOption=1
                TxDTMFOption=0
                RFC2833PayloadType=96

Actual Result:
           In the console,for the field " Declare RFC2833 in SDP "(RxDTMFOption) in DTMF & Dialing parameter the value is set to "3" .ie.

 [SIP_DTMF]
                MaxDigits=14
                TimeBetweenDigits=4
                                     RxDTMFOption=3---------->(should be "1")
                TxDTMFOption=0
                RFC2833PayloadType=96.



 All   Comments   Work Log   Change History      Sort Order:
chitralekha.S.H - 2008-06-27 03:31
Attached screen shot.

chitralekha.S.H - 2008-06-27 05:33
This issue was there previously,but I missed out to mention the same in related issue XCF-2192.

Thanks,
Chitralekha

Damian Krzeminski - 2008-06-30 09:09
What do you mean by 'Console'

chitralekha.S.H - 2008-07-01 01:51
Here I have used the term "Console" for "Back-end".

In the linux machine, the .ini file is generated as below.
( /var/sipxdata/configserver/phone/profile/tftproot/<mac-id>.cfg )

         For the field "Declare RFC2833 in SDP"(RxDTMFOption) in "DTMF & Dialing" parameter the value is set to "3" .ie.

 [SIP_DTMF]
                MaxDigits=14
                TimeBetweenDigits=4
                                     RxDTMFOption=3---------->(should be "1")
                TxDTMFOption=0
                RFC2833PayloadType=96.


Thanks,
Chitralekha