search for: mysiptrunk

Displaying 1 result from an estimated 1 matches for "mysiptrunk".

Did you mean: my_sip_trunk
2007 Feb 20
0
Can't get ANSWEREDTIME after hangup using ZAP
...yphonenumber|60|rhHL(" . ($max_total_seconds * 1000) . ":60000:30000) "); $rc = execute_agi("GET VARIABLE ANSWEREDTIME "); And I can't get the answered time after caller hangup in this method. But if I use a SIP channel as below: $rc = execute_agi("EXEC DIAL SIP/$mysiptrunk/$myphonenumber|60|rhHL(" . ($max_total_seconds * 1000) . ":60000:30000) "); $rc = execute_agi("GET VARIABLE ANSWEREDTIME "); I can get the correct answered time. Is any idea about it? Is it the problem of my ZAP channel's configuration? -- Best Regards Charles