Displaying 1 result from an estimated 1 matches for "2b487e9".
Did you mean:
2487e9
2010 Jul 30
0
asterisk-users Digest, Vol 72, Issue 81
...s for your reply but i did not meant that. ${CALLERID(DNID)} will
return then number which i don't want. what i want is channel-id like if we
have a user named "nasir", then we dial it as follows
Dial(SIP/nasir)
but actual channel-id that asterisk uses is something like " nasir-2b487e9".
and on the asterisk cli we can check this when call is answered or hangup,
asterisk attaches some random id with username.
i am dialing sip uri using "Dial(SIP/119.26.18.235:5062)" which causes
changed INVITE adn TO headers, so i want to get the channel-id that asterisk
internally...