mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-09-10 07:29:25 +00:00
add id getter for processors
This commit is contained in:
@@ -110,6 +110,10 @@ func (srdc *SipResponseDTMFCreate) Process(ctx context.Context, wrappedPayload c
|
||||
return wrappedPayload, nil
|
||||
}
|
||||
|
||||
func (srdc *SipResponseDTMFCreate) Id() string {
|
||||
return srdc.config.Id
|
||||
}
|
||||
|
||||
func (srdc *SipResponseDTMFCreate) Type() string {
|
||||
return srdc.config.Type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user