Hi Friends

 

I have a problem presenting Caller ID on my H323 GW.

                       

Scenario:          Sip Phone à à Asterisk à à H323 GW à à PSTN (E1)

 

From PSTN to the Sip phone works fine I put this lines in extentions.conf

exten => 1234,1,SetCallerID, “${CALLERIDNUM}”

exten => 1234,2,Dial(${testphone1},20,Ttm)

exten => 1234,3,Hangup

 

But from Sip to PSTN I get no CLI presentation. I tried the following but no luck.

exten => _.,1,SetCallerID, “${CALLERIDNUM}”

exten => _.,2,Dial(H323/${EXTEN})

exten => _.,3,Hangup

 

 

Can someone give me a pointer and maybe some config samples?

 

Thanks

KF

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to