search for: gclark

Displaying 3 results from an estimated 3 matches for "gclark".

Did you mean: clark
2004 Apr 19
2
Need Help with Dial Plan
...t-tne,4200,1) exten => 4,1,Goto(default-tne,4300,1) exten => 5,1,Goto(default-tne,4400,1) exten => 6,1,Goto(tne-main-menu,s,3) exten => 7,1,Hangup include => default-tne include => main [default-tne] include => TNE-SG ; Geoff Clark exten => 4001,1,Macro(stdexten,4001,SIP/gclark) ;exten => 4001,1,Dial(IAX/home:1234@69.132.68.17/${EXTEN}@local) exten => 4004,1,Macro(stdexten,4004,SIP/home) ; Kyle Elworthy exten => 4002,1,Macro(stdexten,4002,SIP/kelworth) exten => 4003,1,Macro(stdexten,4003,SIP/khome) ; Tech Support Agents exten => *6,1,AgentCallbackLogin(40...
2008 Nov 22
1
IMAP voicemail with Exchange (was: A way to run extenrnotify when IMAP events take place...)
Hi Jeff - > I have IMAP voicemail working with Exchange 2003 using a single username and > password for multiple mailboxes. Sorry to hijack this thread (at least I changed the Subject), but this really caught my eye. I was under the impression that Exchange's IMAP doesn't have the master user feature and therefore can't do single username authentication for multiple mailboxes.
2010 Jul 29
4
How to extract channel-id of a user or peer
Hi, my question is how can i get channel-id of a user or peer. I tried using ChanIsAvail(username). this works correctly when user and asterisk are on Local LAN. But my asterisk server is on public ip and users are behind nat, and so this method says unknow host when used on public asterisk server. I also tried built-in variable ${CHANNEL}, but this returns the channel-id of the calling channel.