Guest ESTEBAN Report post Posted 09/11/2018 11:47 AM Buen Día, por favor necesito ayuda, por varios días intentado configurar la conexión de la guía de voz con Aterisk -Issabel, pero no por lo que logró que me indica que no está autorizado, que realizó la guía de voz, adjundo documento guardado con wireshark . Agradezco su pronta respuesta... -------registro de ip con mi central --------------- central 192.168.2.4 pc voiceguide 192.168.2.8 conexion.pcapng <VoIP_Registrations> <VoIP_Registration> <Protocol>SIP</Protocol> <RegServer>192.168.2.4</RegServer> <RegClient>170@192.168.2.4</RegClient> <LocalAlias>170@192.168.2.8</LocalAlias> </VoIP_Registration> </VoIP_Registrations> <VoIP_Authentications> <VoIP_Authentication> <Realm>192.168.2.4</Realm> <Identity>IVR1</Identity> <Username>IVR1</Username> <AuthUsername>170</AuthUsername> <AuthPassword>170tech</AuthPassword> </VoIP_Authentication> </VoIP_Authentications> conexion1.pcapng 0911_CallEvents.txt Share this post Link to post
SupportTeam Report post Posted 09/11/2018 12:17 PM Google Translate: Good day, please I need help, for several days I tried to configure the connection of the voice guide with Aterisk -Issabel, but not for what it got that tells me that it is not authorized, that it made the voice guidance, attached document saved with wireshark. I appreciate your fast response... Share this post Link to post
SupportTeam Report post Posted 09/11/2018 12:32 PM The "Realm" entry must match what is returned from PBX/Switch, or should be left blank if any Realms are to be matched. ie: change: <Realm>192.168.2.4</Realm> to either: <Realm>asterisk</Realm> or to: <Realm></Realm> The "Identity" entry must be left blank. The "Identity" is only used in rare configurations. so also change: <Identity>IVR1</Identity> to: <Identity></Identity> For more information please see: https://www.voiceguide.com/vghelp/source/html/config_voip_register.htm The registration will need to be successful before any calls are attempted. WireShark will show whether the Registration was successful or not. The previously posted traces shows the registration was not successful: Share this post Link to post
SupportTeam Report post Posted 09/11/2018 12:38 PM If after clearing the <Realm> and <Identity> entries you are still encountering problems registering you can try changing: <AuthUsername>170</AuthUsername> to: <AuthUsername>170@192.168.2.4</AuthUsername> Share this post Link to post
Guest ESTEBAN Report post Posted 09/13/2018 08:59 AM ok funciona a la perfeccion... mil gracias, aura que ya tengo conexion y puedo realizar l allamada solo me resta configurar la base a una base sql y cambiar la voz del audio a español, por favor me pueden guiar como realizar este proceso Share this post Link to post
SupportTeam Report post Posted 09/13/2018 09:22 AM Google Translate: ok works perfectly ... thank you very much, aura that I already have connection and I can perform the call only remains to configure the base to a sql base and change the voice of the audio to Spanish, please can you guide me how to perform this process Share this post Link to post
SupportTeam Report post Posted 09/13/2018 09:38 AM Please see here for instructions on how to set to configuration to use other Database engines. https://www.voiceguide.com/vghelp/source/html/dial_vgdb_external_config.htm The default SQLite database that comes with VoiceGuide is usually sufficient for most systems, but any other database engine can be used instead if preferred. Do you need the VoiceGuide system prompts to be in Spanish? If yes then which ones? Just the numbers? In most cases if those are needed then those are recorded at same time as the system-specific prompts by the same voice talent that records the system-specific prompts. This way the resulting system has a uniform sounding voice. Share this post Link to post