Displaying 1 result from an estimated 1 matches for "outbound_pri".
2009 May 13
2
Add Monitor application to call suppresses audio
...nbound 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. Occasionally it
works (perhaps 1 out of 5 times) but mos...