Displaying 2 results from an estimated 2 matches for "nec_pri".
Did you mean:
enc_priv
2004 Aug 27
1
No audio on PRI channel answered by Playback() or MeetMe()
...the DID to ring extension SIP/2000 and then after time-out send
it to MeetMe() or Playback() it works and the caller hears the .gsm file.
Any assistance in solving this problem is appreciated.
What follows are two examples from what I tried in extensions.conf:
This works but is not desirable:
[nec_pri]
; Digital PRI from the NEAX2400
exten => 2688,1,Wait,1
exten => 2688,2,Dial(SIP/2000,3,Tr)
exten => 2688,3,Wait,1
exten => 2688,4,MeetMe,|Mps
exten => 2688,5,Hangup
This will answer, but there is no audible playback on the channel:
[nec_pri]
; Digital PRI from the NEAX2400
exten...
2004 Aug 27
2
No audio on PRI channel answered by Playback() orMeetMe()
...isk-Users] No audio on PRI channel answered by
Playback() orMeetMe()
>If I assign the DID to ring extension SIP/2000 and then after time-out
send
>it to MeetMe() or Playback() it works and the caller hears the .gsm
file.
>Any assistance in solving this problem is appreciated.
>
>[nec_pri]
>; Digital PRI from the NEAX2400
>
>exten => 2688,1,Wait,3
>exten => 2688,2,MeetMe,|Mps
>exten => 2688,3,Hangup
>
I had a similar problem with my system, and I was able to fix the
problem by executing
Answer before I entered any other applications.
Using your previous...