返回列表 發帖
看ckleea的东西,犹如看报纸的副刊(如果北方人的说话就如小品)一样。

谢谢ckleea。

角色

TOP

The following script is to record the conversation in the OBi110 channel
  1. ;119 OBi110 OBiTalk
  2. [trunk-obi110-obitalk]
  3. exten => _119.,1,MixMonitor(${EXTEN:3}.wav,a)
  4. exten => _119.,n,Dial(SIP/**9${EXTEN:3}@1910,,)
  5. exten => _119.,n,Hangup()
複製代碼

TOP

It seems that your code is different from mine.

YH

TOP

My IVR
  1. ;################## PSTN Gateway ########################

  2. ;TW IVR
  3. exten => 1130,1,Answer
  4. ;exten => 1130,n,Wait(5)  ;for polly TW IVR
  5. exten => 1130,n,Wait(3)
  6. exten => 1130,n,Background(vm-enter-num-to-call)
  7. exten => 1130,n,WaitExten
  8. exten => 1130,n,Playback(vm-goodbye)
  9. exten => 1130,n,Hangup
  10. exten => i,1,Playback(pbx-invalid)
  11. exten => i,2,Goto(1130,1)
  12. exten => t,1,Playback(vm-goodbye)
  13. exten => t,2,n,Hangup
複製代碼

TOP

回復 10# ckleea

你的没有i,t这样的东西。

i: invalide 的时候执行
t: timeout的时候执行

角色

TOP

本帖最後由 角色 於 2011-10-7 09:10 編輯

I do not know whether your gain setting is correct or not?

You may use analogue method by making voice call from your mobile phone to your extension directly and observe the voice volume. In fact, we need a spectrum analysis which would be useful.

YH

TOP

返回列表