Displaying 1 result from an estimated 1 matches for "916xxx6000".
2005 Sep 14
2
Starting From Scratch
...nothing. I am
building it up piece by piece. This is the entirety of my
extensions.conf file:
[globals]
OUTBOUNDTRUNK=SIP/mysipprovider.com
[from-internal]
exten => 105,1,Answer()
exten => 105,2,Playback(abandon-all-hope)
exten => 105,3,Hangup()
exten => 106,1,Dial(${OUTBOUNDTRUNK}/916xxx6000)
exten => 107,1,Dial(${OUTBOUNDTRUNK}/916xxx2128)
This is all just testing. When I dial 105 from either of my
softphones, it plays the recording fine. My thought for the 106 and
107 extensions was to sort of hard code it so that if I dialed either
of those extensions the call would automatica...