View previous topic :: View next topic |
Author |
Message |
seandarcy2 at gmail.com Guest
|
Posted: Tue May 31, 2016 9:54 am Post subject: [asterisk-users] How to set outgoing sip callid ? |
|
|
Calling linphone from asterisk 13.9.1.:
Dial(SIP/<user>@sip.linphone.org)
And it works. But on the linphone side the caller is:
<extno>@ipaddress
or
2502@45.123.987.4
Is there any way to make it more descriptive, at least for the sip user
name ? I tried setting SIPCALLID, which had no effect.
Set(SIPCALLID=Office)
Thanks,
sean
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
mailinglist at linuxis... Guest
|
Posted: Tue May 31, 2016 10:43 am Post subject: [asterisk-users] How to set outgoing sip callid ? |
|
|
In sip.conf
[devicename]
callerid="Jon Doe" <+123456789>
or
in extensions.conf
exten => 1234,Set(CALLERID(all)="Jon Doe" <+123456789>)
exten => 1234,n,Dial(SIP/....
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
seandarcy2 at gmail.com Guest
|
Posted: Wed Jun 01, 2016 9:04 am Post subject: [asterisk-users] How to set outgoing sip callid ? |
|
|
On 05/31/2016 11:43 AM, Frank Vanoni wrote:
Quote: | (CALLERID(all)="Jon Doe" <+123456789>)
|
So simple. just too obvious.
thanks
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|