Help with Peer is not Dynamic notices

tomsyr

Guru
Joined
Oct 26, 2007
Messages
266
Reaction score
1
Hi,
I have multiple IAX trunks set up, and they have been working fine for years. I am now in the process of setting up a new box (PiaF 1.7.7.5 64 bit) and I get repeated notices on my cli that say the following:
Chan_ixa2.c7659 register_verify: Peer ‘piafboxname’ is not dynamic (from 10.10.X.X)
I get this message for each IP that I trunk to on the 1.7.7.5 box, but no notices from the cli of all the other boxes.
I have set up the trunks with either host=dynamic
or host=10.10.X.X
The boxes are a mix of Asterisk 1.4.21 and 1.6.2.9
This is what my outgoing settings look like:
username=myusername
type=friend
trunk=yes
secret=mysecret
host=10.10.X.X
context=from-internal
requirecalltoken=no
auth=md5
requirecalltoken=no
and I have in the iax_general_custom.conf
calltokenoptional=0.0.0.0/0.0.0.0
maxcallnumbers=16382
Everything works – ie; I can call the extensions, but I would rather not see the notices on the cli, or at least would like to understand why it’s there.
Thanks,
Tom
 
As you have figured out, this error does not impact functionality. But, I believe that it can be eliminated it you set your trunkname to be the same as the username configured in the trunk.

So, presently you have:
Code:
[piafboxname]
username=myusername
...
If I am not mistaken, the notification will go away if you configure your trunk like this:
Code:
[myusername]
username=myusername
...
 
AstroSmurfer,
Thanks for the input - unfortunately - that is how I have it configured, so it must be something else...

Tom
 
If my internal PiaF boxes all talk to each other with fixed IP addresses (no dynamic peers), is the registration string necessary?:confused5:
 

Members online

Forum statistics

Threads
26,687
Messages
174,410
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top