Dan Austin
2006-Jan-30  19:47 UTC
[Asterisk-Users] Asterisk SIP phones to Cisco Unity via CCM4.0SIP Trunk
It can be done.
 
1.  Setup a new Vm profile on CCM with a mask of XXXX 
2.  Setup a CTI route point:
    a. Set the directory number to a pattern.  I use *27XX
    but any pattern that you can send from * is good, ie. 88XXX
    b.  Set the VM profile to the newly created profile
    c.  Set the line to forward all calls to VM
3.  Change the dialplan in * to append the extension called to
    the prefix pattern.
 
exten => 123,1,Dial(SIP/sipphone,20)
exten => 123,2,Dial(SIP/ccm/88123)
 
I use this setup to allow my CCM users to transfer calls directly to VM,
but it should work for this purpose as well.
Dan
________________________________
	From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of sys read
	Sent: Tuesday, January 24, 2006 7:57 AM
	To: Asterisk Users Mailing List - Non-Commercial Discussion
	Subject: Re: [Asterisk-Users] Asterisk SIP phones to Cisco Unity
via CCM4.0SIP Trunk
	
	
	I have my eyes on the Linksys/Sipura 941, ( SIP ), but the core
problem is that you can't use SIP phones with CCM.  I have a SIP trunk
between asterisk and ccm.  I can route calls back and forth, I just
can't get the call to send to vm if no answer on the asterisk side. 
	
	
	
	On 1/24/06, kevin ling <kevin.ling@amphenol.com.tw> wrote: 
		Hi,
		 
		Maybe buy 7912 phone and register to CCM is another
choice. or integrated CCM with asterisk voicemail system.
		 
		 
________________________________
		From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of sys read
		Sent: Tuesday, January 24, 2006 11:28 PM
		To: Asterisk Users Mailing List - Non-Commercial
Discussion
		Subject: Re: [Asterisk-Users] Asterisk SIP phones to
Cisco Unity via CCM 4.0SIP Trunk
		
		
		
		Hi guys,
		
		I want to leave messages on our unity box.   I have
already converted a couple 7940s to SIP, but I can't give them out to
our users because I don't want to have to deal with two voicemail
systems.
		
		we have licenses for all our users on unity as is.
we're about to buy a bunch more 7940s, but I don't want to cause
they're
expensive.     I'd rather buy a cheaper SIP phone and have it rollover
to the unity vm.
		
		
		On 1/23/06, Gary Richardson <gary.richardson@gmail.com>
wrote: 
			You can run a SIP image on a 7940. Asterisk@home
has pretty good
			support for it. Check the voip-info.org wiki for
instructions on
			switching the firmware.
			
			Hopefully that will take a step out of the plan
-- you could 
			completely ditch your Cisco system :)
			
			On 1/23/06, sys read <sysread@gmail.com> wrote:
			>
			> Hi,
			>
			> I've got a CCM ( Cisco Call Manager ), with a
Cisco Unity VM server and 
			> about 45 SCCP phones on the ccm, and 200 users
on unity.   we want to
			> migrate all users to IP Phones to ditch our
ancient phone system.   I would
			> love to get Linksys-Sipura SPA-941s for the
150 users not on IP phones yet 
			> and run sip to an asterisk server, but have
their voicemail on Unity.
			>
			> these phones are $150 each, the alternative is
cisco 7940s ( around $250 )
			> running SCCP through the CCM.  at the
quantities I'm talking about, $100 is 
			> significant.
			>
			> Does anyone have any idea how to get this
done?
			>
			> I've tried this:
			>
			> exten => 123,1,Dial(SIP/sipphone,20)
			> exten => 123,2,Dial(SIP/ccm/3040)
			>
			> where 3040 is our VM pilot for ccm.  but all
it does is take us to the main
			> greeting.
			>
			> we have smartnet, but they haven't been
helpful at all
			>
			> I called digium to see if they could help if
we paid, but they said they've 
			> never heard of cisco unity....
			>
			> help?
			>
			> thanks.
			>
			>
_______________________________________________
			> --Bandwidth and Colocation provided by
Easynews.com --
			>
			> Asterisk-Users mailing list
			> To UNSUBSCRIBE or update options visit:
			>
			>
http://lists.digium.com/mailman/listinfo/asterisk-users 
			>
			>
			>
			_______________________________________________
			--Bandwidth and Colocation provided by
Easynews.com --
			
			Asterisk-Users mailing list
			To UNSUBSCRIBE or update options visit: 
	
http://lists.digium.com/mailman/listinfo/asterisk-users
			
		_______________________________________________
		--Bandwidth and Colocation provided by Easynews.com --
		
		Asterisk-Users mailing list
		To UNSUBSCRIBE or update options visit:
	
