-1

i have a question. In asterik 11, i callout to a other phone by originate use command:

exten=>s,n,Originate(SIP/voiceNetwork/,exten,callout,s,1,30)

When the call to called, the call display is UNKNOWN, i want to it display number caller. Please help me! Thanks

langiac
  • 317
  • 1
  • 3
  • 16

1 Answers1

0

Try to insert into your callout extension something like:

exten => _X.,1,Set(CALLERID(name)=Name) 

or

exten => _X.,1,Set(CALLERID(num)=12345678910)
PZBird
  • 321
  • 2
  • 8