<font size="4">Hello guyz, <br>Need your help<br><br>I want my fs to behave like this<br><br>when call arrives for a number 1234656789 at fs i call a php file in which i check in the database that what should be the forwarding address of this number. for example the forwarding address is <a href="mailto:123456789@1.1.1.1">123456789@1.1.1.1</a> then i return that forwarding address in bridge application in the end<br>
i want to define some setting in sip profiles, user directory or wherever so when ever ip is 1.1.1.1 it set the codec on leg b to pcma<br>like it is defined in asterisk as <br>[1.1.1.1] <br>host=1.1.1.1 <br>type=peer<br>disallow=all <br>
allow=alaw<br><br><br>i want my sip profile to check if network address is 1.1.1.1, it uses a particular codec lets say pcma but if network address is 2.2.2.2 it uses the defult <br>and this i want to define for around 40 ip addresses</font><br>