By: Rob Terrell I spent hours figuring out how to add a trunk for voicepulse connect. The real trick was the outgoing trunk name. It looks mighty ugly in the interface because it’s so long, but it’s the only way to make it work in AAH (as it is now). Also, there doesn’t seem to [...]
Archive of entries posted on March 2005
999 Dialer For Asterisk
If someone dials 999 from an extension this will hangup calls to get an outside line ;[emergency] ;checks to see if theres an outbound zapata channel availbe exten => 999,1,ChanIsAvail(Zap/1) ;if there is, dial 999 exten => 999,2,Dial(${AVAILCHAN}/999) ;then hangup when finished exten => 999,3,Hangup() ;or….. just hang up the call exten => 999,102,SoftHangup(Zap/1-1) ;wait [...]