Is it possible to execute a script upon successful registration and authentication of a SIP device in Asterisk? For instance, have a script log all successful registrations in a database or authenticate users instead of using the secret=password in the sip.conf file? Thanks - -- Brian Wilkins Software Engineer brian@hcc.net Heritage Communications Corporation Melbourne, FL USA 32935 321.308.4000 x33 http://www.hcc.net
Hello: I'm using * 0.5.0 ..., do you have any guidance on how to use "Read" command on extensions.conf ? I tryied but without success My extensions.conf portion [auth_exten] exten => 99,1,Answer exten => 99,2,Read(Secret,demo-abouttotry,3) exten => 99,3,Hangup Thanks in advance ------- Ing. Julio Alvarez Tejera Unix Trends *BSD, Solaris & Linux --------------- "extremely stable systems"
Hello,> Is it possible to execute a script upon successful registration and > authentication of a SIP device in Asterisk? For instance, have a script log > all successful registrations in a database or authenticate users instead of > using the secret=password in the sip.conf file? Thanks -You can write an application that listens to the manager port and looks for registration events and launch scripts accordingly. -- Nicol?s Gudi?o Buenos Aires - Argentina