Guest ESTEBAN Report post Posted 10/11/2019 01:35 AM Hola, Por favor su ayuda , necesito conectar varias extensiones desde voiceguide a mi centra telefonica Issabel la configuración la realice así y solo me registra la extensión 170 <VoIP_Lines> <VoIP_Registrations> <VoIP_Registration> <Protocol>SIP</Protocol> <RegServer>192.168.2.4</RegServer> <RegClient>170@192.168.2.4</RegClient> <LocalAlias>170@10.0.3.15</LocalAlias> </VoIP_Registration> </VoIP_Registrations> <VoIP_Authentications> <VoIP_Authentication> <Realm>asterisk</Realm> <Identity></Identity> <AuthUsername>170</AuthUsername> <AuthPassword>170tech</AuthPassword> </VoIP_Authentication> </VoIP_Authentications> <VoIP_Registrations> <VoIP_Registration> <Protocol>SIP</Protocol> <RegServer>192.168.2.4</RegServer> <RegClient>171@192.168.2.4</RegClient> <LocalAlias>171@10.0.3.15</LocalAlias> </VoIP_Registration> </VoIP_Registrations> <VoIP_Authentications> <VoIP_Authentication> <Realm>asterisk</Realm> <Identity></Identity> <AuthUsername>171</AuthUsername> <AuthPassword>171tech</AuthPassword> </VoIP_Authentication> </VoIP_Authentications> </VoIP_Lines> Share this post Link to post
SupportTeam Report post Posted 10/11/2019 02:28 AM Google Translate: Hello, Please your help, I need to connect several extensions from voiceguide to my Issabel telephone center the configuration is done in this way and only the extension 170 registers me Share this post Link to post
SupportTeam Report post Posted 10/11/2019 04:20 AM There should be only one <VoIP_Registrations> section, with multiple <VoIP_Registration> entries in it. Similarly, there should be only one <VoIP_Authentications> section, with multiple <VoIP_Authentication> entries in it. Please change your <VoIP_Lines> section to be: <VoIP_Lines> <VoIP_Registrations> <VoIP_Registration> <Protocol>SIP</Protocol> <RegServer>192.168.2.4</RegServer> <RegClient>170@192.168.2.4</RegClient> <LocalAlias>170@10.0.3.15</LocalAlias> </VoIP_Registration> <VoIP_Registration> <Protocol>SIP</Protocol> <RegServer>192.168.2.4</RegServer> <RegClient>171@192.168.2.4</RegClient> <LocalAlias>171@10.0.3.15</LocalAlias> </VoIP_Registration> </VoIP_Registrations> <VoIP_Authentications> <VoIP_Authentication> <Realm>asterisk</Realm> <Identity></Identity> <AuthUsername>170</AuthUsername> <AuthPassword>170tech</AuthPassword> </VoIP_Authentication> <VoIP_Authentication> <Realm>asterisk</Realm> <Identity></Identity> <AuthUsername>171</AuthUsername> <AuthPassword>171tech</AuthPassword> </VoIP_Authentication> </VoIP_Authentications> </VoIP_Lines> Share this post Link to post