search for: thechannel

Displaying 11 results from an estimated 11 matches for "thechannel".

Did you mean: hwchannel
2006 Oct 13
2
AEL Question
...odd behaviour. I'm wondering if someone can shed some insight: Asterisk 1.2.9.1 macro newPlaceCallPSTN { s => { TIMEOUT(absolute)=7200; NoOp(Analog Out List: ${ANALOGOUT}); ChanIsAvail(${ANALOGOUT}); NoOp(Available Out List: ${}); // -- theChannel=Cut(AVAILCHAN|-|1); NoOp(Now Calling ${MACRO_EXTEN} on ${theChannel}....); // -- Dial(${theChannel}/${MACRO_EXTEN:${TRUNKMSD}}); }; }; ... I get: -- Executing macro("SIP/162-4c8b", "newPlaceCallPSTN") Oct 13 08:57:22 WARNING[15320]: ast_expr2.f...
2004 Nov 11
2
RODBC & POSIX & Daylight Saving blues
...he dates are in. I illustrate my confusion with a two-line table in an Access 2000 database table where the single field called 'theDate' contains the two values: 30/07/04 12:00:00 30/11/04 12:00:00 then I bring the datetimes into R with the following code: > library (RODBC) > theChannel <- odbcConnect("phonetagcopy", "", "") > pp <- sqlFetch(theChannel, "DateTest") > odbcClose(theChannel) > pp$theDate [1] "2004-07-30 12:00:00 GMT Daylight Time" [2] "2004-11-30 12:00:00 GMT Standard Time" > > uncl...
2004 Jul 18
0
ChanIsAvail issue
...ngup. Here is the copy of my extensions.conf file and messages display on consol while making the call. Please help me to fingure out this issue. Thanks Deepak Extension.conf : exten => _9NXXXXXX,1,ChanIsAvail(${TRUNK}) exten => _9NXXXXXX,2,NoOP,${AVAILCHAN} exten => _9NXXXXXX,3,Cut(TheChannel=AVAILCHAN,,1) exten => _9NXXXXXX,4,NoOP,${TheChannel} exten => _9NXXXXXX,5,Dial(${TheChannel}/${EXTEN:${TRUNKMSD}}) exten => _9NXXXXXX,6,Hangup Log File: -- Executing ChanIsAvail("SIP/201-57f5", "Zap/g1") in new stack -- Hungup 'Zap/1-1' -- Executin...
2005 Jan 27
1
ChanIsAvail not working
I'm testing ChanIsAvail context and it is not working for me. exten => 55,1,ChanIsAvail(SIP/11&SIP/21) exten => 55,2,Cut(theChannel=AVAILCHAN,,1) exten => 55,3,Dial(${theChannel},r) exten => 55,4,Hangup exten => 55,102,Goto(s,4) It is not dialing SIP/21 when I'm talking on SIP/11, it execute Hangup instruction instruction. According to notes: The channels are checked in the order listed, returning the first avail...
2007 Feb 09
1
Outbound Call Transfer Problem
...exten => _6XX,1,Dial(SIP/${EXTEN},30,T) exten => _6XX,2,Voicemail(u${EXTEN}) exten => _6XX,102,Voicemail(b${EXTEN}) exten => _6XX,103,Hangup exten => _04.,1,Macro(dial-mobile,${EXTEN}) [macro-dial-mobile] exten => s,1,SetGlobalVar(NumToDial=${ARG1}) exten => s,2,SetGlobalVar(theCHANNEL=ZAP/3) exten => s,3,Dial(${theCHANNEL}/${NumToDial},60,T) exten => s,4,Goto(s-${DIALSTATUS},1) exten => s,104,Goto(s-CHANUNAVAIL,1) exten => s-CHANUNAVAIL,1,SetGlobalVar(theCHANNEL=SIP/iinet) exten => s-CHANUNAVAIL,2,Playback(voip-warning) exten => s-CHANUNAVAIL,3,Dial(${theCHANN...
2001 May 10
2
memory blues
...,000 / 100 = c. 74 Mbytes. I'm running Win NT with 256 Mbyte memory so I was expecting to be able to read in the entire table. Or am I being hopelessly naive? Many thanks Bernie McConnell > library (RODBC) > options("dec",".") $dec [1] "." $. NULL > theChannel <- odbcConnect("Ellies", "", "") > p <- sqlFetch(theChannel, "Macca99") > odbcClose(theChannel) [1] 1 > object.size(p) [1] 33780 > > R.Version() $platform [1] "i386-pc-mingw32" $arch [1] "x86" $os [1] &quot...
2003 Apr 25
9
Dialplan question
First, here's what I want to do / what I have: X100P and a Quicknet PhoneJack. I want to be able to pick up the analog phone (connected to the phonejack) and dial another computer (with the same hardware) or just make a regular phone call which will be decided by asterisk depending on the phone number dialed. I know that this won't be taking full advantage of asterisk, but I'm
2005 Oct 10
2
DTMF Question (misunderstood '*' button)
...s the '*' button (i.e. to navigate through the menus or to enter a password) my Asterisk box put me on hold. (CLI transcription follows: -- Executing ChanIsAvail("SIP/222-23da", "Zap/g1&Zap/g2") in new stack -- Executing Cut("SIP/222-23da", "theChannel=AVAILCHAN||1") in new stack -- Executing NoOp("SIP/222-23da", "Zap/1") in new stack -- Executing Dial("SIP/222-23da", "Zap/1/34844503450||tTH") in new stack -- Requested transfer capability: 0x00 - SPEECH -- Called 1/34844503450 -- Za...
2005 Mar 08
13
Broadvoice latest changes and still not working
I have added the three lines to the sip.conf file based on the latest changes from broadvoice. I can receive incoming calls but cannot place any outgoing calls. The error I get is: *CLI> -- Registered to '69.73.19.178', who sees us as IPADDRESS:4569 -- Attempting call on SIP/Broadvoice/5068012 for application Playback(demo-congrats) (Retry 1) Mar 8 08:35:21 NOTICE[29290]:
2005 Oct 05
4
dropped calls when g729 is used on sip leg
Hello - I have 8 polycom 501s all setup great using ulaw. We have put them through a pretty rigorous torture over the last 4 months, and they've performed famously. No dropped calls ever. We invested in some g729 licenses. changed my ipmid.cfg so that g729 is priority 1 and ulaw is priority 2. I added allow=g729 to my extension's sip.conf entry, where existed before disallow=all
2004 Nov 11
0
ROracle SQL length limitation
...he dates are in. I illustrate my confusion with a two-line table in an Access 2000 database table where the single field called 'theDate' contains the two values: 30/07/04 12:00:00 30/11/04 12:00:00 then I bring the datetimes into R with the following code: > library (RODBC) > theChannel <- odbcConnect("phonetagcopy", "", "") > pp <- sqlFetch(theChannel, "DateTest") > odbcClose(theChannel) > pp$theDate [1] "2004-07-30 12:00:00 GMT Daylight Time" [2] "2004-11-30 12:00:00 GMT Standard Time" > > uncl...