Displaying 20 results from an estimated 800 matches similar to: "Dial String Questions"
2005 Jun 27
1
MWI
Hello,
here is the SIP-log from my VOIP-phone when getting an MWI message from
asterisk:
NOTIFY sip:105@192.168.10.11:2054;line=g2kiz8tz SIP/2.0
Via: SIP/2.0/UDP 192.168.10.1:5060;branch=z9hG4bK33f02076
From: "asterisk" <sip:asterisk@192.168.0.1>;tag=as229cbc7c
To: <sip:105@192.168.10.11:2054;line=g2kiz8tz>
Contact: <sip:asterisk@192.168.10.1>
Call-ID:
2006 Feb 22
0
Cisco 7960 dialing trouble
Hi-
I have a 7960 using chan_sccp which gives me a busy signal as soon as I
dial the 1 in my string of 915552223333. Can't figure out why. I do have a
dialplan.xml file:
<DIALTEMPLATE>
<TEMPLATE MATCH="*" Timeout="5"/>
<TEMPLATE MATCH="#..." Timeout="5"/>
</DIALTEMPLATE>
Anyone have any insights?
2006 Feb 28
0
FW: 7960-tones.xml (Schochet, Wes)
As the thread from the other mailing list he sent this to states, it is
illegal to share the file(s) he is asking for. Below is the thread from the
sccp users mailing list that he sent this to.
<sccp mailing list>
2006/2/28, picciuX
In fact: the one you mention is not a config file; it is part of the
"Locale-Installer for Cisco Call Manager". You need a valid service contract
2006 Feb 06
12
Cisco 2620 as PRI gateway
I just inherited a Cisco 2621 with a VWIC-1MFT-T1 card in it. Can I make
this thing into MGCP gateway or even a SIP gateway for asterisk? Seems like
it should bee useful for something!
I'm perfectly happy to do my homework, but also don't feel thee need to
reinvent the wheel! So, links with relevant info would be appreciated. If
there is a config for a 2621 being used as a gateway
2009 Nov 22
1
Metaplot Axis Annotation
Hello,
We are looking to adjust the font size of the axis annotation on the graph
that results from use of the metaplot() function. Metaplot seems to respond
to cex and cex.lab to change those graphical parameters, but it doesn't
respond to cex.axis. Is there a way to work around this by creating a
customized x-axis, and if so, how?
Thanks for all your help. Syntax is below.
Best,
Dawn
2005 Oct 10
3
country code list
I was wondering if anyone has put together a comprehensive list (that is
reasonably maintained) that lists country codes, landline numbers,
mobile numbers, etc. The particular requirement is for a dialplan to
know what is going to be charged to whom.
For example, mobile and landline rates are the same in the US the US has
a unified numbering plan of 1NXXNXXXXXX, while the UK has:
441xxx
2007 Nov 26
2
Filling in a Zero Matrix
Hi
I am very new to R and statistical programming in general. I am trying to reorder data from a .csv file. I have managed to import the data and create a zero matrix. I am now trying to fill the matrix. There seems to be some problem with this section of my code. I have highlighted the dodgy code in red. Please help if possible.
######################################################
###########
2005 Jun 13
7
MCI vs. XO/Allegiance
Hello All,
Anyone out there using ISDN PRI from either MCI or XO/Allegiance?
Gotta make the choice today and the difference per month is only about
$25 in favor of MCI.
Billing is pretty much the same between the two so I have pretty much no
point of reference on which to choose.
Any thoughts from anyone experienced with these two compnies would be
greatly appreciated!
Thanks,
Wiley
2008 Apr 22
1
lmer model building--include random effects?
Hello,
This is a follow up question to my previous one http://tolstoy.newcastle.edu.au/R/e4/help/08/02/3600.html
I am attempting to model relationship satisfaction (MAT) scores
(measurements at 5 time points), using participant (spouseID) and
couple id (ID) as grouping variables, and time (years) and conflict
(MCI.c) as predictors. I have been instructed to include random
effects for the
2014 Nov 25
2
CentOS-5.10 Sendmail STARTTLS error
This morning I discovered this in the logwatch report for our external MX
backup host.
STARTTLS: write error=syscall error (-1), errno=32,
get_error=error:00000000:lib(0):func(0):reason(0), retry=99, ssl_err=5: 206
Time(s)
I also see many entries similar to this:
8: fl=0x802, mode=140777: SOCK
inet04.mississauga.harte-lyne.ca/34091->(Transport endpoint is not connected):
1 Time(s)
2002 Feb 26
2
DPLAY Internet issue with Wine
I'm trying to play Zillions of Games <http://www.zillionsofgames.com/>
under Wine 20020122 on a Debian 2.2 (potato) setup. When I attempt
Internet play, the game does not list any service providers, and I get
the following messages:
fixme:ole:CoCreateInstance no classfactory created for CLSID
{5959df60-2911-11d1-b049-0020af30269a}, hres is 0x80040154
fixme:mci:MCI_LoadMciDriver
2006 Jan 12
3
Bridging app
Hi All-
I am trying to create a post call survey application. I would like to:
1. ask the caller if they want to take a survey after their call completes
2. If no, just transfer the call
3. if yes,
4. bridge up another extension
5. wait for that extension to hang-up
6. have the system (not the user) transfer the call to different
extension
that administers an IVR based survey.
Anyone
2005 Aug 09
3
First PRI
Hello All,
I am getting my first PRI installed in a couple of weeks and I wanted to
ask for a little advice. I have a single span Digium card I will be
using for the install.
Id there a benefit to which protocol I use? When asked, I told them to
set it up as NI2. The PRI is through MCI and will be used for local and
long distance with DIDs and features like CallerID, etc.
Any advice would be
2009 Dec 19
2
[LLVMdev] [PATCH] Fix recompileAndRelinkFunction
Hello,
JIT::recompileAndRelinkFunction's runJITOnFunction does not use the
MCI arg, causing null pointer deferences at every call.
Attached patch makes runJITOnFunction more reliable.
Thanks,
Gianluca
--
It was a type of people I did not know, I found them very strange and
they did not inspire confidence at all. Later I learned that I had been
introduced to electronic engineers.
2006 Jan 16
0
FW: Exited non-zero
I am working on this app to dial two external numbers. The second is dialed
after the first hangs up. I have simplified things down to:
exten => 3852,1,Dial(zap/g1/3964,10,g)
exten => 3852,2,Wait(2)
exten => 3852,3,Dial(zap/g1/7757,10,g)
exten => 3852,4,Hangup
Here is the debug:
-- Accepting call from '0000000000' to '3852' on channel 0/23, span 1
--
2001 Mar 04
1
missing driver for CDAUDIO?
Hi,
I try to install LBA2 (Little Big Adventure 2) with wine.
The installation process works well but the game itself ask me
to insert the LBA2 cdrom but do not recognize it.
I have to following error several times:
> fixme:mci:MCI_LoadMciDriver Couldn't load driver for type CDAUDIO.
> If you don't have a windows installation accessible from Wine,
> you perhaps forgot to create
2001 Oct 26
1
pinball.exe
I tried running Pinball.exe (comes with
Windows 2000) and got the following message after the Pinball splash
screen blinked on the screen for an instant and then exited:
fixme:mci:MCI_LoadMciDriver Couldn't load driver for type PINBALL.MID
If you don't have a Windows installation accessible from Wine,
your perhaps forgot to create a [mci] section in system.ini.
I have an [mci] section in
2001 Jul 21
2
Will there be WinMCI driver for Vorbis ?
SUBJ. :)
I'd like to listen OGG with Windows Commander :)))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Should we shout, should we scream?
What happenned to the post-War dream?
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word
2005 Jan 20
5
Stumped on LD questions......
OK.. I'm up to my eyes in LD BS!
I can't for the life of me understand how any carrier, either VoIP or
traditional service provider can make heads or tails of how to hand off an *
based call to an LD provider. Every provider I talk to, says I have to have
a traditional T1 put in to their respective networks.
I don't want to do this. I want a LD provider that can take a IP, SIP, IAX