shimmer Report post Posted 03/15/2014 03:24 AM gentlemen, #1) I have 3cx server 10.1.10.37 and vg 10.1.10.21 I want vg to be ext 199 registration I cant get it to register came up once and worked and now wont reg config.xml basically like this: <protocol>SIP</protocol> <RegServer>10.1.10.37</RegServer> <RegClient>199@10.1.10.37</RegClient> <LocalAlias>sip:199@10.1.10.21:5060</LocalAlias> Authuser 199 auth pass 199 do you see anything that I should do different? #2 I need to play a welcome message and look at dnis to see what toll free number was dialed can you example me a startup using the $RV_DNIS a module to play hello message while reading the dnis and then 2 branch modules off that and what paths would be thank you chris midamcat Share this post Link to post
SupportTeam Report post Posted 03/15/2014 03:56 AM The registration should work. Can you do a WireShark capture of the SIP registration messages between VoiceGuide and 3CX at VoiceGuide service startup time? If 3CX provides an all-number DNIS then you can just use the "Say Number" module to speak out the digits. Please see: http://www.voiceguide.com/vghelp/source/html/modsaynumber.htm To branch on DNIS you cans use an Evaluate Expression module. please see: http://www.voiceguide.com/vghelp/source/html/modevalexpr.htm the paths from that module would just be: on {1234} goto [moduleA] on {5678} goto [moduleB] where 1234 and 5678 are the different DNISs. Share this post Link to post