Axvoice Config (Incoming) Needed
Here is what I am trying to do... deliver calls from AxVoice (both the main and "virtual" number) to a certain extension in TrixBox. The Nerd Vittles approach seems to have all diffferent incoming DIDs end up at the same location, which is not what I want to do.
Outgoing calls are fine... but I am pulling my hair out trying to find inbound settings and an inbound route that will direct the call where I want it to go.
Any help is greatly appreciated.
It looks like the first part of ext-did is causing the problem:
[ext-did]
include => ext-did-custom
exten => s,1,Set(FROM_DID=s)
exten => s,n,Goto(timeconditions,1,1)
exten => _X.,1,Noop(Catch-All DID Match - Found ${EXTEN} - You probably want a DID for this.)
exten => _X.,n,Goto(ext-did,s,1)
So they end up by going to the time condition then going to the IVR maybe.
This code looks different than it used to be in asterisk@home 1.5
Hope someone will find a solution for this.
This site shows how to direct axvoice inbound to somewhere specific (IVR etc.) by entering a /1234 at the end of the registry string. As far as seperating the virtual numbers, axvoice doesn't send DID's for each virtual number.
I got around this by getting free DID numbers from IPKALL and using them to route inbound calls (say for friends and family so they would have a number for their extensions on my box and not have to go through an IVR).
http://freepbx.org/trac/ticket/860


Member Since:
2006-07-17