DVSwitch on an Android Device

I have DVSwitch on my Android Phone all working with V2.
Will it work on ASL3?
If so can anyone help me with settings for ASL3.

Martin

In general, the same configuration from ASL2 will work in ASL3 with the addition of calltokens=no in the stanza(s) you’re using for DVSwitch.

settings used for v2

iax.conf

[myphone-iaxrpt]
type=friend
context=phone-iaxrpt
host=dynamic
auth=md5
secret=password ; PASSWORD
disallow=all
allow=ulaw
transfer=no
calltokenoptional=0.0.0.0/0.0.0.0
requirecalltoken=no

extentions.conf

[phone-iaxrpt]
exten => 47572,1,Answer
exten => 47572,n,Playback,rpt/node
exten => 47572,n,Playback,digits/4
exten => 47572,n,Playback,digits/7
exten => 47572,n,Playback,digits/5
exten => 47572,n,Playback,digits/7
exten => 47572,n,Playback,digits/2
exten => 47572,n,Set(CALLERID(num)=0)
exten => 47572,n,Rpt,47572|P|${CALLERID(name)}

I could see how to modyfy [iaxclient] in ASL3 iax.conf but confused with how to change extentions.conf.

I need help PLEASE!

Try this. I think I have it right…

exten => 47572,n,Rpt(47572|P|${CALLERID(name)})

Thanks Mike ,

My first attempt failed will try again and check my settings.

I have probably entered something wrong!

Check out Ham Radio Crusader

FYI this is for DVSwitch SERVER, which is unrelated to the mobile app OP is asking about.

DVSwitch Mobile on AllStarLink 3 ! ! ! (youtube.com)

Just found this one on YouTube.

Martin,
your issue may be in iax.conf in description of the iaxclient user and the app settings.
But a look at /var/log/asterisk/messages.log may shine some light.

Hi Mike,

Followed the setup instructions in the
Ham Radio Crusader YouTube video

DVSwitch Mobile on AllStarLink 3 ! ! ! (youtube.com)

All now working thanks for your help and others very much appreciated!

Martin