I do have difficulty to understand. I have tried http digest but not working作者: 角色 時間: 2011-3-25 14:06
In order to use the FXO of OBi110, I believe you have to master the OBi110 Programming Language.
YH作者: ckleea 時間: 2011-3-26 22:11
I use the same logic to send out DTMF signal after connection.
I use SP2 to connect my asterisk box at extension 6109.
Here is my extension.conf
[CallingRule_obi110]
exten => _816XXXXXXXX,1,Set(GLOBAL(hkno)=2**8${EXTEN:3}#)
exten => _816XXXXXXXX,n,Dial(SIP/6109,,D(${hkno})r)
When I press 816 + HK No, the dialplan will process and then dial out via OBi110 to PSTN line connect
Same logic will allow you to connect GV and OBiTalk Circle of Trust作者: 角色 時間: 2011-3-26 22:45
Based on my understanding, this is also called two-stage dialling because the audio DTMF digits are sent over the trunk in analogue signal rather than digital form.