Displaying 1 result from an estimated 1 matches for "the_extension".
2017 Apr 03
3
Define SIP fromuser field in Dial()-command
...r762 at myprovider.biz/${EXTEN})
exten =>
_XX.,n,Dial(SIP/user762:passwdk5j6::user762 at myprovider.biz/${EXTEN})
exten => _XX.,n,Dial(SIP/user762:passwdk5j6 at myprovider.biz/${EXTEN})
The From part of the SIP INVITE always has the EXTEN in it in stead of
the user (user762) :
From: "the_extension" <sip:the_extension at my.ip.add.ress>;tag=as224453ac
How can I get :
From: "the_extension" <sip:user762 at my.ip.add.ress>;tag=as224453ac
??
I know about sip.conf. That is not the question. My question is clear :
how to set this in dialplan ?
Thank you for the...