Displaying 2 results from an estimated 2 matches for "inbound_pri".
2004 Aug 29
1
not getting ringing/busy/answer feedback on my PRI
...re if the two problems are
related. Any help is appreciated. Please see my two examples below:
Unless my incoming DID (2000), is pointed to a SIP station that is
registered and functional, I do not receive call progress tones on inbound
calls.
If I point the DID to an application like:
[inbound_pri]
; PRI from the NEAX2400
exten => 2000,1,Wait,3
exten => 2000,2,Answer
exten => 2000,3,MeetMe,|Mps
exten => 2000,4,Hangup
I will not hear any initial ringback, and once answered there will be no
audio on the channel.
If I point the DID to a registered SIP station like:
[inbound_...
2009 May 13
2
Add Monitor application to call suppresses audio
I have 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...