Can any one help me with a quick rundown of what I can check to see why calls to an inbound zap port are all going to voicemail.
I can make outbound calls with no problem.
Hits
Can any one help me with a quick rundown of what I can check to see why calls to an inbound zap port are all going to voicemail.
I can make outbound calls with no problem.
Hits
These are the ones that are changed. All the others in the file are as default samples.
[Daxten]
include=macro-stdexten
include=DID_trunk_1
include=ringroups-custom-1
include=voicemenu-custom-1
include=DaxtenWorld
include=DID_IEUKTrunk
incelude=default
exten=0200,1,Dial(SIP/3830&SIP/3870,20)
exten=3830,1,Dial(SIP/HiteshVarsani)
exten=3830,2,VoiceMail(3830@Daxten)
exten=3830,3,HangUp()
exten=3870,1,Dial(SIP/BhavikAmin)
exten=3870,2,VoiceMail(3870@Daxten)
exten=3870,3,HangUp()
exten=_6XXX,1,Dial(SIP/IEUKTRUNK/${EXTEN})
exten=_6XXX,2,Hangup
exten=1010,1,Answer()
exten=1010,2,Directory(Daxten|Daxten|f)
[DID_trunk_1]
exten=_X.,1,Goto(ringroups-custom-1,s,1)
exten=s,1,ExecIf($[ “${CALLERID(num)}”="" ],SetCallerPres,unavailable)
exten=s,2,ExecIf($[ “${CALLERID(num)}”="" ],Set,CALLERID(all)=unknown <0000000>)
exten=s,3,Goto(ringroups-custom-1,s,1)
[DaxtenWorld]
exten=_62XX,1,Dial(SIP/IEUKTRUNK/${EXTEN})
exten=_62XX,2,Hangup
exten=_37XX,1,Dial(SIP/IEDETRUNK/${EXTEN})
exten=_37XX,2,Hangup
[DID_IEUKTrunk]
include=default
exten=_X.,1,Goto(default|3870|1)
exten=s,1,ExecIf($[ “${CALLERID(num)}”="" ],SetCallerPres,unavailable)
exten=s,2,ExecIf($[ “${CALLERID(num)}”="" ],Set,CALLERID(all)=unknown <0000000>)
exten=s,3,Goto(default|3870|1)
Please post the entire extensions.conf I want to see the call flow. Also which context is your default context ?
I think the word default has been the key.
I did a new install (I’ve been playing with installing the normal Asterisk on a fedora core instead of the AsteriskNow), and this time I put user extensions into the [default] context and I was able to get the inbound calls working, at least to separate extensions. I’m working out using call groups, but i’m sure a few more attempts and I should have it.
I guess I was trying to be too clever for my own good.
I was trying to leave the default samples alone, and I used the [Daxten] as my main one for putting users in.
Don’t you know that the computer is always right (except for when a coder makes a mistake… ) ? We have all been there. Welcome to the “Frustrated for nothing” club.