mirror of
https://github.com/lkmio/gb-cms.git
synced 2025-09-26 19:51:22 +08:00
14 lines
211 B
Go
14 lines
211 B
Go
package stack
|
|
|
|
import "github.com/ghettovoice/gosip/sip"
|
|
|
|
type GBSubscribe struct {
|
|
PositionDialog sip.Request
|
|
CatalogDialog sip.Request
|
|
AlarmDialog sip.Request
|
|
}
|
|
|
|
func RefreshSubscribe(expires int) {
|
|
|
|
}
|