Asterisk func sipchaninfo
Created by: murf,Last modification on Sat 14 of Jan, 2006 [04:38 UTC]
Synopsis:
Gets the specified SIP parameter from the current channelDescription:
SIPCHANINFO(item)Valid items are:
- peerip: The IP address of the peer.
- recvip: The source IP address of the peer.
- from: The URI from the From: header.
- uri : The URI from the Contact: header.
- useragent: The useragent.
- peername: The name of the peer.
Notes
- *CLI> show function SIPCHANINFO

Comments