http://lists.digium.com/mailman/listinfo/asterisk-users
		
		
		
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20060130/d800a583/attachment.htm
sys read
2006-Feb-01  15:46 UTC
[Asterisk-Users] Asterisk SIP phones to Cisco Unity via CCM4.0SIP Trunk
thanks, using your example, and this url: http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a00800dea82.shtml I got it to work... then I realized that there's no way the SIP phone on asterisk is going to get the MWI ( message waiting indicator )... how are my users going to know they got a unity voice message?... doh. we might as well buy the 7940s ( I wanted to get a bunch of 941s ), or ditch unity... hrm. thanks again everyone. On 1/30/06, Dan Austin <Dan_Austin@phoenix.com> wrote:> > It can be done. > > 1. Setup a new Vm profile on CCM with a mask of XXXX > 2. Setup a CTI route point: > a. Set the directory number to a pattern. I use *27XX > but any pattern that you can send from * is good, ie. 88XXX > b. Set the VM profile to the newly created profile > c. Set the line to forward all calls to VM > 3. Change the dialplan in * to append the extension called to > the prefix pattern. > > exten => 123,1,Dial(SIP/sipphone,20) > exten => 123,2,Dial(SIP/ccm/88123) > > I use this setup to allow my CCM users to transfer calls directly to VM, > but it should work for this purpose as well. > Dan > > ------------------------------ > *From:* asterisk-users-bounces@lists.digium.com [mailto: > asterisk-users-bounces@lists.digium.com] *On Behalf Of *sys read > *Sent:* Tuesday, January 24, 2006 7:57 AM > *To:* Asterisk Users Mailing List - Non-Commercial Discussion > *Subject:* Re: [Asterisk-Users] Asterisk SIP phones to Cisco Unity via > CCM4.0SIP Trunk > > > I have my eyes on the Linksys/Sipura 941, ( SIP ), but the core problem is > that you can't use SIP phones with CCM. I have a SIP trunk between asterisk > and ccm. I can route calls back and forth, I just can't get the call to > send to vm if no answer on the asterisk side. > > > On 1/24/06, kevin ling <kevin.ling@amphenol.com.tw> wrote: > > > > Hi, > > > > Maybe buy 7912 phone and register to CCM is another choice. or > > integrated CCM with asterisk voicemail system. > > > > > > ------------------------------ > > *From:* asterisk-users-bounces@lists.digium.com [mailto: > > asterisk-users-bounces@lists.digium.com] *On Behalf Of *sys read > > *Sent:* Tuesday, January 24, 2006 11:28 PM > > *To:* Asterisk Users Mailing List - Non-Commercial Discussion > > *Subject:* Re: [Asterisk-Users] Asterisk SIP phones to Cisco Unity via > > CCM 4.0SIP Trunk > > > > > > Hi guys, > > > > I want to leave messages on our unity box. I have already converted a > > couple 7940s to SIP, but I can't give them out to our users because I don't > > want to have to deal with two voicemail systems. > > > > we have licenses for all our users on unity as is. we're about to buy > > a bunch more 7940s, but I don't want to cause they're expensive. I'd > > rather buy a cheaper SIP phone and have it rollover to the unity vm. > > > > On 1/23/06, Gary Richardson <gary.richardson@gmail.com> wrote: > > > > > > You can run a SIP image on a 7940. Asterisk@home has pretty good > > > support for it. Check the voip-info.org wiki for instructions on > > > switching the firmware. > > > > > > Hopefully that will take a step out of the plan -- you could > > > completely ditch your Cisco system :) > > > > > > On 1/23/06, sys read <sysread@gmail.com> wrote: > > > > > > > > Hi, > > > > > > > > I've got a CCM ( Cisco Call Manager ), with a Cisco Unity VM server > > > and > > > > about 45 SCCP phones on the ccm, and 200 users on unity. we want > > > to > > > > migrate all users to IP Phones to ditch our ancient phone system. > > > I would > > > > love to get Linksys-Sipura SPA-941s for the 150 users not on IP > > > phones yet > > > > and run sip to an asterisk server, but have their voicemail on > > > Unity. > > > > > > > > these phones are $150 each, the alternative is cisco 7940s ( around > > > $250 ) > > > > running SCCP through the CCM. at the quantities I'm talking about, > > > $100 is > > > > significant. > > > > > > > > Does anyone have any idea how to get this done? > > > > > > > > I've tried this: > > > > > > > > exten => 123,1,Dial(SIP/sipphone,20) > > > > exten => 123,2,Dial(SIP/ccm/3040) > > > > > > > > where 3040 is our VM pilot for ccm. but all it does is take us to > > > the main > > > > greeting. > > > > > > > > we have smartnet, but they haven't been helpful at all > > > > > > > > I called digium to see if they could help if we paid, but they said > > > they've > > > > never heard of cisco unity.... > > > > > > > > help? > > > > > > > > thanks. > > > > > > > > _______________________________________________ > > > > --Bandwidth and Colocation provided by Easynews.com -- > > > > > > > > Asterisk-Users mailing list > > > > To UNSUBSCRIBE or update options visit: > > > > > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > > > > > > > _______________________________________________ > > > --Bandwidth and Colocation provided by Easynews.com -- > > > > > > Asterisk-Users mailing list > > > To UNSUBSCRIBE or update options visit: > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > _______________________________________________ > > --Bandwidth and Colocation provided by Easynews.com -- > > > > Asterisk-Users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060201/f1989808/attachment.htm