VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
seandarcy2 at gmail.com Guest
|
Posted: Tue May 06, 2008 12:45 pm Post subject: [asterisk-users] how do I set callerid for incoming iax? |
|
|
Using 1.6-rc8.
In iax.conf on the calling box, I have:
[iax-out]
.........
callerid = "sean" <447>
I even also put the same on called box.
But I can't seem to set the callerid:
exten =>_NXX,1,Answer()
exten =>_NXX,n,NoOp(${CALLERID(num)})
Answer("IAX2/iax-in-7", "") in new stack
NoOp("IAX2/iax-in-7", "") in new stack
So how do I set callerid?
sean |
|
Back to top |
|
|
tilghman at mail.jeffa... Guest
|
Posted: Tue May 06, 2008 1:59 pm Post subject: [asterisk-users] how do I set callerid for incoming iax? |
|
|
On Tuesday 06 May 2008 12:45:42 sean darcy wrote:
Quote: | Using 1.6-rc8.
In iax.conf on the calling box, I have:
[iax-out]
.........
callerid = "sean" <447>
I even also put the same on called box.
But I can't seem to set the callerid:
exten =>_NXX,1,Answer()
exten =>_NXX,n,NoOp(${CALLERID(num)})
Answer("IAX2/iax-in-7", "") in new stack
NoOp("IAX2/iax-in-7", "") in new stack
So how do I set callerid?
|
"iax-out" != "iax-in"
--
Tilghman |
|
Back to top |
|
|
seandarcy2 at gmail.com Guest
|
Posted: Tue May 06, 2008 4:14 pm Post subject: [asterisk-users] how do I set callerid for incoming iax? |
|
|
Tilghman Lesher wrote:
Quote: | On Tuesday 06 May 2008 12:45:42 sean darcy wrote:
Quote: | Using 1.6-rc8.
In iax.conf on the calling box, I have:
[iax-out]
.........
callerid = "sean" <447>
I even also put the same on called box.
But I can't seem to set the callerid:
exten =>_NXX,1,Answer()
exten =>_NXX,n,NoOp(${CALLERID(num)})
Answer("IAX2/iax-in-7", "") in new stack
NoOp("IAX2/iax-in-7", "") in new stack
So how do I set callerid?
|
"iax-out" != "iax-in"
|
So??
On the calling box,
[iax-out]
type=friend
username=iax-in
secret=password
peercontext=longdistance ; which also does extensions
host=
qualify=yes
trunk=yes
callerid = "sean" <447>
On the called - receiving - box:
[iax-in]
type=friend
username=iax-in
secret=password
context=longdistance
qualify=yes
trunk=yes
callerid = "sean" <447>
and then the cli shows:
-- Executing [2127877600 at longdistance:1] Answer("IAX2/iax-in-1", "") in
new stack
-- Executing [2127877600 at longdistance:2] NoOp("IAX2/iax-in-1", "")
in new stack
................
I must be missing something. The name of the iax.conf context matters
somehow?
Thanks for any help.
sean |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|