Displaying 1 result from an estimated 1 matches for "1b662427".
Did you mean:
1366242
2009 Feb 18
2
Setting SIP header on agent calls made by a queue
Hello list,
I am trying to set a custom SIP header on all calls that are made by the app
queue because I want to track a certain state at the SIP level.
If I use the following code:
exten => s,n,SIPAddHeader(X-Unique-ID: ${UNIQUEID})
exten => s,n,Queue(myQueue)
this works fine for the FIRST call made from the queue to an agent; but if
that call does not go through, it's not repeated