Roger Schreiter
2004-Sep-07 14:43 UTC
[Asterisk-Users] chan_h323: remote ip address -> context
Hi, I'm looking for a mean in chan_h323 to jump to a specific context dependent on the remote ip address. E.g. an argument, let's tell it "ignore_h323_name", in h323.conf users like this: [BillyBob] ignore_h323_name=yes type=user host=1.2.3.4 context=path1 in a way, every incoming call from ip 1.2.3.4 will fit this user, not only when the H323-name is BillyBob. Or a variable like chan_oh323's one: ${OH323_RADDR} which can be used in the gotoIf statement in extensions.conf. Or any other mean, which allows me to lead a call into a certain context just dependent on the remote ip address. Thanks for any hints! Roger.