cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
444
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Michael Schmidt on 14-03-2013 05:35:17 AM
Hi,
 
how can I remove members (dn) from call pickup group via updateline?

When I write an existing call pickup group into the updateline script the dn will be add to the call pickup group.
 
But what I have to type in to remove any dn from a call pickup group?
 
These settings I already tried but without success:
 
null
"null"
""
''
none
"none"
<none>
<None>
< none >
< None >
false
"false"
 
BR
Michael

Subject: RE: New Message from Michael Schmidt in AXL Developer - Administration XML
Replied by: Dennis Heim on 14-03-2013 05:41:57 AM
I don’t have the schema in front of me but maybe something line

<updateLine>
                <DN>500</DN>
                <routePartitionName>Test</routePartitionName>
                <callPickGroupName/>
</updateLine>

Dennis Heim | Sr. Unified Collaboration Team Lead
World Wide Technology | 314.212.1814 | dennis.heim@wwt.com<mailto:dennis.heim@wwt.com>
“Creating Impact, Ignition & Scalability”

From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Thursday, March 14, 2013 6:35 AM
To: cdicuser@developer.cisco.com
Subject: New Message from Michael Schmidt in AXL Developer - Administration XML Questions: How to remove members from Call Pickup Group via AXL?

Michael Schmidt has created a new message in the forum "Administration XML Questions": -------------------------------------------------------------- Hi,

how can I remove members (dn) from call pickup group via updateline?

When I write an existing call pickup group into the updateline script the dn will be add to the call pickup group.

But what I have to type in to remove any dn from a call pickup group?

These settings I already tried but without success:

null
"null"
""
''
none
"none"
<none>
<None>
< none >
< None >
false
"false"

BR
Michael
--
To respond to this post, please click the following link: http://developer.cisco.com/web/axl-developer/forums/-/message_boards/view_message/13015555 or simply reply to this email.

Subject: RE: How to remove members from Call Pickup Group via AXL?
Replied by: Michael Schmidt on 14-03-2013 06:04:49 AM
Great working. Many thanks for quick reply.
It`s working with this:

    <line>
        <index>1</index>
            <dirn>
                <pattern>500</pattern>
                <routePartitionName>Everyone</routePartitionName>
                <callPickupGroupName></callPickupGroupName>
            </dirn>
    </line>
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links