Hello All, My task is to program the ser.cfg in a way that it connects to an external database(any machine in LAN,other than the server on which SER is running) After getting connected to the database I need to query the database and get a result set of IPAddresses based on the destination number that I passed in the query..and further use this set to rewrite the call to the IP Address retrieved. To accomplish this task I need--
1.how to extract the destinationno from sip_uri 2.how to use the database interface given in SER programmer's guide
I went through SER programmer's guide,but if anybody can provide me a simple example of using database interface,it wud be of great help.
Thanks!
http://www.iptel.org/ser/doc/seruser/seruser.html#AEN1174
Example of how to use the exec_ with mysql.
Do a simple: exec_dset("/bin/env > /tmp/env; echo>/dev/null"); break; Somewhere in your script then take a peek at /tmp/env for all variable names that start with SIP (grep ^SIP /tmp/env) and you'll find the info you're looking for. Between this and the exec example above you should be able to figure out how to query mysql, get your info and rewrite parameters with it.
-Evan
On Mon, 2005-01-31 at 14:27 +0530, Anurag Srivastava wrote:
Hello All, My task is to program the ser.cfg in a way that it connects to an external database(any machine in LAN,other than the server on which SER is running) After getting connected to the database I need to query the database and get a result set of IPAddresses based on the destination number that I passed in the query..and further use this set to rewrite the call to the IP Address retrieved. To accomplish this task I need--
1.how to extract the destinationno from sip_uri 2.how to use the database interface given in SER programmer's guide I went through SER programmer's guide,but if anybody can provide
me a simple example of using database interface,it wud be of great help.
Thanks!
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
I am installing asterisk-1.0-0.fc1.i686.rpm and libpri-1.0-0.fc1.i686.rpm in fc1, the following message appears in the system, when I am installing:
rpm -i asterisk-1.0-0.fc1.i686.rpm warning: user jmt does not exist - using root warning: group jmt does not exist - using root warning: user jmt does not exist - using root warning: group jmt does not exist - using root warning: user jmt does not exist - using root warning: group jmt does not exist - using root ... Is it that I should create that user and group, but should it have shell?.
Thank you