AxVoice

jrglass

Guru
Joined
Oct 18, 2007
Messages
311
Reaction score
20
I am using AxVoice under their beta program. Eveything works great except you need to setup the inbound route as ANY DID Any CID.

If I list the DID in DID NUNBER or CALLER ID NUMBER I get their VM box.


Jeff
 
Cid

I too experieced this and later tried this same think. Hope this helps others whom are thinking of using AxVoice w/Trixbox.

I am using AxVoice under their beta program. Eveything works great except you need to setup the inbound route as ANY DID Any CID.

If I list the DID in DID NUNBER or CALLER ID NUMBER I get their VM box.


Jeff
 
Works for me

AxVoice sends 11 digits. Try adding the 1 before your 10 digit number in "Inbound Routes." You could also add a context to extensions_custom.conf to strip the 1 from the did and/or CID before sending to "Inbound Routes."

[custom-AxVoice-did]
;strip 1 from DID / +1 from CID / add AC
exten => 1301xxxxxxx,1,Goto(1,1)
exten => 1,1,Set(FROM_DID=301xxxxxxx) ;strip 1 from DID
exten => 1,n,Noop(user-callerid: ${CALLERID(name)} ${CALLERID(number)})
;exten => 1,n,Set(CALLERID(number)=301${CALLERID(number)})
;exten => 1,n,SetCallerID(${CALLERID(num):2}) ;strip +1 CID prefix
exten => 1,n,Set(CALLERID(number)=${CALLERID(number):-10})
exten => 1,n,Goto(ext-did,301xxxxxxx,1) ;send to ext-did

and add "context=custom-AxVoice-did" to that trunk
 

Members online

Forum statistics

Threads
26,686
Messages
174,407
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top