Guest jfsauriol Report post Posted 01/18/2012 09:09 PM Can you help me with this? My telephony provider have problem with the kind of software I useand most with the facts that I am working with 2 computers. He use a server Asterisk v1.8 with SIP username and password. Can you provide me a « sample » of config to work with this? Share this post Link to post
SupportTeam Report post Posted 01/18/2012 10:33 PM Do you need a sample config for SIP registraiton with Asterisk server? from http://www.voiceguide.com/vghelp/source/html/config_voip_register.htm : The registration config below demonstrates how VoiceGuide would register to accept calls to a particular Asterisk extension (ext 3000). Asterisk was installed on another server. Asterisk server's IP address was: 10.1.1.11 VoiceGuide is installed on IP address 10.1.1.9 <VoIP_Lines> <VoIP_Registrations> <VoIP_Registration> <Protocol>SIP</Protocol> <RegServer>10.1.1.11</RegServer> <RegClient>1010@10.1.1.11</RegClient> <LocalAlias>sip:1010@10.1.1.9:5060</LocalAlias> </VoIP_Registration> </VoIP_Registrations> <VoIP_Authentications> <VoIP_Authentication> <Realm>asterisk</Realm> <Identity></Identity> <AuthUsername>3000</AuthUsername> <AuthPassword>1234</AuthPassword> </VoIP_Authentication> </VoIP_Authentications> </VoIP_Lines> If you still have problems with registration please post VoiceGuide and WireShark traces capturing the system startup. Also, what do you mean by: "most with the facts that I am working with 2 computers."? Please describe your system setup in more detail. Share this post Link to post