Help with sip.conf

Hi guys
I’m doing wholesale traffic with my asterisk
I define each client in my sip.conf
[client]
type=peer
context=client
canreinvite=no
dtmfmode=auto
insecure=very
host=192.168.0.100 (Example)
disallow=all
allow=g729

I have one client that send me from differents ip’s
Is there any way to define all ip’s in the same client definition, because now i have definned one for each ip and in the extension.conf mix the calls

Thank You

Hi as wholesale traffic routing to ur box
sip.conf
[client]
type=friend
context=client
canreinvite=no
dtmfmode=auto
insecure=very
host=192.168.0.100 (Example) instead of this use dynamic
disallow=all
allow=g729

also to route calls in extension.conf
outgoing call context
exten =._1xxxxxxxxxx,1,Dial(SIP/@client,T)
in this client is peer context in sip.conf

plz try this it will may work

Thanks
The dynamic says that anyone can send me traffic to this peer
Is this will confuse the traffic for the other clients?
Or the extension.conf will decide the route?

Let me try this and i will post results

Regards

It didn’t work
No calls goes trough

The client is sending from a cisco and i read that needs registration to use dynamic in host

Let me know if anyone know another solution

Thanks

Hi
so plz check with specific IP address instead of dynamic with same extension.conf logic

host=197.2.34.5

that may help
thanks