Displaying 1 result from an estimated 1 matches for "l15516".
Did you mean:
515516
2005 Feb 15
0
oh323 question
...alls correctly.
Executing Dial("SIP/108-4ec4", "OH323/3758112") in new stack
-- H.323 call to 3758112 with codec(s) ulaw
-- Called 3758112
-- OH323/L15517 answered SIP/108-4ec4
-- H.323 call 'ip$localhost/15516' cleared, reason 8 (Transport failure)
-- Hungup 'OH323/L15516'
The call is dropped with a reason 8 (Transport failure)
the relevant portion of the extensions.conf file is
[macro-dialout]
exten => s,1,GotoIf($[foo${ECID${CALLERIDNUM}} = foo]?4) ;check
for CID override
for exten
exten => s,2,SetCallerID(${ECID${CALLERIDNUM}})
exten => s,...