In extensions.conf
[iax-user] ; for IAX VIOP clients.
exten => ${NODE},1,Ringing
exten => ${NODE},n,Wait(3)
exten => ${NODE},n,Answer
exten => ${NODE},n,Set(NODENUM=${CALLERID(number)})
exten => ${NODE},n,Playback(rpt/node|noanswer)
exten => ${NODE},n,SayDigits(${EXTEN})
exten => ${NODE},n,Set(CALLERID(num)=0)
exten => ${NODE},n,Rpt,${NODE}|P|${CALLERID(name)}
exten => ${NODE},n,Hangup
exten => ${NODE},n(hangit),Answer
exten => ${NODE},n(hangit),Wait(1)
exten => ${NODE},n(hangit),Hangup
in iax.conf
[iax-user]
type = friend ; Notice type here is friend
<--------------
context = iax-client ; Context to jump to in
extensions.conf
auth = md5
secret = pasword*
host = dynamic
disallow = all
allow = ulaw
allow = adpcm
allow = gsm
notransfer = yes
Please note that the callsign will need to be used in the app and
will announce the connection when complete using this method.
toggle quoted messageShow quoted text
On 5/27/2019 10:21 AM, Mahefuze Moosa
wrote:
I want to get dvswitch to work on my android phone
i was told if correct I need to set it up first on my pc which I
don't have a clue to do it.
Thank you
On Mon, 27 May 2019, 15:17
Steve KC1AWV, <
smiller@...> wrote:
You'll have to be a little more specific as to
what you want to accomplish. There are a lot of docs in the
wiki that can get you started.
On Mon, May 27, 2019 at
10:00 AM Mahefuze Moosa <
mahefuze@...>
wrote:
Hello can anyone give me a link to set
this up on my pc before I set it up on my android phone.
Thank you
VU3ZPT
--