Displaying 1 result from an estimated 1 matches for "sipuara".
Did you mean:
sipaura
2006 Nov 14
1
How to use Sipura SPA3k POTS line to dial Asterisk SIP phones?
...ial out through Sipura SPA3k to POTS for local and
911 calls _but_ incoming POTS calls are being swallowup somehow.
Am I on the right track with the code snippit below?
sip.conf:
---------
In sip.conf the following code is _supposed_ to ring the SIP phones when
a POTS line call comes in through Sipuara to Asterisk.
[spa3k-pstn-in] ; Pots-line-in from Sipura
; If you're using Asterisk, this goes into the Incoming settings
; For your Trunk
host=dynamic
type=friend ; should be peer if incoming only ??
context=[macro-ringall] ;ring all the sip phones
secret=xxxxx
dtmfmode=rfc2833
dis...