<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<base href="x-msg://14917/">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Hi Tim,
<div><br>
</div>
<div>I get to use the same answer twice in one week, time for another CURRI ;)</div>
<div><br>
</div>
<div>I think you should have a look at CURRI (<a href="http://developer.cisco.com/web/curri/home">http://developer.cisco.com/web/curri/home</a>), it allows you to manipulate the Calling and Called party information dynamically when a call hits a translation
 rule, most importantly the call does not fail if the application fails as it's not directly in the call path.</div>
<div><br>
</div>
<div>In your case you could do the following:</div>
<div><br>
</div>
<div>1) Create a translation rule for 911 that sits in the outbound call path the doesn't change the call</div>
<div>2) Create an "External Call Control Profile" and assign the the above translation</div>
<div>3) Implement a service that implements CURRI that maps the original caller location to the relevant ANI</div>
<div><br>
</div>
<div>So as long as you have some logic for dynamically mapping a calling number/DN to it's current location, i.e. query the extension mobility API to find the device that extension is logged into etc. you should be able to map to the relevant ANI for that site.</div>
<div><br>
</div>
<div>What I like about this is the fact it does not sit in the call path, if your application fails or is offline calls just route as normal, also no need for complex CTI integration and detailed call manipulation.</div>
<div><br>
</div>
<div>There is a new 'mystery api' coming out in CUCM 10.0 that might also be able to assist with this, but it would be used in a similar way to AXL (but a LOT easier), i.e. update the users phone configuration, so not as dynamic as CURRI ;)</div>
<div><br>
</div>
<div>It was actually very good friend of mine that designed the CURRI API, so I am biased ;)</div>
<div><br>
</div>
<div>Thanks</div>
<div><br>
<div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">
Stephen Welsh</div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">
CTO</div>
<br class="Apple-interchange-newline" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">
<span><img height="16" width="100" id="fdd77552-5c8a-4c2b-80d4-26c0bae8c573" apple-width="yes" apple-height="yes" src="cid:CBBF0493-235C-43D2-A874-9FB3D95AF598@b2.unifiedfx.com"></span>
</div>
<br>
<div>
<div>On 1 May 2013, at 22:09, Tim Kenyon <<a href="mailto:tim@conveyant.com">tim@conveyant.com</a>></div>
<div> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div lang="EN-US" link="blue" vlink="purple" style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">
<div class="WordSection1" style="page: WordSection1; ">
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); ">Standard stuff then. What I would like to be able to do is build an alternative to CER that does not have to be in the middle of the call. I can find the user, moving
 from site to site, I just want to be able to program CUCM so that as soon as a user registers, I update their profile to use a specific ANI/ALI for emergency calls only. What I don’t like about CER is that it becomes basically a sequenced application that
 has to be queried during the call event to get it’s instructions, basically putting CER into the path of the 911 call. If CER has any problems (and I have seen it twice now at a customer site the past 6 months) the call does not get routed properly or is routed
 with the wrong ANI for the 911 call.<o:p></o:p></span></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); "> </span></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); ">PS-ALI is not that big a deal if I have local trunking everywhere, I can combat that, but there are also voice positioning services like 911 ETC that I can use and they
 can reposition the call for me back into the carrier network anywhere I need it to be based on the ANI I provide with the call.<o:p></o:p></span></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); "> </span></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); ">Tim<o:p></o:p></span></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); "> </span></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<b><span style="font-size: 10pt; font-family: Tahoma, sans-serif; ">From:</span></b><span style="font-size: 10pt; font-family: Tahoma, sans-serif; "><span class="Apple-converted-space"> </span>Scott Voll [mailto:svoll.voip@<a href="http://gmail.com">gmail.com</a>]<span class="Apple-converted-space"> </span><br>
<b>Sent:</b><span class="Apple-converted-space"> </span>Wednesday, May 01, 2013 4:43 PM<br>
<b>To:</b><span class="Apple-converted-space"> </span>Tim Kenyon<br>
<b>Cc:</b><span class="Apple-converted-space"> </span>Francisco Fossa; <a href="mailto:cisco-voip@puck.nether.net">
cisco-voip@puck.nether.net</a><br>
<b>Subject:</b><span class="Apple-converted-space"> </span>Re: [cisco-voip] Call Forward All With Line/Device CSS<o:p></o:p></span></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
it was the carrier rewriting the CLID.<o:p></o:p></div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
</div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
As my present job, they had ALI for every DN.  The problem became EM and people moving from site to site, so we ended up with CER to deal with that.  But for your solution, so long as people are not moving from site to site, that might be an option.<o:p></o:p></div>
</div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
</div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
YMMV<o:p></o:p></div>
</div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
</div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
Scott<o:p></o:p></div>
</div>
</div>
</div>
<div>
<p class="MsoNormal" style="margin: 0in 0in 12pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></p>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
On Wed, May 1, 2013 at 11:02 AM, Tim Kenyon <<a href="mailto:tim@conveyant.com" target="_blank" style="color: purple; text-decoration: underline; ">tim@conveyant.com</a>> wrote:<o:p></o:p></div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); ">I am  designing on the fly, so I would go with the assumption that I either have PS-ALI set or I would use a service bureau and route all my calls out to someone like
 911ETC with the proper ELIN that I want to define, route all 911 calls out a single SIP trunk to their data center and they would position the call back into the carrier network at the right location.</span><o:p></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); "> </span><o:p></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); ">Trying to develop a solution to replace CER.</span><o:p></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); "> </span><o:p></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); ">So, was YOUR system rewriting as the billing number or the carrier was automatically when you sent the call? Like I said, I want to send a specific ANI for the device
 when it dials 911 that is relevant to the location of the device, not their actual DID.</span><o:p></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); "> </span><o:p></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); ">Tim</span><o:p></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); "> </span><o:p></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<b><span style="font-size: 10pt; font-family: Tahoma, sans-serif; ">From:</span></b><span style="font-size: 10pt; font-family: Tahoma, sans-serif; "><span class="Apple-converted-space"> </span>Scott Voll [mailto:<a href="mailto:svoll.voip@gmail.com" target="_blank" style="color: purple; text-decoration: underline; ">svoll.voip@gmail.com</a>]<span class="Apple-converted-space"> </span><br>
