similar to: Callmanager 4 Asterisk Malformed/Missing URL

Displaying 20 results from an estimated 1000 matches similar to: "Callmanager 4 Asterisk Malformed/Missing URL"

2004 Dec 28
1
Callmanager 4.1 and asterisk
Hello everybody, im newbie in VoIP, but find this project asterisk very interesting, i tried to install and its a great sw, i really get sorprised about all of its functions, we need to use the asterisk server in conjunction with cisco callmanager. We have a Cisco Callmanager 4.1 and the clients are softphones from cisco IPCommunicator, but all the support service of our company are linux
2005 Jun 22
0
Malformed/Missing.URL Error from CallManager
Hi, I setup a SIP trunk between asterisk and Cisco CallManager according the wiki page. http://www.voip-info.org/wiki-Asterisk+Cisco+CallManager+Integration But I'm getting a 'Malformed/Missing URL' from the CallManager. Does anyone know what went wrong here? I'm running asterisk CVS HEAD and (192.168.1.5 five) Cisco Callmanager 4.0(2a) (192.168.1.101) below is the debug
2007 Jul 16
2
OT - Cisco Callmanager System Prompts
Off topic, but involves an Asterisk deployment in a roundabout way. Anyone here intimately familiar with Cisco Callmanager (Version 4-5), that can tell me where a directory of the standard system voice prompts for Callmanager might be obtained? I am looking for the text and filenames of the standard prompt set that ships with Callmanager, have been all over the Cisco site and I can't find it.
2007 Jun 09
1
OT: CallManager ANI restamp.
Hi folks, I know this isn't an Asterisk question, but I'm really desperate and wondering if someone could help me. I apologise for the off-topic post. Cisco phones connected to CallManager can forward calls. But when they do, CallManager conserves the originating caller's ANI in the new leg that is built. I cannot find a way to get it to rewrite the ANI to be that of the phone.
2006 Mar 01
1
Cisco Callmanager integration with asterisk
Hello We have integrated cisco callmanager 4.1 with asterisk and we can dial from cisco to asterisk but we're getting an error if we call from asterisk to callmanager. This is the error I'm getting anybody can help me? Verbosity is at least 3 -- Executing Dial("SIP/2234-e084", "SIP/cme-pbx/4455") in new stack -- Called cme-pbx/4455 -- SIP/cme-pbx-25ae is
2003 Oct 03
3
Cisco CallManager Image for 7940/7960
Does anyone have the .bin file(s) to convert a Cisco 7940/7960 back to the CallManager image? I want to start playing around with the chan_skinny addition, but it seems the .exe's from cisco want to open a connection to a SQL server or CallManager (which I don't have).
2005 Mar 17
1
Comparing Callmanager to Asterisk
Callmanager does nothing than construct and tear down calls and the actual RTP stream does not flow through the Callmanager but is direct from IP device to IP device. How does this work with Asterisk? I read something that lead me to believe that Asterisk has to process the entire call, is this the case? Blake Parker CCNA Network Engineer Alacare Home Health & Hospice, Inc. Email:
2004 Dec 16
1
Asterisk Cisco CallManager Integration
Hi, Where can I find information on H.323 for Asterisk and/or integration with Cisco CallManager in particular? <http://www.voip-info.org/tiki-index.php?page=Asterisk+Cisco+CallManager+Integration> I have oh323 working on Asterisk. Since the CallManger I am working with is running 3.3.3 I cannot use SIP... Thanks, Adi
2004 Jun 16
1
replacing cisco callmanager with asterisk?
ive had enough of cisco unity and microsoft exchange and im looking for alternatives to our voip system. right now, we have 3 cisco callmanagers, 1 cisco ip icd system, and 1 cisco unity voicemail system. all phones are cisco 7940/7960's and some ata186/188's. voice gateways are cisco vg200's with pri cards (5 total). im running h323 on the gateways and phones are of course
2005 Sep 18
7
Cisco Callmanager & Asterisk for Voicemail revisited
Some of you may remember back in May the thread on using Asterisk as a voicemail server for a Cisco Callmanager system. My own Callmanager system is integrated into an Asterisk server for voicemail (and other things). Back in May I was using H323 for integration, but since I've upgraded to CCM 4.1 I have switched over to SIP. The integration with H323 required using Call forwarding to send
2005 Mar 23
1
* and Cisco Callmanager Interconnection
Has anyone had any luck getting a SIP trunk up and working between Callmanager and Asterisk? If so were there any steps you had to take that were not in the documentation on wiki? Blake
2006 Apr 10
2
Asterisk and Cisco Callmanager
Hi Guys I have just come from a customer that is looking to install 13 Cisco CallManagers into all their branches, (i tried to convince them to go *). They are looking for a voicemail solution. Now as Kinesis and Unity are way too expensive (apparently cisco is launching a cheap voicemail system too) I was thinking of installing * as the voicemail solution. Lots of goggling i have found
2005 Jun 25
4
Asterisk and Cisco CallManager Integration
Hello, I have Cisco CallManager 3.3.4 and Asterisk@Home latest version. I have earlier tried getting Asterisk to register with CCM via H323 and failed. Back then, I learned that this is a known bug in Asterisk. Also people who tried doing that had also succeeded in getting calls to go through only one direction like from CCM to Asterisk. I am not that expert so excuse my ignorance with this
2005 Aug 07
0
Calls from Asterisk to CallManager 3.0 how?
Hello all We succesfully added a H323 Gateway to our CallManager 3.0 that resides in Mexico and were/are able to make calls from CallManager SCCP phones to the Asterisk Server phones in the U.S.; however, we have not been able to call from Asterisk server in U.S. to CallManager phones in Mexico Here is what we tried: 1. Adding a Gatekeeper into CallManager and then have Asterisk (and also
2006 Oct 24
6
Callmanager 3.3(5) and Asterisk with ooh323
I have experience problems like this in a different scenario. It is usually due to codec translation problem. What is the default codec set on CCM for the IP Phone and the default set in Asterisk? Make sure the defaults are the same. Try G.711 Michael
2003 Jul 24
1
Cisco's CallManager and * (was: Cisco 7960g) (fwd)
On Wed, 23 Jul 2003, Yifang Dai wrote: > I wish! My company just spend a lot $$ on the shinny CCM phone system, so I > don't think I can change that easily... But if I can get asterisk to > talk to CCM via h323, and prove it's usefulness, I might have a chance > to use * in the branches... Well, good luck, then! > By the way, do you know if we can get *'s VM to
2007 Feb 14
2
SIP response 482 "Loop Detected"
I have a Cisco Call Manager - and need to use the IVR Feature from Asterisk. My extension is 400 and I am calling 558 on Asterisk In my extension.conf I have these lines : exten => 558,1,Answer exten => 558,2,Playback(message.wav) exten => 558,3,Dial(SIP/439@CallManager) When I call 558 I heared the message then Asterisk tries to call 439 on CallManager but with this error :
2008 Apr 04
0
Transfer BACK to CallManager over SIP trunk?
We have occasional problems with failed transfers. The PSTN call comes into Cisco Call Manager, then to asterisk over a SIP trunk and then to an asterisk controlled SIP phone. The SIP phone transfers back to a CallManager controlled SCCP phone which sometimes fails. Is there a wait to let CallManager handle the transfer instead of asterisk? I have a feeling asterisk is handling the traffic even
2003 Sep 23
0
Cisco Callmanager 3.3 Asterisk OpenH323
Hi, i'm searching and trying, but can't get it working. I'm trying to send calls from Cisco Callmanager to Asterisk with oh323 channel driver. Therefor the asterisk is defined as a H323 Gateway in the Cisco Callmanager. The Call comes from CCM to Asterisk and it works but i didn't get the called number. This is needed because i want to make Voicemailboxes. If i connect via
2004 Jan 11
1
Re: [Asterisk-Dev] More Success on the Cisco 7920 and SCCP !!!!!
Hi Siggi, > > 7960 and then "Call Ended" on the Display (curious about that !!!). > > That seems to be normal for the 7920. I've sniffed the registration > procedure with Cisco's newest 3.3(3) CallManager (+patches), and it's > doing the same thing. Maybe that's some odd way of testing if the > CallManager ("CCM") really works... >