Navigation



Ignore:
Timestamp:
Jul 28, 2010, 2:34:48 PM (14 years ago)
Author:
Alexandre Westfahl <awestfahl@freediameter.net>
Branch:
default
Phase:
public
Message:

Corrected name mistakes on app_sip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_sip/registrationtermination.c

    r420 r433  
    3434* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                                             *
    3535*********************************************************************************************************/
    36 #include "diamsip.h"
     36#include "app_sip.h"
    3737#include <sys/types.h>
    3838#include <sys/socket.h>
     
    7575                                {
    7676                                        //We received something, we can send an RTR
    77                                         diamsip_RTR_cb(rtrsip);
     77                                        app_sip_RTR_cb(rtrsip);
    7878                                }
    7979                        }
     
    8888}
    8989//Called to send a RTR
    90 int diamsip_RTR_cb(struct rtrsipaor structure)
     90int app_sip_RTR_cb(struct rtrsipaor structure)
    9191{
    9292        TRACE_ENTRY("%p", structure);
     
    258258
    259259//Called when an RTA arrive
    260 int diamsip_RTA_cb( struct msg ** msg, struct avp * paramavp, struct session * sess, enum disp_action * act)
     260int app_sip_RTA_cb( struct msg ** msg, struct avp * paramavp, struct session * sess, enum disp_action * act)
    261261{
    262262        //TODO: RTA reception
Note: See TracChangeset for help on using the changeset viewer.