login | register
Tue 02 of Dec, 2008 [03:43 UTC]

voip-info.org

Discuss [1] History

Asterisk Manager API Action SIPpeers

Created by: cripiland,Last modification on Thu 22 of Sep, 2005 [20:51 UTC]
Action: Sippeers

Show the list of the peers

Response: Success
Message: Peer status list will follow

Event: PeerEntry
Channeltype: SIP
ObjectName: 9915057
ChanObjectType: peer
IPaddress: 10.64.72.166
IPport: 5060
Dynamic: yes
Natsupport: no
ACL: no
Status: OK (5 ms)

Event: PeerEntry
Channeltype: SIP
ObjectName: 9965168
ChanObjectType: peer
IPaddress: 10.64.78.158
IPport: 5060
Dynamic: yes
Natsupport: no
ACL: no
Status: OK (4 ms)

...


Event: PeerlistComplete
ListItems: 205


Comments

Comments Filter
222

333not always have a ObjectName field

by novazur, Thursday 14 of December, 2006 [18:38:10 UTC]
With the last version (1.2.13), the manager doesn't always send a ObjectName fied in the response :
Event: PeerEntry
Channeltype: SIP
ChanObjectType: peer
IPaddress: 194.120.0.203
IPport: 5060
Dynamic: no
Natsupport: yes
ACL: no
Status: OK (224 ms)

I'm not able to understand why.
How is this possible ?
Is it a bug ?