| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python2.6/site-packages/papyon/sip/ |
Upload File : |
OJc @ s& d d k l Z d d k l Z l Z d d k l Z d d k Td d k Td d k l
Z
l Z d d k l
Z
d d k l Z d d k Z d d k Z d d k Z d d k Z d d k Z d d
g Z e i d Z d e i f d
YZ d e e e f d YZ d
e f d YZ d S( i( t EventsDispatcher( t MediaCallt MediaSessionType( t Presence( t *( t
SIPRequestt SIPResponse( t
SDPMessage( t
TURNClientNt SIPCallt SIPRegistrations papyon.sip.callt SIPBaseCallc B s e Z d Z d d Z e d Z e d Z d Z d Z
d Z d Z e d Z
d Z d
Z d Z d Z d
Z d d Z d e d Z d d Z d Z e d Z d Z d Z d Z d Z RS( s! Base class representing a transaction between two entities. A transaction
between an user and a registrar is a SIPRegistration and a transaction
between two SIP end points is a SIPCall. This class mainly contains
utility functions to build and parse request/responses.c C s t i i | | | _ | | _ d | _ d | _ | i i | _ | i
i | _ | | _
d | _ d | _ d | _ d | _ h | _ d S( Ns 127.0.0.1i i ( t gobjectt GObjectt __init__t _connectiont _clientt _ipt _portt transportt protocolt _transport_protocolt profilet accountt _accountt _idt _cseqt Nonet _remotet _routet _urit _timeout_sources( t selft
connectiont clientt id( ( s3 /usr/lib/python2.6/site-packages/papyon/sip/call.pyR / s c C s* | i p t i i | _ n | i S( N( R t uuidt uuid4t get_hex( R ( ( s3 /usr/lib/python2.6/site-packages/papyon/sip/call.pyR# >