Archive for March, 2005
voicepulse connect configuration
Posted by TMP on 26th March 2005
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 be a way to use two outgoing servers, as voicepulse recommends. Hope this saves someone time. [code] Outgoing Settings Trunk name:
Posted in Voip | No Comments »
999 Dialer For Asterisk
Posted by TMP on 20th March 2005
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 a second
exten => 999,103,Wait(1)
;start again
exten => 999,104,Goto(1)
Posted in General | No Comments »
