I just upgraded to 1.4 and have a weird problem.
On a direct dial to 4825, this works fine, no problem…
exten => 4825,1,Dial(SIP/15555554825,30,t)
exten => 4825,2,Voicemail,u4825
exten => 4825,102,Voicemail,b4825
If I’m the operator, and someone reaches me through 0
when going through the IVR, we have one way audio…
exten => s,1,Background(welcome)
exten => s,2,Wait(10)
exten => s,3,Hangup
exten => 0,1,Dial(SIP/1555555554825,30,t)
exten => 0,2,Goto(sip,s,1)
The Dial entry is the exact same, the only difference is the
person comes in through the main # instead of direct, so I
have no idea why we’d get one way audio through this?
PS- We get one way audio when someone calls through the
Directory(default) system, too. Maybe it’s somehow related.
Thanks,
Scott