« Back to Administration XML Questions

RE: How to remove members from Call Pickup Group via AXL?

Combination View Flat View Tree View
Threads [ Previous | Next ]
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

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.

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>