mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
chan_mgcp: Remove deprecated module.
Also removes res_pktcops to avoid merge conflicts with ASTERISK~30301. ASTERISK-30299 Change-Id: I41a316d327646a197b6f112f7f637aceb5111b41
This commit is contained in:
committed by
Friendly Automation
parent
841107f294
commit
89a7d30a97
@@ -223,7 +223,7 @@ TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0)
|
||||
;
|
||||
; so that dialtone remains even after dialing a 9. Please note that ignorepat
|
||||
; only works with channels which receive dialtone from the PBX, such as DAHDI,
|
||||
; Phone, and VPB. Other channels, such as IAX2, PJSIP, SIP and MGCP, which generate
|
||||
; Phone, and VPB. Other channels, such as IAX2, PJSIP, and SIP, which generate
|
||||
; generate their own dialtone and converse with the PBX only after a number is
|
||||
; complete, are generally unaffected by ignorepat (unless DISA or another method
|
||||
; is used to generate a dialtone after answering the channel).
|
||||
@@ -694,7 +694,6 @@ include => demo
|
||||
;exten => 6245,s+1,Hangup ; s+1, same as n
|
||||
;exten => 6245,dial+101,VoiceMail(6245,b) ; Voicemail (busy)
|
||||
;exten => 6361,1,Dial(IAX2/JaneDoe,,rm) ; ring without time limit
|
||||
;exten => 6389,1,Dial(MGCP/aaln/1@192.168.0.14)
|
||||
;exten => 6390,1,Dial(JINGLE/caller/callee) ; Dial via jingle using labels
|
||||
;exten => 6391,1,Dial(JINGLE/asterisk@digium.com/mogorman@astjab.org) ;Dial via jingle using asterisk as the transport and calling mogorman.
|
||||
;exten => 6394,1,Dial(Local/6275/n) ; this will dial ${MARK}
|
||||
|
||||
Reference in New Issue
Block a user