<b>Sent:</b><span class="Apple-converted-space"> </span>Wednesday, May 01, 2013 1:58 PM<br>
<b>To:</b><span class="Apple-converted-space"> </span>Tim Kenyon<br>
<b>Cc:</b><span class="Apple-converted-space"> </span>Francisco Fossa;<span class="Apple-converted-space"> </span><a href="mailto:cisco-voip@puck.nether.net" target="_blank" style="color: purple; text-decoration: underline; ">cisco-voip@puck.nether.net</a></span><o:p></o:p></div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<br>
<b>Subject:</b><span class="Apple-converted-space"> </span>Re: [cisco-voip] Call Forward All With Line/Device CSS<o:p></o:p></div>
</div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
 <o:p></o:p></div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
depends on your setup.  if you have a PS-ALI contract or not.  for my previous employer, it got re-wrote as the billing number since there was not contract.  <o:p></o:p></div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
 <o:p></o:p></div>
</div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
Scott<o:p></o:p></div>
</div>
</div>
<div>
<p class="MsoNormal" style="margin: 0in 0in 12pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
 <o:p></o:p></p>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
On Wed, May 1, 2013 at 9:39 AM, Tim Kenyon <<a href="mailto:tim@conveyant.com" target="_blank" style="color: purple; text-decoration: underline; ">tim@conveyant.com</a>> wrote:<o:p></o:p></div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); ">Were you able to correct the outbound ANI (ELIN) to be representative of the location of the device dialing 911 instead of just that individuals actual DID number?</span><o:p></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); "> </span><o:p></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); ">Tim</span><o:p></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); "> </span><o:p></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<b><span style="font-size: 10pt; font-family: Tahoma, sans-serif; ">From:</span></b><span style="font-size: 10pt; font-family: Tahoma, sans-serif; "><span class="Apple-converted-space"> </span>cisco-voip [mailto:<a href="mailto:cisco-voip-bounces@puck.nether.net" target="_blank" style="color: purple; text-decoration: underline; ">cisco-voip-bounces@puck.nether.net</a>]<span class="Apple-converted-space"> </span><b>On
 Behalf Of<span class="Apple-converted-space"> </span></b>Scott Voll<br>
<b>Sent:</b><span class="Apple-converted-space"> </span>Wednesday, May 01, 2013 9:58 AM<br>
<b>To:</b><span class="Apple-converted-space"> </span>Francisco Fossa<br>
<b>Cc:</b><span class="Apple-converted-space"> </span><a href="mailto:cisco-voip@puck.nether.net" target="_blank" style="color: purple; text-decoration: underline; ">cisco-voip@puck.nether.net</a><br>
<b>Subject:</b><span class="Apple-converted-space"> </span>Re: [cisco-voip] Call Forward All With Line/Device CSS</span><o:p></o:p></div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
 <o:p></o:p></div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
in my previous job, without CER, we used the Device CSS for 911 to the local VGW, then used the Line CSS for what access they got.  That way if they had EM you still had the correct 911 routing, but could limit or allow Calling based on the line.<o:p></o:p></div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
 <o:p></o:p></div>
</div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
YMMV<o:p></o:p></div>
</div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
 <o:p></o:p></div>
</div>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
Scott<o:p></o:p></div>
</div>
</div>
<div>
<p class="MsoNormal" style="margin: 0in 0in 12pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
 <o:p></o:p></p>
<div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
On Tue, Apr 30, 2013 at 2:12 PM, Francisco Fossa <<a href="mailto:franciscofossa@gmail.com" target="_blank" style="color: purple; text-decoration: underline; ">franciscofossa@gmail.com</a>> wrote:<o:p></o:p></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
Hi<br>
This is my first post for the list, so please be gentle... I am still<br>
unsure on how to use this, it has been a while since I've been using<br>
real mailing lists.<br>
On Arrasmith problem: What about moving 911 to Null PT... specially if<br>
it's only in the US, you can then use your CSS for forwarding too.<br>
<br>
Regards<br>
<br>
_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank" style="color: purple; text-decoration: underline; ">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank" style="color: purple; text-decoration: underline; ">https://puck.nether.net/mailman/listinfo/cisco-voip</a><o:p></o:p></div>
</div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
 <o:p></o:p></div>
</div>
</div>
</div>
</div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
 <o:p></o:p></div>
</div>
</div>
</div>
</div>
<div style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
</div>
</div>
_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
https://puck.nether.net/mailman/listinfo/cisco-voip</div>
</blockquote>
</div>
<br>
</div>
</body>
</html>