Hi, I?ve tried to use the hangup functionality with cause define by asterisk context and this worked fine but only with standard values in the range 1-127, I want to use it with out of standard values for exemple: exten => _X.,1,Hangup(201) is possible to implement it? Thank you in advance 2008/10/14, Virmones Pereira <fomiciano at gmail.com>: > Hi > > Somebody know if is possible to send o REL with cause defined by context in > asterisk? > It will be useful to make a reroute in the central > > > exten => _X.,1,MYSQL(....CHECK THE ROUE....) > exten => _X.,2,Hangup(CAUSE 888) > > Thank you >