[Home]

Summary:ASTERISK-25752: Register 2 ext cisco 9951 into 2 separate asterisk server
Reporter:abdelmohsen (mohsen_amin)Labels:
Date Opened:2016-02-08 00:38:27.000-0600Date Closed:2020-01-14 11:20:58.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:XML Content SEPxxxxxxxxxxx.cnf.xml
<=============================================>

<callManagerGroup>
       <members>
          <member priority="0">
             <callManager>
                <ports>
                   <ethernetPhonePort>2000</ethernetPhonePort>
                   <sipPort>5060</sipPort>
                   <securedSipPort>5061</securedSipPort>
                </ports>
                <processNodeName>xxx.xxx.xxx.xxx</processNodeName>
             </callManager>
          </member>
     <member priority="1">
             <callManager>
                <ports>
                   <ethernetPhonePort>2000</ethernetPhonePort>
                   <sipPort>5060</sipPort>
                   <securedSipPort>5061</securedSipPort>
                </ports>
                <processNodeName>yyy.yyy.yyy.yyy</processNodeName>
             </callManager>
          </member>
       </members>
</callManagerGroup>  



<sipLines>
       <line button="1" lineIndex="1">
          <featureID>9</featureID>
          <featureLabel>ShajanUAE</featureLabel>
          <name>4002</name>
          <displayName>Shajan</displayName>
          <contact>4002</contact>
          <proxy>USECALLMANAGER</proxy>
          <port>5060</port>
          <autoAnswer>
             <autoAnswerEnabled>2</autoAnswerEnabled>
          </autoAnswer>
          <callWaiting>3</callWaiting>

          <authName>4002</authName>
          <authPassword>*******</authPassword>

          <sharedLine>false</sharedLine>
          <messageWaitingLampPolicy>3</messageWaitingLampPolicy>
  <messageWaitingAMWI>1</messageWaitingAMWI>
          <messagesNumber>1000</messagesNumber>
          <ringSettingIdle>4</ringSettingIdle>
          <ringSettingActive>5</ringSettingActive>

          <forwardCallInfoDisplay>
             <callerName>true</callerName>
             <callerNumber>false</callerNumber>
             <redirectedNumber>false</redirectedNumber>
             <dialedNumber>true</dialedNumber>
          </forwardCallInfoDisplay>
<maxNumCalls>4</maxNumCalls>
<busyTrigger>2</busyTrigger>
       </line>
       
<line button="2" lineIndex="2">
          <featureID>9</featureID>
          <featureLabel>GrahamUAE</featureLabel>
          <name>4000</name>
          <displayName>Grmine</displayName>
          <contact>4000</contact>
          <proxy>USECALLMANAGER</proxy>
          <port>5060</port>
          <autoAnswer>
             <autoAnswerEnabled>2</autoAnswerEnabled>
          </autoAnswer>
          <callWaiting>3</callWaiting>

          <authName>4000</authName>
          <authPassword>********</authPassword>

          <sharedLine>false</sharedLine>
          <messageWaitingLampPolicy>3</messageWaitingLampPolicy>
  <messageWaitingAMWI>1</messageWaitingAMWI>
          <messagesNumber>1000</messagesNumber>
          <ringSettingIdle>4</ringSettingIdle>
          <ringSettingActive>5</ringSettingActive>

          <forwardCallInfoDisplay>
             <callerName>true</callerName>
             <callerNumber>false</callerNumber>
             <redirectedNumber>false</redirectedNumber>
             <dialedNumber>true</dialedNumber>
          </forwardCallInfoDisplay>
<maxNumCalls>4</maxNumCalls>
<busyTrigger>2</busyTrigger>
       </line>
<line  button="3">
<featureID>21</featureID>
<featureLabel>Abdulmohsen</featureLabel>
<speedDialNumber>2290</speedDialNumber>
<featureOptionMask>1</featureOptionMask>
</line>
               <line  button="4">
                       <featureID>21</featureID>
                       <featureLabel></featureLabel>
                       <speedDialNumber></speedDialNumber>
                       <featureOptionMask>1</featureOptionMask>
               </line>
<line  button="5">
                       <featureID>21</featureID>
                       <featureLabel></featureLabel>
                       <speedDialNumber></speedDialNumber>
                       <featureOptionMask>1</featureOptionMask>
               </line>
<line  button="6">
                       <featureID>21</featureID>
                       <featureLabel>DND</featureLabel>
                       <speedDialNumber>*47</speedDialNumber>
                       <featureOptionMask>1</featureOptionMask>
               </line>
</sipLines>
 </sipProfile>
<==============================================>
i had defined 2 members under <callManagerGroup>
only can authenticate to first member .
Comments:By: Asterisk Team (asteriskteam) 2016-02-08 00:38:29.605-0600

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Asterisk Team (asteriskteam) 2016-02-08 00:38:30.869-0600

We appreciate the difficulties you are facing, however information request type issues would be better served in a different forum.

The Asterisk community provides support over IRC, mailing lists, and forums as described at http://asterisk.org/community. The Asterisk issue tracker is used specifically to track issues concerning bugs and documentation errors.

If this issue is actually a bug please use the Bug issue type instead.

Please see the Asterisk Issue Guidelines [1] for instruction on the intended use of the Asterisk issue tracker.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines