Displaying 1 result from an estimated 1 matches for "anssrv".
Did you mean:
dnssrv
2009 May 13
2
Add Monitor application to call suppresses audio
...an application where we receive calls on an inbound PRI. After
hours, our Asterisk box dials our answering service on an outbound PRI
and then bridges the caller to the answering service. The flow looks
like this:
(CALLER)INBOUND_PRI --> CONTEXT --> GOSUB(Incoming) -->
GOSUB(bridge-to-anssrv) --> DIAL(answering_service) -->
OUTBOUND_PRI(service)
This has been working fine for months without so much as a burp. What I
need to do is record these calls.
If I insert a Monitor() prior to dialing the outbound call, I get no
audio in the recording and the caller hears no audio. Occa...