Filipe Murias | 17 May 2007 15:58
Picon

Hide caller ID

Dear list:
 
I'm using asterisk-ooh323c-0.6 with Asterisk 1.4.4 and I would like to know how to "hide" or "disable" the caller ID when I make calls with OOH323 channel.
 
If I set an empty caller ID in Asterisk with the Set(CALLERID(all)=) command, the call doesn't get through and I get the following errors in ooh323 log file:
 
01:02:25:661  ERROR: UserInfo encoding failed
01:02:25:661  Error:Failed to encode uuie. (outgoing, ooh323c_o_1)
01:02:25:661  Error:Failed to encode H225 message. (outgoing, ooh323c_o_1)
01:02:25:661  Error:Failed to enqueue SETUP message to outbound queue. (outgoing, ooh323c_o_1)
01:02:40:729  Warn:RemoteEndpoint closed connection (outgoing, ooh323c_o_1)
Why isn't it possible to have an empty caller ID ?
 
 
The SetCallerPres(prohib) command doesn't work either.
 
 
I also tried change the presentation and screening parameters in ooq931.c, but that didn't solve the problem.
 
ooQ931SetCallingPartyNumberIE(q931msg, (const char*)call->callingPartyNumber, 1, 0, 1, 1);
 
 
Any ideas ?
 
Thank you and best regards,
 
Filipe Múrias
 
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
ooh323c-devel mailing list
ooh323c-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ooh323c-devel
Ed Day | 26 Jun 2007 16:03
Favicon

Re: Hide caller ID

Hi Filipe,
 
I created a patch to fix this problem.  If you get the latest code from CVS (or just the ooq931.c file) and rebuild, this problem should go away.
 
Regards,
 
Ed Day
Objective Systems, Inc.
 
----- Original Message -----
Sent: Thursday, May 17, 2007 9:58 AM
Subject: [ooh323c-devel] Hide caller ID

Dear list:
 
I'm using asterisk-ooh323c-0.6 with Asterisk 1.4.4 and I would like to know how to "hide" or "disable" the caller ID when I make calls with OOH323 channel.
 
If I set an empty caller ID in Asterisk with the Set(CALLERID(all)=) command, the call doesn't get through and I get the following errors in ooh323 log file:
 
01:02:25:661  ERROR: UserInfo encoding failed
01:02:25:661  Error:Failed to encode uuie. (outgoing, ooh323c_o_1)
01:02:25:661  Error:Failed to encode H225 message. (outgoing, ooh323c_o_1)
01:02:25:661  Error:Failed to enqueue SETUP message to outbound queue. (outgoing, ooh323c_o_1)
01:02:40:729  Warn:RemoteEndpoint closed connection (outgoing, ooh323c_o_1)
Why isn't it possible to have an empty caller ID ?
 
 
The SetCallerPres(prohib) command doesn't work either.
 
 
I also tried change the presentation and screening parameters in ooq931.c, but that didn't solve the problem.
 
ooQ931SetCallingPartyNumberIE(q931msg, (const char*)call->callingPartyNumber, 1, 0, 1, 1);
 
 
Any ideas ?
 
Thank you and best regards,
 
Filipe Múrias
 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

_______________________________________________
ooh323c-devel mailing list
ooh323c-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ooh323c-devel
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
ooh323c-devel mailing list
ooh323c-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ooh323c-devel

Gmane