VoiceGuide IVR Software Main Page
Jump to content

REGISTRAR VARIAS EXTENSIONES

Recommended Posts

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×