Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <errno.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include "smsc.h"
#include "smsc_p.h"
#include "gwlib/gwlib.h"
#include "alt_charsets.h"
Go to the source code of this file.
Functions | |
static int | cimd_open_connection (SMSCenter *smsc) |
static int | expect_acknowledge (SMSCenter *smsc, int *cmd, int *err) |
static int | send_acknowledge (SMSCenter *smsc) |
static int | connect_tcpip (SMSCenter *smsc) |
static int | parse_cimd_to_iso88591 (char *from, char *to, int length) |
static int | parse_iso88591_to_cimd (char *from, char *to, int length, int alt_charset) |
SMSCenter * | cimd_open (char *hostname, int port, char *username, char *password) |
int | cimd_reopen (SMSCenter *smsc) |
int | cimd_close (SMSCenter *smsc) |
int | cimd_pending_smsmessage (SMSCenter *smsc) |
int | cimd_submit_msg (SMSCenter *smsc, Msg *msg) |
int | cimd_receive_msg (SMSCenter *smsc, Msg **msg) |
int cimd_close | ( | SMSCenter * | smsc | ) |
Definition at line 228 of file smsc_cimd.c.
References debug(), error(), SMSCenter::socket, and write_to_socket().
Referenced by cimd_open_connection(), cimd_reopen(), and smsc_close().
SMSCenter* cimd_open | ( | char * | hostname, |
int | port, | ||
char * | username, | ||
char * | password | ||
) |
Definition at line 174 of file smsc_cimd.c.
References SMSCenter::cimd_hostname, cimd_open_connection(), SMSCenter::cimd_password, SMSCenter::cimd_port, SMSCenter::cimd_username, error(), SMSCenter::hostname, hostname, SMSCenter::name, password, port, SMSC_TYPE_CIMD, smscenter_construct(), smscenter_destruct(), SMSCenter::type, and username.
Referenced by smsc_open().
|
static |
Definition at line 104 of file smsc_cimd.c.
References SMSCenter::buffer, SMSCenter::buflen, cimd_close(), SMSCenter::cimd_hostname, SMSCenter::cimd_last_spoke, SMSCenter::cimd_password, SMSCenter::cimd_port, SMSCenter::cimd_username, debug(), error(), expect_acknowledge(), smscenter_read_into_buffer(), smscenter_remove_from_buffer(), SMSCenter::socket, tcpip_connect_to_server(), and write_to_socket().
Referenced by cimd_open(), and cimd_reopen().
int cimd_pending_smsmessage | ( | SMSCenter * | smsc | ) |
Definition at line 264 of file smsc_cimd.c.
References SMSCenter::buffer, SMSCenter::buflen, SMSCenter::cimd_last_spoke, connect_tcpip(), debug(), error(), smscenter_read_into_buffer(), smscenter_remove_from_buffer(), SMSCenter::socket, and write_to_socket().
Referenced by smscenter_pending_smsmessage().
Definition at line 470 of file smsc_cimd.c.
References SMSCenter::buffer, SMSCenter::buflen, SMSCenter::cimd_last_spoke, debug(), error(), msg, msg_create, octstr_create, parse_cimd_to_iso88591(), send_acknowledge(), smscenter_remove_from_buffer(), and text.
Referenced by smscenter_receive_msg().
int cimd_reopen | ( | SMSCenter * | smsc | ) |
Definition at line 210 of file smsc_cimd.c.
References cimd_close(), cimd_open_connection(), and error().
Referenced by smsc_reopen().
Definition at line 358 of file smsc_cimd.c.
References SMSCenter::alt_charset, SMSCenter::buffer, debug(), error(), expect_acknowledge(), msg, octstr_append_from_hex(), octstr_create, octstr_get_cstr, octstr_get_many_chars(), octstr_len(), parse_iso88591_to_cimd(), send_acknowledge(), SMSCenter::socket, warning(), and write_to_socket().
Referenced by smscenter_submit_msg().
|
static |
Definition at line 561 of file smsc_cimd.c.
References SMSCenter::buffer, SMSCenter::buflen, SMSCenter::bufsize, SMSCenter::cimd_hostname, SMSCenter::cimd_last_spoke, SMSCenter::cimd_password, SMSCenter::cimd_port, SMSCenter::cimd_username, debug(), expect_acknowledge(), SMSCenter::name, smscenter_read_into_buffer(), smscenter_remove_from_buffer(), SMSCenter::socket, tcpip_connect_to_server(), and write_to_socket().
Referenced by cimd_pending_smsmessage().
|
static |
Definition at line 672 of file smsc_cimd.c.
References SMSCenter::buffer, SMSCenter::buflen, debug(), error(), info(), smscenter_read_into_buffer(), and smscenter_remove_from_buffer().
Referenced by cimd_open_connection(), cimd_submit_msg(), and connect_tcpip().
|
static |
Definition at line 923 of file smsc_cimd.c.
Referenced by cimd_receive_msg().
|
static |
Definition at line 767 of file smsc_cimd.c.
References alt_charset, CIMD_PLAIN_DOLLAR_SIGN, and from.
Referenced by cimd_submit_msg().
|
static |
Definition at line 640 of file smsc_cimd.c.
References debug(), error(), SMSCenter::socket, and write_to_socket().
Referenced by cimd_receive_msg(), and cimd_submit_msg().