# sip-spring-boot-starter
**Repository Path**: waimifeier/sip-spring-boot-starter
## Basic Information
- **Project Name**: sip-spring-boot-starter
- **Description**: sip 国标28181 starter 仅实现了少部分功能
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 4
- **Forks**: 3
- **Created**: 2024-07-28
- **Last Updated**: 2025-03-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
### 一、配置
#### 1.1 导入坐标
```xml
jitpack.io
https://jitpack.io
com.gitee.waimifeier
sip-spring-boot-starter
1.0.3
```
#### 1.2 配置sip服务
```yaml
sip:
logs: 'OFF'
server:
ip: 127.0.0.1
port: 5060
id: 44010200492000000001
domain: 4401020049
password: admin123
subscribe:
catalog: true
alarm: false
location: false
media:
ip: 8.32.184.22
port: 8880
media-id: ~
secret: ~
```
#### 二、核心API
#### 2.1 sip
- sipMessageTemplate
> 封装了常用请求操作
```java
文档未完善 ,后期有时间更新
```