返回列表 發帖

SPA3000/3102 integration with asterisk

I am playing around with SPA3000 right to get several things integrated.
1. to allow http authentication so that asterisk can make use of the SPA3000 FXO port to dial out
2. to allow asterisk to dial out via two stage dialing (previously it works very well but doesn't know why it cannot do so now)
3. PSTN dials in directly into asterisk (extensions, AA, or IVR)

Do you have other suggestions?

Another important tricks for several users to share a SPA3000 through http digest

screenshot.13-06-2011 20.34.40.png

Click yes on the box highlighted

TOP

For several users to use the same SPA3000/3102, it is important to have separate account for each user.

TOP

回復 14# ckleea


   
Oh! really!  Thats good.  Could you share the settings in OBi110?

TOP

回復 11# bubblestar
不過OBi110 可以one stage and two stages dialing at the same time

TOP

回復 9# bubblestar


    When doing md5, one needs to encrypt in command line and copies the string

TOP

回復 11# bubblestar


    Same experience as I have right now.

TOP

Just test to confirm that http digest one stage dialing and 2nd stage gateway dialing are mutually exclusive.  You can only use either one method instead of both.

TOP

回復 7# ckleea


   
As far as I know, you can adjust the VoIP Answer Delay to: 5 or longer to make the phone rings when you dial.  After 5 seconds, you are given a 2nd dial tone for further dialing.

In my case, I just make the VoIP Answer Delay to Zero(0) without ringing.

TOP

回復 6# ckleea


   
The md5 method was set up long time ago.  I just remember that when I did not use md5, the http digest was not function in my case.  Hence, I resolve this by adding md5 as well.

TOP

Any one has tried to pass fax in through SPA3000/3102 into asterisk?

TOP

回復 5# bubblestar

Can you make both phone and asterisk extension ring at the same time? I understand it can ring after some adjustable delays

TOP

回復 3# bubblestar


I use similar setting but not using md5. Do you encrypt the whole into md5?

TOP

PSTN dials in directly into asterisk (extensions, AA, or IVR)

It is a very simple and 2 steps configuration in SPA3102 PSTN Line

PSTN_dial_in.png



PSTN Caller Default DP:8 (which corresponding to the extension 6001 in Dial Plan 8 above)

PSTN_dial_in_2.png

PSTN_dial_in_2.png (5.84 KB)

PSTN_dial_in_2.png

TOP

本帖最後由 bubblestar 於 2011-6-7 17:29 編輯

Two Stage Dialing via remote SPA3102 from Asterisk

Asterisk Side

[globals]
SPA3KPSTN_GW = 192.168.11.123:5061                                ; for SPA3102 PSTN GW.  Use DDNS or true IP when outside LAN

extensions.conf
[viaSPA3KPSTN_GW]
exten => s,1,Dial(SIP/${EXTEN}@${SPA3KPSTN_GW})                        ; using remote SPA3102 PSTN GW


SPA3102 Side

Create an extension, say 6008 to be registered in SPA3102 PSTN Line

2_stage_dialing.png


Action:  Dial extension 6008# and you will hear the 2nd stage dial tone from SPA3102, then dial the called party via PSTN as you wish.  Thats it.

TOP

返回列表