Archives : October-2015
Guys Does anyone know of a way I can change the contact field in the sip invite to display sip:username:ip instead of sip:did:ipWe need to do this without changing the from field.I tried using fromuser=usernamebut that just modifies both the cont..
I have the following code that operates when a channel is hung-up:[record-hangupcause]exten => 1,n,Set(CDR(hangupcause)=${HANGUPCAUSE})exten => s,n,Return()Before the dial a hangup handler is registered:Set(CHANNEL(hangup_handler_push)=record-hangupcause,s,1)..