On 12/7/10 10:20 PM, Jeroen Eeuwes wrote: >> host = dynamic >> defaultip = dynamic > > The defaultip line says to Asterisk that this phone is found at the > IP-address associated with the hostname "dynamic". I'm pretty sure > that if you try a command like "ping dynamic" on your command line it > will not return the IP address of your phone.
actually "host = dynamic" is correct if the client doesn't have a fixed ip address. however "defaultip" should set at a fixed ip address if the client is not registered from anywhere. normally i'd just omit the "defaultip" parameter. also is your softphone and/or asterisk box behind NAT? -- Edwin Lam <[email protected]> Systems Engineer, OfficeWyze, Inc. Ph: +1 415 439 4988 Fax: +1 415 283 3370 http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0xD6506D20 -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
