Problem setting up Iphone connection

On March 9 2017 node 45615 was set up with the following configuration for a Iphone. It works fine.

I can’t seem to set up a new node with the latest image for an Iphone. Can someone give me an example of how using the same information below.

Wayne WA5LUY

IAX. CONF

; Iphone IAX connection

[myiphone]

username=wa5luy

type=friend

context=myphone

host=dynamic

auth=md5

; add a passsword of your selection for secret

secret=xxxxxx

disallow=all

allow=ulaw

allow=g726aal2

allow=gsm

codecpriority=host

transfer=no

; add your call or your selection for callerid

callerid=45615

EXTENSIONS.CONF

[myphone]

;Settings for Zoiper

exten => 45615,1,answer() ;Change the node number on all these lines to your own node

exten => 45615,n,Playback(rpt/node)

exten => 45615,n,Playback(digits/4) ; change the playback digits to your node as well

exten => 45615,n,Playback(digits/5)

exten => 45615,n,Playback(digits/6)

exten => 45615,n,Playback(digits/1)

exten => 45615,n,Playback(digits/5)

exten => 45615,n,Playback(rpt/connected)

exten => 45615,n,rpt(45615|Pv) ; Change both numbers here to your node

Is the new node on a new server, or on the same server? These setup instructions allow a call to any node on the server.

The new node is on a new server completely separate from the original node. There were some real good instructions to add the iPhone on the original node. I just can’t seem to find out how to do it on the latest version.
Thanks for any help.
Wayne

Thanks to all who looked. Problem solved.
Wayne