- Joined
- May 28, 2009
- Messages
- 59
- Reaction score
- 0
Hi,
I am having a issue with P-Asserted-Identity setting up a wildcard.
It works fine if I inserted the outbound full outbound geo
But I want to replace the outbound geo with a wild card, so it pulls the geo of from the outbound extension CLI have tried the below scenerios what will send the extension no the cli
The out put in the asterisk cli is below as you can see the extension number is been sent.
I was wondering if there was a wild card I could use to replace the ${CALLERID(num) with the extension CLI or is there some other method to set a wildcard for this?
I am using Elastix 2.0.3 with asterisk 1.6.2.13
I have also tested on astersik 1.8.7 with the same problems.
Thanks.
I am having a issue with P-Asserted-Identity setting up a wildcard.
It works fine if I inserted the outbound full outbound geo
exten => _X.,1,SIPAddHeader(P-Asserted-Identity: <sip:[email protected]>)
But I want to replace the outbound geo with a wild card, so it pulls the geo of from the outbound extension CLI have tried the below scenerios what will send the extension no the cli
exten => _X.,1,SipAddHeader(P-Asserted-Identity: <sip:${CALLERID(num)}@120.XXX.XXX.XXX>)
The out put in the asterisk cli is below as you can see the extension number is been sent.
SIPAddHeader("SIP/1022-000008eb", "P-Asserted-Identity: <sip:[email protected]>") in new stack
I was wondering if there was a wild card I could use to replace the ${CALLERID(num) with the extension CLI or is there some other method to set a wildcard for this?
I am using Elastix 2.0.3 with asterisk 1.6.2.13
I have also tested on astersik 1.8.7 with the same problems.
Thanks.