This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[general] | |
accept_outofcall_message=yes | |
outofcall_message_context=dialplan_name | |
auth_message_requests=yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;Acrescentar as linhas abaixo no arquivo extensions.conf | |
;Referenciar no arquivo SIP.conf este MENSAGEIRO | |
[MENSAGEIRO] | |
exten => _.,1,NoOp(SMS receiving dialplan invoked) | |
exten => _.,n,NoOp(To ${MESSAGE(to)}) | |
exten => _.,n,NoOp(From ${MESSAGE(from)}) | |
exten => _.,n,NoOp(Body ${MESSAGE(body)}) | |
;exten => _.,n,AGI(chatplan.php,${MESSAGE(from)}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sip.conf | |
[general] | |
bindaddr=0.0.0.0 | |
bindport=5060 | |
context = billing | |
dtmfmode=RFC2833 | |
disallow=all | |
allow=ulaw | |
allow=alaw |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[general] | |
; | |
; RTP start and RTP end configure start and end addresses | |
; | |
; Defaults are rtpstart=5000 and rtpend=31000 | |
; | |
rtpstart=10000 | |
rtpend=20000 | |
canreinvite=no |